From f761c20fed6b4da3c8f7c9ee857c6ba18caf1893 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 29 五月 2025 18:15:11 +0800
Subject: [PATCH] 视频评论增加被回复人头像字段
---
pages.json | 36 +++++++++++++++++++++++++-----------
1 files changed, 25 insertions(+), 11 deletions(-)
diff --git a/pages.json b/pages.json
index 57c57a3..d7c60c8 100644
--- a/pages.json
+++ b/pages.json
@@ -2,7 +2,8 @@
"easycom": {
"autoscan": true,
"custom": {
- "^u-(.*)": "@/uview-components/uview-ui/components/u-$1/u-$1.vue"//uview
+ "^u-(.*)": "@/uview-components/uview-ui/components/u-$1/u-$1.vue",//uview,
+ "^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue" // uniapp缁勪欢
}
},
"preloadRule": {
@@ -119,16 +120,6 @@
}
},
{
- "path": "components/popups/popups",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "componentPlaceholder": {
- "u-icon": "view"
- }
- }
- },
- {
"path": "components/m-share/index",
"style": {
"navigationBarTitleText": "",
@@ -222,6 +213,21 @@
"u-popup": "view",
"u-search": "view"
}
+ }
+ },
+ {
+ "path" : "pages/goods-manager/goodsList/goodsList",
+ "style" :
+ {
+ "enablePullDownRefresh" : true,
+ "navigationBarTitleText" : "鍟嗗搧鍒楄〃"
+ }
+ },
+ {
+ "path" : "pages/goods-manager/addGoods/addGoods",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
}
}
@@ -560,6 +566,14 @@
"color": "#FFFFFF"
}]
}
+ },
+ "componentPlaceholder": {
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-radio-group": "view",
+ "u-radio": "view",
+ "u-picker": "view"
}
}
}, {
--
Gitblit v1.8.0