From 1629d48c881f9fd138e6902f9c0185afa8f7ea4d Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 14 七月 2025 09:01:20 +0800
Subject: [PATCH] 新增活动视频富文本
---
pages.json | 73 +++++++++++++++++++++++++++++++-----
1 files changed, 63 insertions(+), 10 deletions(-)
diff --git a/pages.json b/pages.json
index a13330e..e04b985 100644
--- a/pages.json
+++ b/pages.json
@@ -816,6 +816,53 @@
}
},
{
+ "path" : "activity/applayActivityList",
+ "style" :
+ {
+ "navigationBarTitleText": "鐢宠娲诲姩鍒楄〃",
+ "enablePullDownRefresh": true, //涓嬫媺鍒锋柊
+ "componentPlaceholder": {
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-icon": "view",
+ "u-action-sheet": "view",
+ "u-checkbox-group": "view",
+ "u-checkbox": "view",
+ "u-navbar": "view",
+ "u-button": "view",
+ "u-image": "view",
+ "u-loadmore": "view",
+ "u-empty":"view"
+ }
+ }
+ },
+ {
+ "path" : "activity/addActivity",
+ "style" :
+ {
+ "navigationBarTitleText": "鐢宠娲诲姩",
+ "componentPlaceholder": {
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-icon": "view",
+ "u-action-sheet": "view",
+ "u-checkbox-group": "view",
+ "u-checkbox": "view",
+ "u-navbar": "view",
+ "u-button": "view",
+ "u-image": "view",
+ "u-loadmore": "view",
+ "u-empty":"view",
+ "u-datetime-picker":"view",
+ "u-radio-group":"view",
+ "u-radio":"view",
+ "u-cell":"view"
+ }
+ }
+ },
+ {
"path": "myCollect/myCollect",
"style": {
"navigationBarTitleText": "鎴戠殑鏀惰棌",
@@ -1504,17 +1551,23 @@
"navigationStyle": "custom"
}
}]
+ },
+ {
+ "root": "pages/supplier/suppler-order",
+ "pages": [{
+ "path": "suppler-order",
+ "style": {
+ "navigationBarTitleText": "渚涘簲鍟嗙"
+ // "navigationStyle": "custom"
+ }
+ },{
+ "path": "order-detail",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟璇︽儏"
+ // "navigationStyle": "custom"
+ }
+ }]
}
- // {
- // "root": "pages/supplier/publish-goods",
- // "pages": [{
- // "path": "publishGoods",
- // "style": {
- // "navigationBarTitleText": "鍟嗗搧鍙戝竷"
- // // "navigationStyle": "custom"
- // }
- // }]
- // }
// ,
// {
// "root": "pages/commodity-square",
--
Gitblit v1.8.0