From c8cef398fbf1f9b63dbf23637ef520b421515dc9 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 20 十一月 2025 10:13:08 +0800
Subject: [PATCH] 领劵中心修改显示,售后修改银行信息非必填
---
pages.json | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 103 insertions(+), 8 deletions(-)
diff --git a/pages.json b/pages.json
index 4a7378d..5046829 100644
--- a/pages.json
+++ b/pages.json
@@ -198,6 +198,7 @@
// "path": "pages/tabbar/user/my",
// "style": {
// "navigationBarTextStyle": "white",
+ // "navigationBarTextStyle": "white",
// "enablePullDownRefresh": true,
// "navigationStyle": "custom",
// "componentPlaceholder": {
@@ -1211,7 +1212,11 @@
{
"path": "home-page",
"style": {
- "navigationBarTitleText": "TA鐨勪富椤�"
+ "navigationBarTitleText": "TA鐨勪富椤�",
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-loadmore": "view"
+ }
}
},
{
@@ -1229,7 +1234,16 @@
{
"path": "video-edit",
"style": {
- "navigationBarTitleText": "瑙嗛缂栬緫"
+ "navigationBarTitleText": "瑙嗛缂栬緫",
+ "componentPlaceholder": {
+ "u-popup": "view",
+ "u-button": "view",
+ "u-icon": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-search": "view"
+ }
}
},
{
@@ -1553,13 +1567,29 @@
{
"path": "complain/complain",
"style": {
- "navigationBarTitleText": "璁㈠崟鍟嗗搧鎶曡瘔"
+ "navigationBarTitleText": "璁㈠崟鍟嗗搧鎶曡瘔",
+ "componentPlaceholder": {
+ "u-popup": "view",
+ "u-icon": "view",
+ "u-line": "view",
+ "u-image": "view",
+ "u-select": "view",
+ "u-input": "view",
+ "u-upload": "view"
+
+ }
}
},
{
"path": "complain/complainInfo",
"style": {
- "navigationBarTitleText": "鎶曡瘔璇︽儏"
+ "navigationBarTitleText": "鎶曡瘔璇︽儏",
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-cell-group": "view",
+ "u-cell-item": "view",
+ "u-input": "view"
+ }
}
},
{
@@ -1719,7 +1749,20 @@
}
},
{
- "path": "afterSales/afterSalesDetailExpress"
+ "path": "afterSales/afterSalesDetailExpress",
+ "style": {
+ "componentPlaceholder":{
+ "u-image": "view",
+ "u-icon": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-button": "view",
+ "u-select": "view",
+ "u-calendar": "view",
+ "u-toast": "view"
+ }
+ }
},
{
"path": "afterSales/afterSalesSelect",
@@ -1727,7 +1770,15 @@
"navigationBarTitleText": "鐢宠鍞悗",
"componentPlaceholder": {
"u-image": "view",
- "u-icon": "view"
+ "u-icon": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-button": "view",
+ "u-select": "view",
+ "u-calendar": "view",
+ "u-toast": "view"
+
}
}
},
@@ -1782,7 +1833,7 @@
"path" : "claim-coupon/claim-coupon",
"style" :
{
- "navigationBarTitleText" : "浼樻儬鍒搁鍙�",
+ "navigationBarTitleText" : "鍟嗗搧鍏戞崲鍒搁鍙�",
"enablePullDownRefresh" : true,
"componentPlaceholder": {
"u-image": "view",
@@ -1826,6 +1877,13 @@
"u-popup": "view",
"u-empty": "view"
}
+ }
+ },
+ {
+ "path" : "constomize/constomize",
+ "style" :
+ {
+ "navigationBarTitleText" : "瀹氬埗淇℃伅"
}
}
]
@@ -2216,7 +2274,44 @@
}
}
]
- }
+ },
+ {
+ "root": "pages/storeClaim",
+ "pages": [{
+ "path" : "store-claim",
+ "style" :
+ {
+ "navigationBarTitleText" : "浼樻儬鍗烽鍙�",
+ "componentPlaceholder":{
+ "u-card": "view",
+ "u-navbar": "view",
+ "u-tag": "view",
+ "u-icon": "view",
+ "u-button": "view",
+ "u-empty": "view"
+
+ }
+ }
+ },
+ {
+ "path" : "storePrizeClaim",
+ "style" :
+ {
+ "navigationBarTitleText" : "棰嗗彇鎶藉鏈轰細",
+ "componentPlaceholder":{
+ "u-card": "view",
+ "u-navbar": "view",
+ "u-tag": "view",
+ "u-icon": "view",
+ "u-button": "view",
+ "u-empty": "view",
+ "u-image":"view"
+
+ }
+ }
+ }]
+ }
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.8.0