From 5db4036042079a8c3cd164123c8eb82907f6153a Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 12 十一月 2024 15:21:49 +0800
Subject: [PATCH] update 签到重复bug

---
 pages.json |   74 +++++++++++++++++++++++++++++-------
 1 files changed, 59 insertions(+), 15 deletions(-)

diff --git a/pages.json b/pages.json
index a7c1008..d5f5488 100644
--- a/pages.json
+++ b/pages.json
@@ -73,20 +73,6 @@
 			}
 		},
 		{
-			"path": "pages/advertising/advertising",
-			"style": {
-				"navigationBarTitleText": "广告",
-				"enablePullDownRefresh": true
-			}
-		},
-		{
-			"path": "pages/customer_service/customer_service",
-			"style": {
-				"navigationBarTitleText": "客服中心",
-				"enablePullDownRefresh": true
-			}
-		},
-		{
 			"path": "pages/user/user-pwd/user-pwd",
 			"style": {
 				"navigationBarTitleText": "修改密码",
@@ -172,7 +158,58 @@
 	],
 	"subPackages": [{
 			"root": "sub_pages/supplier",
-			"pages": [{
+			"pages": [
+				{
+					"path": "wallet/my-wallet",
+					"style": {
+						"navigationBarTitleText": "我的钱包",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "wallet/wallet-withdrao-deposit",
+					"style": {
+						"navigationBarTitleText": "提现到微信",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "wallet/wallet-billing-detail",
+					"style": {
+						"navigationBarTitleText": "账单明细",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "wallet/wallet-withdrao-deposit-record",
+					"style": {
+						"navigationBarTitleText": "提现记录",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "wallet/wallet-deduction-record",
+					"style": {
+						"navigationBarTitleText": "扣款记录",
+						"enablePullDownRefresh": true
+					}
+				},
+				
+				{
+					"path": "advertising/advertising",
+					"style": {
+						"navigationBarTitleText": "广告",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
+					"path": "customer_service/customer_service",
+					"style": {
+						"navigationBarTitleText": "客服中心",
+						"enablePullDownRefresh": true
+					}
+				},
+				{
 					"path": "protocol",
 					"style": {
 						"navigationBarTitleText": "协议",
@@ -398,6 +435,13 @@
 					}
 				},
 				{
+					"path": "setup/account-self",
+					"style": {
+						"navigationBarTitleText": "账户安全",
+						"enablePullDownRefresh": false
+					}
+				},
+				{
 					"path": "customer-info/customer-info",
 					"style": {
 						"navigationBarTitleText": "信息维护",

--
Gitblit v1.9.3