From 8e6f68fd85fa1051d7f0a6460d22ea6e55962329 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 24 十月 2025 15:16:02 +0800
Subject: [PATCH] 抽奖活动
---
pages.json | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 104 insertions(+), 7 deletions(-)
diff --git a/pages.json b/pages.json
index 861b104..10765d2 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": {
@@ -1553,13 +1554,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 +1736,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 +1757,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"
+
}
}
},
@@ -1779,8 +1817,23 @@
}
},
{
+ "path" : "claim-coupon/claim-coupon",
+ "style" :
+ {
+ "navigationBarTitleText" : "鍟嗗搧鍏戞崲鍒搁鍙�",
+ "enablePullDownRefresh" : true,
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-tag": "view",
+ "u-loading": "view",
+ "u-empty": "view",
+ "u-modal":"view"
+ }
+ }
+ },
+ {
"path" : "editOrderAddress/editOrderAddress",
- "style" :
+ "style" :
{
"navigationBarTitleText" : "淇敼璁㈠崟",
"componentPlaceholder": {
@@ -1796,7 +1849,7 @@
},
{
"path" : "cardPack",
- "style" :
+ "style" :
{
"navigationBarTitleText" : "浼樻儬鍔靛崱鍖�",
"componentPlaceholder": {
@@ -1811,6 +1864,13 @@
"u-popup": "view",
"u-empty": "view"
}
+ }
+ },
+ {
+ "path" : "constomize/constomize",
+ "style" :
+ {
+ "navigationBarTitleText" : "瀹氬埗淇℃伅"
}
}
]
@@ -2201,7 +2261,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