From 2571b833ac19340084f07ac2ccd76b242ee3d4f0 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 11 六月 2025 22:34:41 +0800
Subject: [PATCH] 分类多级联动
---
pages.json | 986 ++++++++++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 783 insertions(+), 203 deletions(-)
diff --git a/pages.json b/pages.json
index 5f2b301..5931aad 100644
--- a/pages.json
+++ b/pages.json
@@ -1,29 +1,44 @@
{
-
"easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
+ "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": [
-
+ // 绗竴涓氨鏄椤�
+ {
+ "path": "pages/tabbar/index/home",
+ "style": {
+ // "navigationBarTitleText" : "瑙嗛",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom" // 闅愯棌椤堕儴瀵艰埅鏍�
+ }
+ },
+ // {
+ // "path": "pages/tabbar/index/home1",
+ // "style": {
+ // "navigationBarTitleText": ""
+ // }
+ // },
{
"path": "pages/tabbar/home/index",
"style": {
"navigationBarTitleText": "棣栭〉",
"navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍�
"navigationBarTextStyle": "black",
- "enablePullDownRefresh":true
- }
- },
- {
- "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灞忓箷宸﹁竟婊戝姩鍏抽棴褰撳墠椤甸潰鐨勫姛鑳�
- }
+ "enablePullDownRefresh": true
}
},
{
@@ -38,29 +53,42 @@
"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",
"style": {
"navigationBarTitleText": "鍒嗙被",
"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",
@@ -68,52 +96,263 @@
"contentAdjust": "false",
"bounce": "none",
"safearea": {
- "bottom": "none"
+ "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"
+ }
+ }
+ },
+ {
"path": "pages/tabbar/user/my",
"style": {
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-row": "view",
+ "u-col": "view"
+ }
}
},
-
{
"path": "pages/tabbar/home/web-view",
+ "style": {}
+ },
+ {
+ "path": "pages/tabbar/special/special",
"style": {
-
+ "navigationBarTitleText": "涓撻"
}
},
- {
- "path": "pages/tabbar/special/special",
- "style": {
- "navigationBarTitleText": "涓撻"
- }
+ {
+ "path": "pages/tabbar/video/video",
+ "style": {
+ "navigationBarTitleText": "鍙戝竷瑙嗛",
+ "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": "鍟嗗搧鍒楄〃",
+ "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/addGoods/addGoods",
+ "style": {
+ "enablePullDownRefresh": true,
+ "navigationBarTitleText": "鏂板鍟嗗搧",
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-button": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-popup": "view",
+ "u-search": "view",
+ "u-upload": "view"
+ }
+ }
+ },
+ {
+ "path": "pages/userPermissions/userPermissions",
+ "style": {
+ "navigationBarTitleText": "鐢ㄦ埛鏉冮檺",
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-button": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-popup": "view",
+ "u-search": "view",
+ "u-loading": "view",
+ "u-navbar": "view"
+ }
+ }
+ },
+ {
+ "path": "pages/customerManager/customerManager",
+ "style": {
+ "navigationBarTitleText": "瀹㈡埛绠$悊",
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-button": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-popup": "view",
+ "u-search": "view",
+ "u-loading": "view",
+ "u-checkbox": "view",
+ "u-checkbox-group": "view",
+ "u-navbar": "view"
+ }
+ }
+ },
+ {
+ "path": "pages/userPermissions/addStoreMember",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom", // 闅愯棌椤堕儴瀵艰埅鏍�
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-button": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-popup": "view",
+ "u-search": "view",
+ "u-loading": "view",
+ "u-checkbox": "view",
+ "u-checkbox-group": "view",
+ "u-navbar": "view"
+ }
+ }
}
-
],
"subPackages": [
-
+ {
+ "root": "uview-components", // 蹇呴』涓巔reloadRule涓殑鍚嶇О瀹屽叏涓�鑷�
+ "name": "uview-components",
+ "pages": [
+ {
+ "path": "pages/empty-page/empty-page",
+ "style": {
+ "navigationBarTitleText": "",
+ "disableScroll": true
+ }
+ }
+ ]
+ },
{
"root": "pages/mine",
"pages": [
-
{
"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",
"style": {
"navigationBarTitleText": "鏀惰棌",
@@ -121,6 +360,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"
}
}
},
@@ -131,6 +379,11 @@
"app-plus": {
//app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
"scrollIndicator": "none"
+ },
+ "componentPlaceholder": {
+ "u-swipe-action": "view",
+ "u-image": "view",
+ "u-modal": "view"
}
}
},
@@ -141,6 +394,9 @@
"app-plus": {
//app椤甸潰涓嶆樉绀烘粴鍔ㄦ潯
"scrollIndicator": "none"
+ },
+ "componentPlaceholder": {
+ "u-input": "view"
}
}
},
@@ -152,74 +408,83 @@
"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"
+ }
}
},
{
"path": "deposit/index",
"style": {
"navigationStyle": "custom"
-
}
},
{
"path": "deposit/operation",
"style": {
"navigationStyle": "custom"
-
}
},
{
"path": "deposit/recharge",
"style": {
"navigationBarTitleText": "鍏呭�奸噾棰�"
-
}
},
{
"path": "deposit/withdrawal",
"style": {
"navigationBarTitleText": "鎻愮幇閲戦"
-
}
},
-
- {
- "path": "deposit/info",
- "style": {
- "navigationBarTitleText": "棰勫瓨娆捐鎯�"
-
- }
- },
- {
+ {
+ "path": "deposit/info",
+ "style": {
+ "navigationBarTitleText": "棰勫瓨娆捐鎯�"
+ }
+ },
+ {
"path": "address/address",
"style": {
"enablePullDownRefresh": true,
@@ -236,13 +501,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"
+ }
}
},
{
@@ -251,7 +530,6 @@
"navigationBarTitleText": "鍔熻兘浠嬬粛"
}
},
-
{
"path": "set/securityCenter/fingerLogin",
"style": {
@@ -264,36 +542,26 @@
"navigationBarTitleText": "闈㈠鐧诲綍"
}
},
-
-
{
"path": "set/securityCenter/editPassword",
"style": {
"navigationBarTitleText": "淇敼瀵嗙爜",
- "app-plus": {
-
- }
+ "app-plus": {}
}
},
-
{
"path": "set/securityCenter/bindMobile",
"style": {
"navigationBarTitleText": "缁戝畾鎵嬫満鍙�",
- "app-plus": {
-
- }
+ "app-plus": {}
}
},
-
{
"path": "im/list",
"style": {
"navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍�
"enablePullDownRefresh": true,
- "app-plus": {
- }
-
+ "app-plus": {}
}
},
{
@@ -301,15 +569,17 @@
"style": {
"navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍�
"enablePullDownRefresh": true,
- "app-plus": {
- }
-
+ "app-plus": {}
}
},
{
"path": "set/feedBack",
"style": {
- "navigationBarTitleText": "鎰忚鍙嶉"
+ "navigationBarTitleText": "鎰忚鍙嶉",
+ "componentPlaceholder": {
+ "u-input": "view",
+ "u-upload": "view"
+ }
}
},
{
@@ -318,17 +588,26 @@
"navigationBarTitleText": "瀹夊叏涓績"
}
},
-
{
"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"
+ }
}
},
{
@@ -338,27 +617,46 @@
"app-plus": {
"titleNView": {
"padding-right": "12",
- "buttons": [{
- "text": "淇濆瓨",
- "fontSize": "16",
- "width": "auto",
- "color": "#FFFFFF"
- }]
+ "buttons": [
+ {
+ "text": "淇濆瓨",
+ "fontSize": "16",
+ "width": "auto",
+ "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": ""
- }
- }, {
- "path": "point/myPoint",
- "style": {
- "navigationBarTitleText": "鎴戠殑绉垎"
+ "navigationBarTitleText": "",
+ "componentPlaceholder": {
+ "u-parse": "view"
+ }
}
},
- {
+ {
+ "path": "point/myPoint",
+ "style": {
+ "navigationBarTitleText": "鎴戠殑绉垎",
+ "componentPlaceholder": {
+ "u-row": "view",
+ "u-col": "view"
+ }
+ }
+ },
+ {
"path": "msgTips/main",
"style": {
"navigationBarTitleText": "娑堟伅涓績"
@@ -387,39 +685,117 @@
"style": {
"navigationBarTitleText": "璁㈠崟璺熻釜"
}
+ },
+ {
+ "path": "activity/detail",
+ "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"
+ }
+ }
+ },
+ {
+ "path": "activity/myActivity",
+ "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"
+ }
+ }
+ },
+ {
+ "path": "activity/reportActivity",
+ "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"
+ }
+ }
+ },
+ {
+ "path": "myCollect/myCollect",
+ "style": {
+ "navigationBarTitleText": "鎴戠殑鏀惰棌",
+ "enablePullDownRefresh": true, //涓嬫媺鍒锋柊
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-button": "view",
+ "u-form": "view",
+ "u-form-item": "view",
+ "u-input": "view",
+ "u-popup": "view",
+ "u-search": "view",
+ "u-loading": "view",
+ "u-navbar": "view",
+ "u-image": "view",
+ "u-loadmore": "view"
+ }
+ }
}
-
]
-
},
-
-
{
"root": "pages/product",
- "pages": [{
- "path": "shopPage",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },{
- "path": "shopList",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },{
- "path": "licencePhoto",
- "style": {
- "navigationBarTitleText": "钀ヤ笟鎵х収"
- }
- },{
- "path": "shopPageGoods",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
+ "pages": [
+ {
+ "path": "shopPage",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "shopList",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "licencePhoto",
+ "style": {
+ "navigationBarTitleText": "钀ヤ笟鎵х収"
+ }
+ },
+ {
+ "path": "shopPageGoods",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "goods",
"style": {
@@ -431,10 +807,15 @@
// 绂佹椤甸潰婊氬姩
"scrollIndicator": "none",
"safearea": {
- "bottom": {
- "offset": "none"
- }
- }
+ "bottom": {
+ "offset": "none"
+ }
+ }
+ },
+ "componentPlaceholder": {
+ "u-icon": "view",
+ "u-navbar": "view",
+ "u-popup": "view"
}
}
},
@@ -442,6 +823,89 @@
"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"
+ }
}
},
{ //鍟嗗搧璇勪环
@@ -464,20 +928,49 @@
}
}
}
-
]
-
},
{
"root": "pages/floor",
- "pages": [{
- "path": "empty"
- }]
-
+ "pages": [
+ {
+ "path": "empty"
+ }
+ ]
+ },
+ {
+ "root": "pages/video",
+ "pages": [
+ {
+ "path": "home-page",
+ "style": {
+ "navigationBarTitleText": "TA鐨勪富椤�"
+ }
+ },
+ {
+ "path": "video-play",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ },
+ {
+ "path": "home-page-edit",
+ "style": {
+ "navigationBarTitleText": "涓婚〉淇℃伅淇敼"
+ }
+ },
+ {
+ "path": "video-edit",
+ "style": {
+ "navigationBarTitleText": "瑙嗛缂栬緫"
+ }
+ }
+ ]
},
{
"root": "pages/passport",
- "pages": [{
+ "pages": [
+ {
"path": "login",
"style": {
"navigationBarTitleText": "",
@@ -487,26 +980,70 @@
"animationType": "slide-in-bottom",
"scrollIndicator": "none",
"safearea": {
- "bottom": {
- "offset": "none"
- }
- }
+ "bottom": {
+ "offset": "none"
+ }
+ }
}
}
},
-
{
"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"
+ }
}
},
{
@@ -520,7 +1057,12 @@
"style": {
"navigationBarTitleText": "灏忕▼搴忕櫥褰�",
"navigationStyle": "custom",
- "navigationBarTextStyle": "black"
+ "navigationBarTextStyle": "black",
+ "componentPlaceholder": {
+ "u-navbar": "view",
+ "u-modal": "view",
+ "u-checkbox": "view"
+ }
}
},
{
@@ -532,90 +1074,94 @@
}
}
]
-
},
-
{
"root": "pages/promotion",
- "pages": [ {
+ "pages": [
+ {
"path": "seckill",
"style": {
"navigationBarTitleText": "闄愭椂鎶㈣喘",
"navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍�
- "navigationBarTextStyle": "black" ,
+ "navigationBarTextStyle": "black",
"app-plus": {
"titleNView": {
- "homeButton":true
+ "homeButton": true
}
}
}
},
-
- {
+ {
"path": "joinGroup",
"style": {
"navigationBarTitleText": "鎷煎洟娲诲姩",
"navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍�
- "navigationBarTextStyle": "black" ,
+ "navigationBarTextStyle": "black",
"app-plus": {
// 灏嗗洖寮瑰睘鎬у叧鎺�
"bounce": "none"
}
}
- },{
+ },
+ {
"path": "lives",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
-
}
- },{
+ },
+ {
"path": "bargain/list",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
-
}
- },{
+ },
+ {
"path": "bargain/detail",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
-
}
- },{
+ },
+ {
"path": "bargain/log",
"style": {
- "navigationBarTitleText": "鐮嶄环璁板綍"
+ "navigationBarTitleText": "鐮嶄环璁板綍",
+ "componentPlaceholder": {
+ "u-image": "view",
+ "u-empty": "view"
+ }
}
- },{
+ },
+ {
"path": "point/detail",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
-
}
- },{
+ },
+ {
"path": "point/pointList",
"style": {
"navigationBarTitleText": "绉垎鍟嗗煄"
-
-
}
}
-
]
-
},
{
"root": "pages/cart",
- "pages": [{
+ "pages": [
+ {
"path": "coupon/myCoupon",
"style": {
"navigationBarTitleText": "鎴戠殑浼樻儬鍒�",
"app-plus": {
"bounce": "coupon/none"
-
+ },
+ "componentPlaceholder": {
+ "u-empty": "view",
+ "u-icon": "view"
}
}
},
@@ -631,13 +1177,14 @@
"navigationBarTitleText": "浼樻儬鍒�"
}
},
-
{
"path": "coupon/couponCenter",
"style": {
"navigationBarTitleText": "棰嗗埜涓績",
- "enablePullDownRefresh": true
-
+ "enablePullDownRefresh": true,
+ "componentPlaceholder": {
+ "u-empty": "view"
+ }
}
},
{
@@ -646,7 +1193,6 @@
"navigationBarTitleText": "鏀粯璁㈠崟",
"app-plus": {
"popGesture": "none" //绂佹渚ф粦閫�鍑�
-
}
}
},
@@ -666,18 +1212,15 @@
"path": "payment/shareOrderGoods",
"style": {
"navigationBarTitleText": "",
- "app-plus": {
-
- }
+ "app-plus": {}
}
}
-
]
-
},
{
"root": "pages/order",
- "pages": [{
+ "pages": [
+ {
"path": "complain/complain",
"style": {
"navigationBarTitleText": "璁㈠崟鍟嗗搧鎶曡瘔"
@@ -692,7 +1235,14 @@
{
"path": "complain/complainList",
"style": {
- "navigationBarTitleText": "鎶曡瘔鍒楄〃"
+ "navigationBarTitleText": "鎶曡瘔鍒楄〃",
+ "componentPlaceholder": {
+ "u-line": "view",
+ "u-image": "view",
+ "u-tag": "view",
+ "u-empty": "view",
+ "u-modal": "view"
+ }
}
},
{
@@ -702,7 +1252,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"
}
}
},
@@ -730,7 +1290,6 @@
"navigationBarTitleText": "璇勪环璇︽儏"
}
},
-
{
"path": "evaluate/releaseEvaluate",
"style": {
@@ -740,10 +1299,16 @@
{
"path": "evaluate/myEvaluate",
"style": {
- "navigationBarTitleText": "鎴戠殑璇勪环"
+ "navigationBarTitleText": "鎴戠殑璇勪环",
+ "componentPlaceholder": {
+ "u-empty": "view",
+ "u-tabs": "view",
+ "u-image": "view",
+ "u-read-more": "view",
+ "u-tag": "view"
+ }
}
},
-
{
"path": "afterSales/applyProgress",
"style": {
@@ -764,13 +1329,15 @@
"bounce": "none",
"titleNView": {
"titleColor": "#FFFFFF",
- "buttons": [{
- "text": "瀹屾垚",
- "fontSize": "14",
- "color": "#FFFFFF",
- "width": "36px"
- // "background": "rgba(0,0,0,0)"
- }]
+ "buttons": [
+ {
+ "text": "瀹屾垚",
+ "fontSize": "14",
+ "color": "#FFFFFF",
+ "width": "36px"
+ // "background": "rgba(0,0,0,0)"
+ }
+ ]
}
}
}
@@ -794,7 +1361,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"
+ }
}
},
{
@@ -808,7 +1383,7 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "Lili鍟嗗煄",
+ "navigationBarTitleText": "缁挎弧绛�",
"titleColor": "#303133",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
@@ -816,16 +1391,17 @@
"app-plus": {
// 鍏ㄥ眬鍏抽棴鍥炲脊鍔熻兘
"bounce": "none"
-
}
},
"tabBar": {
+ "custom": true,
"color": "#666",
"selectedColor": "#ff573e",
"borderStyle": "black",
"backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/tabbar/home/index",
+ "list": [
+ {
+ "pagePath": "pages/tabbar/index/home",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-s.png",
"text": "棣栭〉"
@@ -834,9 +1410,13 @@
"pagePath": "pages/tabbar/category/category",
"iconPath": "static/tabbar/category.png",
"selectedIconPath": "static/tabbar/category-s.png",
- "text": "鍒嗙被"
+ "text": "鍟嗗煄"
},
-
+ {
+ "pagePath": "pages/tabbar/video/video",
+ "iconPath": "static/tabbar/video.png",
+ "selectedIconPath": "static/tabbar/video-selected.png"
+ },
{
"pagePath": "pages/tabbar/cart/cartList",
"iconPath": "static/tabbar/cart.png",
@@ -863,4 +1443,4 @@
// "query": "" //鍚姩鍙傛暟锛屽湪椤甸潰鐨刼nLoad鍑芥暟閲岄潰寰楀埌
// }]
}
-}
+}
\ No newline at end of file
--
Gitblit v1.8.0