From 15ae4a0daffaa7fdec2566a2fc96409b90822a09 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期二, 12 十一月 2024 13:13:18 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master-2.0' into master-2.0 --- pages.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index f0c07e5..d5f5488 100644 --- a/pages.json +++ b/pages.json @@ -160,6 +160,42 @@ "root": "sub_pages/supplier", "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": "广告", @@ -399,6 +435,13 @@ } }, { + "path": "setup/account-self", + "style": { + "navigationBarTitleText": "账户安全", + "enablePullDownRefresh": false + } + }, + { "path": "customer-info/customer-info", "style": { "navigationBarTitleText": "信息维护", -- Gitblit v1.9.3