From a4c6baebae0c94a6ab99f45e05a7234dfb6122b5 Mon Sep 17 00:00:00 2001 From: hurui Date: Tue, 6 Aug 2019 11:32:19 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=81=9C=E8=BD=A6=E5=88=B8][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9][=E7=8A=B6=E6=80=81=E5=B1=95=E7=A4=BA]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext.json | 23 +++++++++++------------ pages/passCar/couponList/couponList.wxml | 2 +- pages/passCar/couponList/couponList.wxss | 9 ++++++--- pages/user/index.wxml | 9 +-------- pages/user/index.wxss | 10 +++++++--- project.config.json | 2 +- 6 files changed, 27 insertions(+), 28 deletions(-) diff --git a/ext.json b/ext.json index 6b64b8c..cb6c532 100644 --- a/ext.json +++ b/ext.json @@ -3,29 +3,28 @@ "attr": { "imgProxy": [ { - "newUrl": "https://ciformall.youlane.cn/img", + "newUrl": "https://ctest.malls.iformall.com/img", "orgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn" }, { - "newUrl": "https://ciformall.youlane.cn/img1", + "newUrl": "https://ctest.malls.iformall.com/img1", "orgUrl": "https://s3.cn-northwest-1.amazonaws.com.cn" }, { - "newUrl": "https://ciformall.youlane.cn/img2", + "newUrl": "https://ctest.malls.iformall.com/img2", "orgUrl": "https://wx.qlogo.cn" } ], - "configUrl": "https://ciformall.youlane.cn/C/api", + "configUrl": "https://ctest.malls.iformall.com/C/api", "etcpAppId": "wx192b7d2e8dcbefd0", - "socketUrl": "wss://mp.youlane.cn/W/ws", "etcpVersion": "release", - "etcpCallbackUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback", + "etcpCallbackUrl": "https://admintest.malls.iformall.com/api/carCallback/etcpPaidCallback", "ifHaveWebSocket": "0", "ifHaveCarModular": "1" }, - "name": "富茂客官开发", - "weappId": "wxea71200db93d756b", - "appVersion": "C.4.5.106" + "name": "富茂链客", + "weappId": "wx649b3be73c1afe47", + "appVersion": "C.test.5.2.0" }, "debug": false, "tabBar": { @@ -61,10 +60,10 @@ "window": { "backgroundTextStyle": "dark", "navigationBarTextStyle": "black", - "navigationBarTitleText": "WeChat", - "navigationBarBackgroundColor": "#fff" + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#FFFFFF" }, - "extAppid": "wxea71200db93d756b", + "extAppid": "wx649b3be73c1afe47", "extEnable": true, "permission": { "scope.userLocation": { diff --git a/pages/passCar/couponList/couponList.wxml b/pages/passCar/couponList/couponList.wxml index 0511bf9..ec654aa 100644 --- a/pages/passCar/couponList/couponList.wxml +++ b/pages/passCar/couponList/couponList.wxml @@ -16,7 +16,7 @@ - + diff --git a/pages/passCar/couponList/couponList.wxss b/pages/passCar/couponList/couponList.wxss index b821ae9..b410cfb 100644 --- a/pages/passCar/couponList/couponList.wxss +++ b/pages/passCar/couponList/couponList.wxss @@ -29,10 +29,7 @@ width: 690rpx; height: 180rpx !important; background: #fff; - /* padding: 30rpx 0 0; */ margin: 0 auto 40rpx; - /* border-radius: 16rpx; */ - /* border-top: 8rpx solid #02b7ff; */ box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); } @@ -42,6 +39,12 @@ padding-bottom: 16rpx; background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%); } +.detail_msgYsy { + display: flex; + padding-top: 16rpx; + padding-bottom: 16rpx; + background: #E1E1E1; +} .expiretime { display: block; diff --git a/pages/user/index.wxml b/pages/user/index.wxml index 8ffb2ff..75f9d8b 100644 --- a/pages/user/index.wxml +++ b/pages/user/index.wxml @@ -72,14 +72,7 @@ 积分商城 - - - - - - - - + diff --git a/pages/user/index.wxss b/pages/user/index.wxss index 263a2d5..ae2c61b 100644 --- a/pages/user/index.wxss +++ b/pages/user/index.wxss @@ -108,13 +108,17 @@ page{ .user-btns{ background: #fff; - /* margin-top: 20rpx; */ margin: 20rpx 20rpx 0; display: flex; - justify-content: space-around; text-align: center; - /* margin-bottom: 20rpx; */ + flex-wrap: wrap; } + .user-btns navigator{ + width: 33%; + } + + + .user-btns:nth-of-type(3){ margin-bottom: 0; } diff --git a/project.config.json b/project.config.json index cb99eff..b6bb9ba 100644 --- a/project.config.json +++ b/project.config.json @@ -14,7 +14,7 @@ }, "compileType": "miniprogram", "libVersion": "2.5.0", - "appid": "wxb11603577a84a86d", + "appid": "wxfa336cad86ed598d", "projectname": "C%E7%AB%AF%E5%B0%8F%E7%A8%8B%E5%BA%8F", "isGameTourist": false, "simulatorType": "wechat",