🦄 refactor:初始化

This commit is contained in:
Haiyi 2022-08-19 11:41:30 +08:00
parent 72c757dc33
commit 0d97c056cc
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"projectname": "EShop",
"projectname": "newWeChactApp",
"setting": {
"compileHotReLoad": true,
"bigPackageSizeSupport": true
@ -10,7 +10,7 @@
"list": [
{
"name": "",
"pathName": "pages/sampleComparison/index",
"pathName": "pages/index/index",
"query": "",
"launchMode": "default",
"scene": null

View File

@ -1,7 +1,9 @@
import { View, Image, Text, Navigator, Button } from '@tarojs/components'
export default () => {
return (
<>
<view>222</view>
<View>222</View>
</>
)
}

View File

@ -0,0 +1 @@