From d2f0bd7f6478e803d1a5eece77ba87aec985980a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Mon, 4 Mar 2019 19:18:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8B=BC=E5=9B=A2=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext.json | 6 +++--- pages/spellGroup/spellGroup.wxss | 2 +- project.config.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ext.json b/ext.json index 04b05b9..95121a6 100644 --- a/ext.json +++ b/ext.json @@ -1,14 +1,14 @@ { "extEnable": true, - "extAppid": "wx6a2524a8286d687f", + "extAppid": "wxea71200db93d756b", "ext": { - "weappId": "wx6a2524a8286d687f", + "weappId": "wxea71200db93d756b", "name": "富茂链客生产版", "appVersion": "C.nocar.3.5.1", "attr": { "ifHaveCarModular": "0", "etcpversion": "release", - "configUrl": "https://c.malls.iformall.com/C/api", + "configUrl": "https://ciformall.youlane.cn/C/api", "passCarAppId": "wx192b7d2e8dcbefd0", "passCarreturnUrl": "https://admin.malls.iformall.com/api/carCallback/etcpPaidCallback" } diff --git a/pages/spellGroup/spellGroup.wxss b/pages/spellGroup/spellGroup.wxss index 6748c1b..595e9da 100644 --- a/pages/spellGroup/spellGroup.wxss +++ b/pages/spellGroup/spellGroup.wxss @@ -2,13 +2,13 @@ page { height: auto; overflow: auto; + background: #f89132; background-image: url('https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/spell-bg.png'); background-size: cover; background-repeat: no-repeat; } .content-box{ height: auto; - background: #f89132; padding-bottom: 200rpx; } .banner{ diff --git a/project.config.json b/project.config.json index 1bf70bd..ea54928 100644 --- a/project.config.json +++ b/project.config.json @@ -4,7 +4,7 @@ "ignore": [] }, "setting": { - "urlCheck": true, + "urlCheck": false, "es6": true, "postcss": true, "minified": true,