From 5ba691df1f92f188fec74118b1be1361e7a78ee7 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Wed, 27 Mar 2019 14:07:48 +0800 Subject: [PATCH 1/5] =?UTF-8?q?[=E5=AF=8C=E8=8C=82=E5=AE=A2=E5=AE=98?= =?UTF-8?q?=E5=BC=80=E5=8F=91appId][=E4=BF=AE=E6=94=B9]:[=E5=AF=8C?= =?UTF-8?q?=E8=8C=82=E5=AE=A2=E5=AE=98=E5=BC=80=E5=8F=91appId]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext.json | 16 ++++++++-------- project.config.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ext.json b/ext.json index d51bb8b..4f5099c 100644 --- a/ext.json +++ b/ext.json @@ -1,16 +1,16 @@ { "extEnable": true, - "extAppid": "wx6a2524a8286d687f", + "extAppid": "wxea71200db93d756b", "ext": { - "weappId": "wx6a2524a8286d687f", - "name": "富茂链客生产版", - "appVersion": "C.nocar.4.1.3_1", + "weappId": "wxea71200db93d756b", + "name": "富茂客官开发", + "appVersion": "C.3.4.1", "attr": { - "ifHaveCarModular": "0", + "ifHaveCarModular": "1", "etcpversion": "release", - "configUrl": "https://c.malls.iformall.com/C/api", - "passCarAppId": "wxc07f9d67923d676d", - "passCarreturnUrl": "https://admin.malls.iformall.com/api/carCallback/etcpPaidCallback" + "configUrl": "https://ciformall.youlane.cn/C/api", + "passCarAppId": "wx192b7d2e8dcbefd0", + "passCarreturnUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" } }, "permission": { diff --git a/project.config.json b/project.config.json index e03f6ca..b11f49c 100644 --- a/project.config.json +++ b/project.config.json @@ -13,7 +13,7 @@ }, "compileType": "miniprogram", "libVersion": "2.2.0", - "appid": "wx453ae0d37f3550d0", + "appid": "wxb11603577a84a86d", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "condition": { From 61cf1ff6c518e30225df53ea2d2803606075f783 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Wed, 27 Mar 2019 14:23:39 +0800 Subject: [PATCH 2/5] =?UTF-8?q?[=E6=8B=BC=E5=9B=A2][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E6=8B=BC=E5=9B=A2title=E7=9C=81=E7=95=A5=E5=8F=B7]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/main/spellGroup/index.wxss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/main/spellGroup/index.wxss b/pages/main/spellGroup/index.wxss index b91ae0c..74af763 100644 --- a/pages/main/spellGroup/index.wxss +++ b/pages/main/spellGroup/index.wxss @@ -63,7 +63,10 @@ font-size: 24rpx; color: #000000; letter-spacing: 0.7rpx; + white-space: nowrap; + text-overflow: ellipsis; overflow: hidden; + width:167px; } .index-scroll-view .commodity-info-time { From f3b71c10489994957876a88f0f97b3bf7c3982dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E6=B4=8B=E4=B9=8B=E5=A3=B0?= Date: Wed, 27 Mar 2019 14:27:21 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E7=A0=8D=E4=BB=B7=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/bargain/bargainDatail/bargainDatail.wxss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/bargain/bargainDatail/bargainDatail.wxss b/pages/bargain/bargainDatail/bargainDatail.wxss index d71e0cc..9b756cd 100644 --- a/pages/bargain/bargainDatail/bargainDatail.wxss +++ b/pages/bargain/bargainDatail/bargainDatail.wxss @@ -231,7 +231,7 @@ page{ } .btns .fl{ color: #fff; - background:rgba(255,169,2,1); + background:#FFAF02; box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32); } .goback{ @@ -269,8 +269,8 @@ page{ color: #fff; line-height: 95rpx; width: 256rpx; - background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%); - box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32); + background:linear-gradient(90deg,rgba(229,54,40,1) 0%,rgba(243,75,30,1) 99%); + box-shadow:0px 8px 8px 1px rgba(204,26,13,0.32); } .helpDiscount{ display: block; From 0351eaac8bd8a9c9518df20a6a1c3568f468ec72 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Wed, 27 Mar 2019 15:02:34 +0800 Subject: [PATCH 4/5] =?UTF-8?q?[=E7=A0=8D=E4=BB=B7=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2][=E4=BF=AE=E6=94=B9]:[=E9=97=B4=E8=B7=9D?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/bargain/bargainDatail/bargainDatail.wxss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/bargain/bargainDatail/bargainDatail.wxss b/pages/bargain/bargainDatail/bargainDatail.wxss index 9b756cd..3178ba2 100644 --- a/pages/bargain/bargainDatail/bargainDatail.wxss +++ b/pages/bargain/bargainDatail/bargainDatail.wxss @@ -102,7 +102,7 @@ page{ .progress { width: 519rpx; - padding: 30rpx 84rpx 50rpx; + padding: 30rpx 84rpx; /* height: 136rpx; */ background: #fff; border-radius: 15rpx; From e474f70bb71de8c06f2148a3c56965391c258a71 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Thu, 28 Mar 2019 12:30:05 +0800 Subject: [PATCH 5/5] =?UTF-8?q?[=E6=88=91=E7=9A=84][=E4=BF=AE=E6=94=B9]:[?= =?UTF-8?q?=E5=85=B3=E6=B3=A8=E5=85=AC=E4=BC=97=E5=8F=B7=E6=98=BE=E7=A4=BA?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/index.wxml | 7 +++---- pages/user/index.wxss | 20 ++++++-------------- 2 files changed, 9 insertions(+), 18 deletions(-) diff --git a/pages/user/index.wxml b/pages/user/index.wxml index 9dd0835..eeec8e1 100644 --- a/pages/user/index.wxml +++ b/pages/user/index.wxml @@ -78,11 +78,10 @@ 版本号:{{appVersion}} + + + - - - -