From 0d97c056cc55a253bf63c137cfb73f019c14df81 Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Fri, 19 Aug 2022 11:41:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor:=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.private.config.json | 4 ++-- src/pages/index/index.tsx | 4 +++- src/pages/order/index.tsx | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) 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 @@ +