From ce7fc84028b414fac4682cf8f30eb9ed93ee2f8c Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Tue, 26 Feb 2019 15:23:06 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9ext.json=E6=96=87=E4=BB=B6]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 2 +- ext.json | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/app.json b/app.json index ee35fd2..3ecb17f 100644 --- a/app.json +++ b/app.json @@ -82,7 +82,7 @@ ] }, "window": { - "backgroundTextStyle": "red", + "backgroundTextStyle": "dark", "navigationBarBackgroundColor": "#02C0FF", "navigationBarTitleText": "", "navigationBarTextStyle": "white" diff --git a/ext.json b/ext.json index e37dc50..967ac9e 100644 --- a/ext.json +++ b/ext.json @@ -2,7 +2,20 @@ "extEnable": true, "extAppid": "wxea71200db93d756b", "ext": { - "appId": "wxea71200db93d756b" + "weappId": "wxea71200db93d756b", + "name": "富茂客官开发", + "attr": { + "ifHaveCarModular":"1", + "etcpversion":"release", + "configUrl":"https://ciformall.youlane.cn/C/api", + "passCarAppId":"wx192b7d2e8dcbefd0", + "passCarreturnUrl":"https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" + } + }, + "permission": { + "scope.userLocation": { + "desc": "你的位置信息将用于小程序位置接口的效果展示" + } }, "directCommit": false, "tabBar": { @@ -10,7 +23,7 @@ "selectedColor": "#00C0FF", "list": [ { - "pagePath": "pages/index/index", + "pagePath": "pages/main/index", "iconPath": "assets/images/home-n.png", "selectedIconPath": "assets/images/home-y.png", "text": "首页" @@ -30,7 +43,7 @@ ] }, "window": { - "backgroundTextStyle": "red", + "backgroundTextStyle": "dark", "navigationBarBackgroundColor": "#02C0FF", "navigationBarTitleText": "WeChat", "navigationBarTextStyle": "white"