From 6a81e046f6224d497ce0529d45fc11a8dc82a865 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Mon, 29 Apr 2019 00:26:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=97=A8=E5=BA=97][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=A8=E5=BA=97=E5=88=97=E8=A1=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E9=97=AE=E9=A2=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext.json | 21 ++++++++++----------- pages/index/detail/index.wxss | 4 ++-- project.config.json | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/ext.json b/ext.json index 92aeec9..e7ab561 100644 --- a/ext.json +++ b/ext.json @@ -1,17 +1,16 @@ { "ext": { "attr": { - "configUrl": "https://ciformall.youlane.cn/C/api", - "etcpAppId": "wx192b7d2e8dcbefd0", - "socketUrl": "wss://mp.youlane.cn/W/ws", + "configUrl": "https://c.malls.iformall.com/C/api", + "etcpAppId": "wxc07f9d67923d676d", "etcpVersion": "release", - "etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback", + "etcpCallbackUrl": "https://admin.malls.iformall.com/api/carCallback/etcpPaidCallback", "ifHaveWebSocket": "0", - "ifHaveCarModular": "1" + "ifHaveCarModular": "0" }, - "name": "富茂客官开发", - "weappId": "wxea71200db93d756b", - "appVersion": "C.4.5.106" + "name": "富茂链客生产版", + "weappId": "wx6a2524a8286d687f", + "appVersion": "C.nocar.5.1.1" }, "debug": false, "tabBar": { @@ -47,10 +46,10 @@ "window": { "backgroundTextStyle": "dark", "navigationBarTextStyle": "black", - "navigationBarTitleText": "WeChat", - "navigationBarBackgroundColor": "#fff" + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#FFFFFF" }, - "extAppid": "wxea71200db93d756b", + "extAppid": "wx6a2524a8286d687f", "extEnable": true, "permission": { "scope.userLocation": { diff --git a/pages/index/detail/index.wxss b/pages/index/detail/index.wxss index 71cfe08..c261e54 100644 --- a/pages/index/detail/index.wxss +++ b/pages/index/detail/index.wxss @@ -85,7 +85,7 @@ } .merchant-shop text, .merchant-phone text { - font-size: 26rpx; + font-size: 30rpx; } .merchant-shop view, .merchant-phone view { @@ -94,7 +94,7 @@ color: #333; } -.merchant-shop view:nth-child(2), .merchant-phone view:nth-child(2) { +.merchant-shop view:nth-child(2){ font-size: 30rpx; } diff --git a/project.config.json b/project.config.json index 6edba2f..27db03b 100644 --- a/project.config.json +++ b/project.config.json @@ -14,7 +14,7 @@ }, "compileType": "miniprogram", "libVersion": "2.2.0", - "appid": "wxb11603577a84a86d", + "appid": "wx453ae0d37f3550d0", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "simulatorType": "wechat",