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"