From 52c0cc56e20ddb454812fa89e0fa38c785ef79f8 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期四, 19 九月 2024 18:47:10 +0800
Subject: [PATCH] 1.商品限购数量非必填项
---
pages.json | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index 679e5d0..2c619ce 100644
--- a/pages.json
+++ b/pages.json
@@ -265,6 +265,14 @@
}
}
// #endif
+ // #ifdef PUB_CUSTOMER
+ , {
+ "path": "order-manage/order-manage-settlement-op-detail",
+ "style": {
+ "navigationBarTitleText": "送货单质检操作明细"
+ }
+ }
+ // #endif
]
},
{
@@ -471,7 +479,7 @@
"style": {
"navigationBarTitleText": "积分兑换",
"navigationStyle": "custom",
- "enablePullDownRefresh": false
+ "enablePullDownRefresh": true
}
},
{
@@ -483,7 +491,16 @@
{
"path": "self/member-center",
"style": {
- "navigationBarTitleText": "会员中心"
+ "navigationBarTitleText": "会员中心",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "self/sign",
+ "style": {
+ "navigationBarTitleText": "签到",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
}
}
// #endif
--
Gitblit v1.9.3