diff --git a/project.private.config.json b/project.private.config.json index 241bfe7..40ac86e 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -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 diff --git a/src/pages/index/index.tsx b/src/pages/index/index.tsx index 355eded..3032e27 100644 --- a/src/pages/index/index.tsx +++ b/src/pages/index/index.tsx @@ -1,7 +1,9 @@ +import { View, Image, Text, Navigator, Button } from '@tarojs/components' + export default () => { return ( <> - 222 + 222 ) } diff --git a/src/pages/order/index.tsx b/src/pages/order/index.tsx index e69de29..8b13789 100644 --- a/src/pages/order/index.tsx +++ b/src/pages/order/index.tsx @@ -0,0 +1 @@ +