From 354b1317aab21617881057c40f8c0580b8f28139 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 26 九月 2025 18:46:45 +0800
Subject: [PATCH] 用户绑定商店
---
pages.json | 87 ++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 84 insertions(+), 3 deletions(-)
diff --git a/pages.json b/pages.json
index b6f90a9..080939b 100644
--- a/pages.json
+++ b/pages.json
@@ -1553,7 +1553,17 @@
{
"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"
+
+ }
}
},
{
@@ -1719,7 +1729,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 +1750,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"
+
}
}
},
@@ -1777,6 +1808,56 @@
"u-notice-bar": "view"
}
}
+ },
+ {
+ "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" :
+ {
+ "navigationBarTitleText" : "淇敼璁㈠崟",
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-row": "view",
+ "u-col": "view",
+ "u-input": "view",
+ "u-icon": "view",
+ "u-select": "view",
+ "u-notice-bar": "view"
+ }
+ }
+ },
+ {
+ "path" : "cardPack",
+ "style" :
+ {
+ "navigationBarTitleText" : "浼樻儬鍔靛崱鍖�",
+ "componentPlaceholder": {
+ "u-navbar": "view",
+ "u-checkbox-group": "view",
+ "u-checkbox": "view",
+ "u-swipe-action": "view",
+ "u-image": "view",
+ "u-icon": "view",
+ "u-count-down": "view",
+ "u-modal": "view",
+ "u-popup": "view",
+ "u-empty": "view"
+ }
+ }
}
]
},
--
Gitblit v1.8.0