🦄 refactor:初始化
This commit is contained in:
parent
72c757dc33
commit
0d97c056cc
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"projectname": "EShop",
|
"projectname": "newWeChactApp",
|
||||||
"setting": {
|
"setting": {
|
||||||
"compileHotReLoad": true,
|
"compileHotReLoad": true,
|
||||||
"bigPackageSizeSupport": true
|
"bigPackageSizeSupport": true
|
||||||
@ -10,7 +10,7 @@
|
|||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "",
|
||||||
"pathName": "pages/sampleComparison/index",
|
"pathName": "pages/index/index",
|
||||||
"query": "",
|
"query": "",
|
||||||
"launchMode": "default",
|
"launchMode": "default",
|
||||||
"scene": null
|
"scene": null
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
import { View, Image, Text, Navigator, Button } from '@tarojs/components'
|
||||||
|
|
||||||
export default () => {
|
export default () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<view>222</view>
|
<View>222</View>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
|
Loading…
x
Reference in New Issue
Block a user