ソースを参照

[修改ext.json文件]

tags/永修铜锣湾3.3.3
meo 6年前
コミット
ce7fc84028
2個のファイルの変更17行の追加4行の削除
  1. +1
    -1
      app.json
  2. +16
    -3
      ext.json

+ 1
- 1
app.json ファイルの表示

@@ -82,7 +82,7 @@
] ]
}, },
"window": { "window": {
"backgroundTextStyle": "red",
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#02C0FF", "navigationBarBackgroundColor": "#02C0FF",
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"


+ 16
- 3
ext.json ファイルの表示

@@ -2,7 +2,20 @@
"extEnable": true, "extEnable": true,
"extAppid": "wxea71200db93d756b", "extAppid": "wxea71200db93d756b",
"ext": { "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, "directCommit": false,
"tabBar": { "tabBar": {
@@ -10,7 +23,7 @@
"selectedColor": "#00C0FF", "selectedColor": "#00C0FF",
"list": [ "list": [
{ {
"pagePath": "pages/index/index",
"pagePath": "pages/main/index",
"iconPath": "assets/images/home-n.png", "iconPath": "assets/images/home-n.png",
"selectedIconPath": "assets/images/home-y.png", "selectedIconPath": "assets/images/home-y.png",
"text": "首页" "text": "首页"
@@ -30,7 +43,7 @@
] ]
}, },
"window": { "window": {
"backgroundTextStyle": "red",
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#02C0FF", "navigationBarBackgroundColor": "#02C0FF",
"navigationBarTitleText": "WeChat", "navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"


読み込み中…
キャンセル
保存