From 1474ed7391b71fce6df48760487d70d89b502a28 Mon Sep 17 00:00:00 2001 From: fanfan Date: Fri, 19 Jul 2024 10:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=9F=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 182 +++++++------- pages/gamll/index.vue | 554 ++++++++++++++++++++++++++++++++++++++++++ pages/user/index.vue | 6 + 3 files changed, 649 insertions(+), 93 deletions(-) create mode 100644 pages/gamll/index.vue diff --git a/pages.json b/pages.json index 9ba7c6b..82fac92 100644 --- a/pages.json +++ b/pages.json @@ -84,7 +84,7 @@ // "navigationBarTitleText": "会员中心", "navigationStyle": "custom" } - },{ + }, { "path": "pages/member/index1", "style": { // "navigationBarTitleText": "会员中心", @@ -236,37 +236,40 @@ "navigationStyle": "custom", "enablePullDownRefresh": false } - + }, + { + "path": "pages/gamll/index", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom", + "enablePullDownRefresh": false + } } ], - "subPackages": [ - { + "subPackages": [{ "root": "pages/invite/", - "pages": [ - { - "path": "index", - "style": { - "navigationBarTitleText": "邀请有礼", - "navigationBarBackgroundColor": "#FF4A49", - "navigationBarTextStyle": "white" - } - }, { - "path": "list", - "style": { - "navigationBarTitleText": "邀请记录" - } - }, { - "path": "rule", - "style": { - "navigationBarTitleText": "邀请规则" - } + "pages": [{ + "path": "index", + "style": { + "navigationBarTitleText": "邀请有礼", + "navigationBarBackgroundColor": "#FF4A49", + "navigationBarTextStyle": "white" } - ] + }, { + "path": "list", + "style": { + "navigationBarTitleText": "邀请记录" + } + }, { + "path": "rule", + "style": { + "navigationBarTitleText": "邀请规则" + } + }] }, { "root": "pages/address/", - "pages": [ - { + "pages": [{ "path": "index", "style": { "navigationBarTitleText": "收货地址" @@ -288,8 +291,7 @@ }, { "root": "pages/dealer/", - "pages": [ - { + "pages": [{ "path": "index", "style": { "navigationBarTitleText": "" @@ -341,8 +343,7 @@ }, { "root": "pages/refund/", - "pages": [ - { + "pages": [{ "path": "index", "style": { "navigationBarTitleText": "退换/售后" @@ -370,20 +371,20 @@ "navigationBarTitleText": "商户列表", "enablePullDownRefresh": false } - },{ + }, { "path": "shopPage", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } - },{ + }, { "path": "certificate", "style": { "navigationBarTitleText": "营业执照", "enablePullDownRefresh": false } }] - },{ + }, { "root": "pages/news/", "pages": [{ "path": "article/classify", @@ -393,12 +394,12 @@ } }, { - "path": "caigou/notice1", - "style": { - "navigationBarTitleText": "支付成功", - "enablePullDownRefresh": false - } - }, + "path": "caigou/notice1", + "style": { + "navigationBarTitleText": "支付成功", + "enablePullDownRefresh": false + } + }, { "path": "article/add", "style": { @@ -764,55 +765,52 @@ }, { "root": "pages/invoice/", - "pages": [ - { - "path": "index", - "style": { - "navigationBarTitleText": "我的发票抬头", - "enablePullDownRefresh": false - } - - }, { - "path": "indexset", - "style": { - "navigationBarTitleText": "发票助手", - "enablePullDownRefresh": false - } - - }, { - "path": "detail", - "style": { - "navigationBarTitleText": "我的发票抬头", - "enablePullDownRefresh": false - } - - }, { - "path": "edit", - "style": { - "navigationBarTitleText": "申请发票", - "enablePullDownRefresh": false - } - - }, { - "path": "editset", - "style": { - "navigationBarTitleText": "发票抬头", - "enablePullDownRefresh": false - } - - }, { - "path": "list", - "style": { - "navigationBarTitleText": "申请记录", - "enablePullDownRefresh": false - } + "pages": [{ + "path": "index", + "style": { + "navigationBarTitleText": "我的发票抬头", + "enablePullDownRefresh": false } - ] + + }, { + "path": "indexset", + "style": { + "navigationBarTitleText": "发票助手", + "enablePullDownRefresh": false + } + + }, { + "path": "detail", + "style": { + "navigationBarTitleText": "我的发票抬头", + "enablePullDownRefresh": false + } + + }, { + "path": "edit", + "style": { + "navigationBarTitleText": "申请发票", + "enablePullDownRefresh": false + } + + }, { + "path": "editset", + "style": { + "navigationBarTitleText": "发票抬头", + "enablePullDownRefresh": false + } + + }, { + "path": "list", + "style": { + "navigationBarTitleText": "申请记录", + "enablePullDownRefresh": false + } + }] }, { "root": "pages/squareDynamic/", - "pages": [ - { + "pages": [{ "path": "index", "style": { "navigationBarTitleText": "广场动态", @@ -831,7 +829,7 @@ { "root": "pages/feedback/", "pages": [ - + { "path": "index", "style": { @@ -857,8 +855,7 @@ }, { "root": "pages/wallet/", - "pages": [ - { + "pages": [{ "path": "index", "style": { "navigationBarTitleText": "我的钱包" @@ -1183,14 +1180,13 @@ { "root": "pages/merchantTutorial/", "pages": [{ - "path": "tutorial", - "style": { - "navigationStyle": "custom", - "enablePullDownRefresh": true, - "navigationBarTitleText": "商家教程" - } + "path": "tutorial", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": true, + "navigationBarTitleText": "商家教程" } - ] + }] }, { "root": "pages/news3/", diff --git a/pages/gamll/index.vue b/pages/gamll/index.vue new file mode 100644 index 0000000..c225e0d --- /dev/null +++ b/pages/gamll/index.vue @@ -0,0 +1,554 @@ + + + + diff --git a/pages/user/index.vue b/pages/user/index.vue index 39977f0..7014862 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -522,6 +522,12 @@ 商家教程 + + + + 开通商城 + +