From 52787adceb282c1914589c7ceb252bdb03e2df36 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:26:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia
---
wechat_jiaxuan/app.json | 50 +++++++++++++++++++++++++++++++++++++-------------
1 files changed, 37 insertions(+), 13 deletions(-)
diff --git a/wechat_jiaxuan/app.json b/wechat_jiaxuan/app.json
index 7b8159b..88f5ae0 100644
--- a/wechat_jiaxuan/app.json
+++ b/wechat_jiaxuan/app.json
@@ -6,25 +6,39 @@
"pages/consult/detail",
"pages/mine/mine",
"pages/auth/auth",
- "pages/design/design"
+ "pages/design/design",
+ "pages/store/store",
+ "pages/store/info",
+ "pages/store/staff",
+ "pages/store/staffList",
+ "pages/calculator/index",
+ "pages/webView/index",
+ "pages/productVideo/index",
+ "pages/homeId/index",
+ "pages/kefu/index",
+ "pages/kefu/service",
+ "pages/detailDis/product",
+ "pages/detailDis/case",
+ "pages/detailDis/realpic",
+ "pages/userinfo/index",
+ "pages/userinfo/mysub",
+ "pages/userinfo/collect",
+ "pages/userinfo/favorite",
+ "pages/sets/index",
+ "pages/sets/protocol",
+ "pages/richText/index"
],
"window": {
"navigationBarTitleText": "蹇楅偊瀹堕��",
"navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff"
- },
- "renderer": "skyline",
- "rendererOptions": {
- "skyline": {
- "defaultDisplayBlock": true,
- "disableABTest": true,
- "sdkVersionBegin": "3.0.0",
- "sdkVersionEnd": "15.255.255"
- }
+ "backgroundTextStyle": "dark",
+ "navigationBarBackgroundColor": "#fff",
+ "navigationStyle": "default",
+ "backgroundColor": "#fff"
},
"tabBar": {
"color": "#999",
- "selectedColor": "#110000",
+ "selectedColor": "#B08771",
"list": [
{
"pagePath": "pages/index/index",
@@ -42,7 +56,7 @@
"pagePath": "pages/consult/consult",
"iconPath": "static/tabbar/nav_mendian.png",
"selectedIconPath": "static/tabbar/nav_mendianAc.png",
- "text": "鍜ㄨ"
+ "text": "璧勮"
},
{
"pagePath": "pages/mine/mine",
@@ -59,9 +73,19 @@
"van-empty": "@vant/weapp/empty/index",
"navBar": "./components/navBar/navBar"
},
+ "requiredPrivateInfos": [
+ "getLocation",
+ "chooseLocation"
+ ],
"permission": {
"scope.userLocation": {
"desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭浣嶇疆鎺ュ彛鐨勬晥鏋滃睍绀�"
+ },
+ "scope.writePhotosAlbum":{
+ "desc": "鎺堟潈鐩稿唽鏉冮檺鍚庯紝鎮ㄦ墠鑳芥甯镐繚瀛樺浘鐗�"
+ },
+ "scope.userInfo": {
+ "desc": "浣犵殑寰俊鍛㈢О灏嗙敤浜庡皬绋嬪簭鍛㈢О鐨勬晥鏋滃睍绀�"
}
},
"componentFramework": "glass-easel",
--
Gitblit v1.9.3