From a20a47e10850c5844ccb81254a433ca047df7bd1 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 18 十月 2024 09:43:18 +0800
Subject: [PATCH] update 滚动样式
---
pages.json | 38 +++++++++++++++++++++++---------------
1 files changed, 23 insertions(+), 15 deletions(-)
diff --git a/pages.json b/pages.json
index 4fdd0cc..f0c07e5 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,12 +158,34 @@
],
"subPackages": [{
"root": "sub_pages/supplier",
- "pages": [{
+ "pages": [
+ {
+ "path": "advertising/advertising",
+ "style": {
+ "navigationBarTitleText": "广告",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "customer_service/customer_service",
+ "style": {
+ "navigationBarTitleText": "客服中心",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
"path": "protocol",
"style": {
"navigationBarTitleText": "协议",
"enablePullDownRefresh": false
}
+ },
+ {
+ "path": "data-statis/data-statis",
+ "style": {
+ "navigationBarTitleText": "数据统计",
+ "enablePullDownRefresh": true
+ }
}
// #ifdef PUB_SUPPLIER
, {
--
Gitblit v1.9.3