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 | 49 ++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 46 insertions(+), 3 deletions(-)
diff --git a/pages.json b/pages.json
index ebbcf32..5046829 100644
--- a/pages.json
+++ b/pages.json
@@ -1212,7 +1212,11 @@
{
"path": "home-page",
"style": {
- "navigationBarTitleText": "TA鐨勪富椤�"
+ "navigationBarTitleText": "TA鐨勪富椤�",
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-loadmore": "view"
+ }
}
},
{
@@ -1230,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"
+ }
}
},
{
@@ -1570,7 +1583,13 @@
{
"path": "complain/complainInfo",
"style": {
- "navigationBarTitleText": "鎶曡瘔璇︽儏"
+ "navigationBarTitleText": "鎶曡瘔璇︽儏",
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-cell-group": "view",
+ "u-cell-item": "view",
+ "u-input": "view"
+ }
}
},
{
@@ -1858,6 +1877,13 @@
"u-popup": "view",
"u-empty": "view"
}
+ }
+ },
+ {
+ "path" : "constomize/constomize",
+ "style" :
+ {
+ "navigationBarTitleText" : "瀹氬埗淇℃伅"
}
}
]
@@ -2266,6 +2292,23 @@
}
}
+ },
+ {
+ "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"
+
+ }
+ }
}]
}
--
Gitblit v1.8.0