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 | 593 +++++++++++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 495 insertions(+), 98 deletions(-)
diff --git a/pages.json b/pages.json
index 95c0015..d7c60c8 100644
--- a/pages.json
+++ b/pages.json
@@ -1,8 +1,19 @@
{
-
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
+ "easycom": {
+ "autoscan": true,
+ "custom": {
+ "^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": {
+ "pages/tabbar/index/home": // 椤甸潰璺緞
+ // 椤甸潰鐨勯涓嬭浇閰嶇疆
+ {
+ "network": "all", // all(涓嶉檺缃戠粶) wifi(浠厀ifi涓嬮涓嬭浇)
+ "packages": ["uview-components"] // 棰勪笅杞藉垎鍖呯殑 root 鎴� name銆俖_APP__ 琛ㄧず涓诲寘
+ }
+ },
"pages": [
// 绗竴涓氨鏄椤�
{
@@ -24,18 +35,6 @@
}
},
{
- "path":"pages/tabbar/screen/fullScreen",
- "style": {
- "navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍�
- "app-plus":{
- "animationType": "fade-in", // 璁剧疆fade-in娣″叆鍔ㄧ敾锛屼负鏈�鍚堢悊鐨勫姩鐢荤被鍨�
- "background": "transparent", // 鑳屾櫙閫忔槑
- "backgroundColor": "rgba(0,0,0,0)", // 鑳屾櫙閫忔槑
- "popGesture": "none" // 鍏抽棴IOS灞忓箷宸﹁竟婊戝姩鍏抽棴褰撳墠椤甸潰鐨勫姛鑳�
- }
- }
- },
- {
"path": "pages/tabbar/home/title",
"style": {
"navigationBarTitleText": "娑堟伅"
@@ -47,8 +46,19 @@
"navigationBarTitleText": "璐墿杞�",
"navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍�
"navigationBarBackgroundColor": "#fff",
- "enablePullDownRefresh":true //瀹炵幇涓嬫媺鍒锋柊鏍峰紡
-
+ "enablePullDownRefresh":true, //瀹炵幇涓嬫媺鍒锋柊鏍峰紡
+ "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-toast": "view"
+ }
}
}, {
"path": "pages/tabbar/category/category",
@@ -57,19 +67,20 @@
"navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍�
"navigationBarTextStyle": "black",
"disableScroll": true,
- "bounce": "none",
- "scrollIndicator": "none"
-
-
+ "bounce": "none",
+ "scrollIndicator": "none",
+ "componentPlaceholder": {
+ "u-navbar": "view",
+ "u-search": "view",
+ "u-image": "view"
+ }
}
},
-
{
- "path": "pages/navigation/search/searchPage",
+ "path": "components/m-search-revision/m-search-revision",
"style": {
- "navigationBarTitleText": "鎼滅储",
+ "navigationBarTitleText": "",
"navigationStyle": "custom",
-
"app-plus": {
//app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
"scrollIndicator": "none",
@@ -79,6 +90,86 @@
"safearea": {
"bottom": "none"
}
+ },
+ "componentPlaceholder": {
+ "u-icon": "view"
+ }
+ }
+ },
+ {
+ "path": "components/m-goods-list/list",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "app-plus": {
+ //app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
+ "scrollIndicator": "none",
+ "bottom": "0",
+ "contentAdjust": "false",
+ "bounce": "none",
+ "safearea": {
+ "bottom": "none"
+ }
+ },
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-loading": "view",
+ "u-tag": "view",
+ "u-icon": "view"
+ }
+ }
+ },
+ {
+ "path": "components/m-share/index",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "componentPlaceholder": {
+ "u-popup": "view",
+ "u-icon": "view"
+ }
+ }
+ },
+ {
+ "path": "components/m-buy/goods",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-popup": "view",
+ "u-image": "view",
+ "u-alert-tips": "view"
+ }
+ }
+ },
+ {
+ "path": "components/m-take-down-sale-goods/index",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-popup": "view"
+ }
+ }
+ },
+ {
+ "path": "pages/navigation/search/searchPage",
+ "style": {
+ "navigationBarTitleText": "鎼滅储",
+ "navigationStyle": "custom",
+ "app-plus": {
+ //app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
+ "scrollIndicator": "none",
+ "bottom": "0",
+ "contentAdjust": "false",
+ "bounce": "none",
+ "safearea": {
+ "bottom": "none"
+ }
+ },
+ "componentPlaceholder": {
+ "u-navbar": "view",
+ "u-popup": "view",
+ "u-input": "view",
+ "u-back-top": "view"
}
}
}, {
@@ -86,7 +177,12 @@
"style": {
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-row": "view",
+ "u-col": "view"
+ }
}
},
@@ -107,14 +203,50 @@
"style" :
{
"navigationBarTitleText" : "鍙戝竷瑙嗛",
- "enablePullDownRefresh" : false
+ "enablePullDownRefresh" : false,
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-button": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-popup": "view",
+ "u-search": "view"
+ }
+ }
+ },
+ {
+ "path" : "pages/goods-manager/goodsList/goodsList",
+ "style" :
+ {
+ "enablePullDownRefresh" : true,
+ "navigationBarTitleText" : "鍟嗗搧鍒楄〃"
+ }
+ },
+ {
+ "path" : "pages/goods-manager/addGoods/addGoods",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
}
}
],
"subPackages": [
-
+ {
+ "root": "uview-components", // 蹇呴』涓巔reloadRule涓殑鍚嶇О瀹屽叏涓�鑷�
+ "name": "uview-components",
+ "pages": [
+ {
+ "path": "pages/empty-page/empty-page",
+ "style": {
+ "navigationBarTitleText": "",
+ "disableScroll": true
+ }
+ }
+ ]
+ },
{
"root": "pages/mine",
"pages": [
@@ -122,14 +254,25 @@
{
"path": "signIn",
"style": {
- "navigationBarTitleText": "绛惧埌"
+ "navigationBarTitleText": "绛惧埌",
+ "componentPlaceholder": {
+ "u-icon": "view"
+ }
}
}, {
"path": "myTracks",
"style": {
"navigationBarTitleText": "鎴戠殑瓒宠抗",
"enablePullDownRefresh": true,
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "componentPlaceholder": {
+ "u-navbar": "view",
+ "u-notice-bar": "view",
+ "u-empty": "view",
+ "u-swipe-action": "view",
+ "u-checkbox-group": "view",
+ "u-checkbox": "view"
+ }
}
}, {
"path": "myCollect",
@@ -139,6 +282,15 @@
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": "none"
+ },
+ "componentPlaceholder": {
+ "u-navbar": "view",
+ "u-tabs": "view",
+ "u-empty": "view",
+ "u-swipe-action": "view",
+ "u-image": "view",
+ "u-loading": "view",
+ "u-tag": "view"
}
}
},
@@ -149,6 +301,11 @@
"app-plus": {
//app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
"scrollIndicator": "none"
+ },
+ "componentPlaceholder": {
+ "u-swipe-action": "view",
+ "u-image": "view",
+ "u-modal": "view"
}
}
},
@@ -159,6 +316,9 @@
"app-plus": {
//app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
"scrollIndicator": "none"
+ },
+ "componentPlaceholder": {
+ "u-input": "view"
}
}
},
@@ -170,35 +330,50 @@
"app-plus": {
//app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
"scrollIndicator": "none"
+ },
+ "componentPlaceholder": {
+ "u-tabs": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-button": "view"
}
}
},
{
"path": "distribution/history",
"style": {
- "navigationBarTitleText": "鎻愮幇鍘嗗彶"
-
+ "navigationBarTitleText": "鎻愮幇鍘嗗彶",
+ "componentPlaceholder": {
+ "u-loadmore": "view"
+ }
}
},
{
"path": "distribution/auth",
"style": {
- "navigationBarTitleText": "浼氬憳瀹炲悕璁よ瘉"
-
+ "navigationBarTitleText": "浼氬憳瀹炲悕璁よ瘉",
+ "componentPlaceholder": {
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-button": "view"
+ }
}
},
{
"path": "distribution/achievement",
"style": {
"navigationBarTitleText": "鎴戠殑鍒嗛攢涓氱哗"
-
}
},
{
"path": "distribution/home",
"style": {
- "navigationBarTitleText": "鎺ㄥ箍鍒嗕剑"
-
+ "navigationBarTitleText": "鎺ㄥ箍鍒嗕剑",
+ "componentPlaceholder": {
+ "u-icon": "view"
+ }
}
},
{
@@ -254,13 +429,27 @@
{
"path": "address/add",
"style": {
- "navigationBarTitleText": "鏀惰揣浜�"
+ "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"
+ }
}
},
{
"path": "address/addressManage",
"style": {
- "navigationBarTitleText": "鍦板潃绠$悊"
+ "navigationBarTitleText": "鍦板潃绠$悊",
+ "componentPlaceholder": {
+ "u-empty": "view",
+ "u-icon": "view",
+ "u-action-sheet": "view"
+ }
}
},
{
@@ -327,7 +516,11 @@
{
"path": "set/feedBack",
"style": {
- "navigationBarTitleText": "鎰忚鍙嶉"
+ "navigationBarTitleText": "鎰忚鍙嶉",
+ "componentPlaceholder": {
+ "u-input": "view",
+ "u-upload": "view"
+ }
}
},
{
@@ -340,13 +533,23 @@
{
"path": "set/editionIntro",
"style": {
- "navigationBarTitleText": "鍏充簬鎴戜滑"
+ "navigationBarTitleText": "鍏充簬鎴戜滑",
+ "componentPlaceholder": {
+ "u-cell-group": "view",
+ "u-cell-item": "view"
+ }
}
},
{
"path": "set/setUp",
"style": {
- "navigationBarTitleText": "璁剧疆"
+ "navigationBarTitleText": "璁剧疆",
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-icon": "view",
+ "u-cell-group": "view",
+ "u-cell-item": "view"
+ }
}
},
{
@@ -363,17 +566,32 @@
"color": "#FFFFFF"
}]
}
+ },
+ "componentPlaceholder": {
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-radio-group": "view",
+ "u-radio": "view",
+ "u-picker": "view"
}
}
}, {
"path": "help/tips",
"style": {
- "navigationBarTitleText": ""
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-parse": "view"
+ }
}
}, {
"path": "point/myPoint",
"style": {
- "navigationBarTitleText": "鎴戠殑绉垎"
+ "navigationBarTitleText": "鎴戠殑绉垎",
+ "componentPlaceholder": {
+ "u-row": "view",
+ "u-col": "view"
+ }
}
},
{
@@ -438,50 +656,138 @@
"navigationStyle": "custom"
}
},
- {
- "path": "goods",
- "style": {
- "backgroundColor": "#fff",
- "navigationStyle": "custom",
- "app-plus": {
- // 灏嗗洖寮瑰睘鎬у叧鎺�
- "bounce": "none",
- // 绂佹椤甸潰婊氬姩
- "scrollIndicator": "none",
- "safearea": {
- "bottom": {
- "offset": "none"
- }
- }
- }
- }
- },
- {
- "path": "askList",
- "style": {
- "navigationBarTitleText": "闂瓟涓撳尯"
- }
- },
- { //鍟嗗搧璇勪环
- "path": "comment",
+ {
+ "path": "goods",
+ "style": {
+ "backgroundColor": "#fff",
"navigationStyle": "custom",
- "style": {
- "navigationBarTitleText": "鍟嗗搧璇勪环",
- //app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
- "scrollIndicator": "none"
- }
- },
- { // 瀹㈡湇
- "path": "customerservice/index",
- "style": {
- "navigationBarTitleText": "瀹㈡湇",
- "usingComponents": {
- // #ifdef MP-WEIXIN
- "chat": "plugin://myPlugin/chat"
- // #endif
- }
+ "app-plus": {
+ // 灏嗗洖寮瑰睘鎬у叧鎺�
+ "bounce": "none",
+ // 绂佹椤甸潰婊氬姩
+ "scrollIndicator": "none",
+ "safearea": {
+ "bottom": {
+ "offset": "none"
+ }
+ }
+ },
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-navbar": "view",
+ "u-popup": "view"
}
}
+ },
+ {
+ "path": "askList",
+ "style": {
+ "navigationBarTitleText": "闂瓟涓撳尯"
+ }
+ },
+ {
+ "path": "product/promotion/-promotion-details",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-tag": "view"
+ }
+ }
+ },
+ {
+ "path": "product/promotion/-promotion-assemble-promotions",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-tag": "view",
+ "u-count-down": "view"
+ }
+ }
+ },
+ {
+ "path": "product/promotion/-promotion-assemble-list",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-button": "view",
+ "u-empty": "view"
+ }
+ }
+ },
+ {
+ "path": "product/goods/-goods-intro",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-empty": "view",
+ "u-parse": "view"
+ }
+ }
+ },
+ {
+ "path": "product/shop/-shop",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-loading": "view"
+ }
+ }
+ },
+ {
+ "path": "product/evaluation/-evaluation",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-avatar": "view",
+ "u-read-more": "view",
+ "u-image": "view",
+ "u-empty": "view"
+ }
+ }
+ },
+ {
+ "path": "product/goods/-goods-swiper",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-loading": "view",
+ "u-image": "view"
+ }
+ }
+ },
+ {
+ "path": "product/popup/address",
+ "style": {
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-popup": "view",
+ "u-icon": "view",
+ "u-empty": "view"
+ }
+ }
+ },
+ { //鍟嗗搧璇勪环
+ "path": "comment",
+ "navigationStyle": "custom",
+ "style": {
+ "navigationBarTitleText": "鍟嗗搧璇勪环",
+ //app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
+ "scrollIndicator": "none"
+ }
+ },
+ { // 瀹㈡湇
+ "path": "customerservice/index",
+ "style": {
+ "navigationBarTitleText": "瀹㈡湇",
+ "usingComponents": {
+ // #ifdef MP-WEIXIN
+ "chat": "plugin://myPlugin/chat"
+ // #endif
+ }
+ }
+ }
]
@@ -517,14 +823,59 @@
"path": "entry/seller/index",
"style": {
"navigationBarTitleText": "搴楅摵鍏ラ┗",
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "componentPlaceholder": {
+ "u-navbar": "view"
+ }
+ }
+ },
+ {
+ "path": "entry/seller/step1",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "componentPlaceholder": {
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-upload": "view"
+ }
+ }
+ },
+ {
+ "path": "entry/seller/step2",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "componentPlaceholder": {
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view"
+ }
+ }
+ },
+ {
+ "path": "entry/seller/step3",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom",
+ "componentPlaceholder": {
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-upload": "view",
+ "u-select": "view"
+ }
}
},
{
"path": "entry/seller/control",
"style": {
"navigationBarTitleText": "",
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "componentPlaceholder": {
+ "u-navbar": "view"
+ }
}
},
{
@@ -538,7 +889,12 @@
"style": {
"navigationBarTitleText": "灏忕▼搴忕櫥褰�",
"navigationStyle": "custom",
- "navigationBarTextStyle": "black"
+ "navigationBarTextStyle": "black",
+ "componentPlaceholder": {
+ "u-navbar": "view",
+ "u-modal": "view",
+ "u-checkbox": "view"
+ }
}
},
{
@@ -604,7 +960,11 @@
},{
"path": "bargain/log",
"style": {
- "navigationBarTitleText": "鐮嶄环璁板綍"
+ "navigationBarTitleText": "鐮嶄环璁板綍",
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-empty": "view"
+ }
}
},{
"path": "point/detail",
@@ -633,7 +993,10 @@
"navigationBarTitleText": "鎴戠殑浼樻儬鍒�",
"app-plus": {
"bounce": "coupon/none"
-
+ },
+ "componentPlaceholder": {
+ "u-empty": "view",
+ "u-icon": "view"
}
}
},
@@ -654,8 +1017,10 @@
"path": "coupon/couponCenter",
"style": {
"navigationBarTitleText": "棰嗗埜涓績",
- "enablePullDownRefresh": true
-
+ "enablePullDownRefresh": true,
+ "componentPlaceholder": {
+ "u-empty": "view"
+ }
}
},
{
@@ -710,7 +1075,14 @@
{
"path": "complain/complainList",
"style": {
- "navigationBarTitleText": "鎶曡瘔鍒楄〃"
+ "navigationBarTitleText": "鎶曡瘔鍒楄〃",
+ "componentPlaceholder": {
+ "u-line": "view",
+ "u-image": "view",
+ "u-tag": "view",
+ "u-empty": "view",
+ "u-modal": "view"
+ }
}
},
{
@@ -720,7 +1092,17 @@
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none"
-
+ },
+ "componentPlaceholder": {
+ "u-empty": "view",
+ "u-modal": "view",
+ "u-image": "view",
+ "u-popup": "view",
+ "u-radio-group": "view",
+ "u-radio": "view",
+ "u-button": "view",
+ "u-toast": "view",
+ "u-modal": "view"
}
}
},
@@ -758,7 +1140,14 @@
{
"path": "evaluate/myEvaluate",
"style": {
- "navigationBarTitleText": "鎴戠殑璇勪环"
+ "navigationBarTitleText": "鎴戠殑璇勪环",
+ "componentPlaceholder": {
+ "u-empty": "view",
+ "u-tabs": "view",
+ "u-image": "view",
+ "u-read-more": "view",
+ "u-tag": "view"
+ }
}
},
@@ -812,7 +1201,15 @@
"path": "afterSales/afterSales",
"style": {
"navigationBarTitleText": "鍞悗绠$悊",
- "enablePullDownRefresh": true
+ "enablePullDownRefresh": true,
+ "componentPlaceholder": {
+ "u-modal": "view",
+ "u-tabs": "view",
+ "u-image": "view",
+ "u-search": "view",
+ "u-icon": "view",
+ "u-loadmore": "view"
+ }
}
},
{
@@ -826,7 +1223,7 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "Lili鍟嗗煄",
+ "navigationBarTitleText": "缁挎弧绛�",
"titleColor": "#303133",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
--
Gitblit v1.8.0