From 9f12c395d84e1d8f1d1483e1541866d02519d3a1 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 19 Oct 2018 20:53:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=81=9C=E8=BD=A6=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8C=E5=B8=B8=E8=A7=81=E9=97=AE=E9=A2=98?= =?UTF-8?q?][=E4=BF=AE=E6=94=B9]:=E5=81=9C=E8=BD=A6=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=B8=B8=E8=A7=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/passCar/choicecoupon/choicecoupon.wxml | 40 ++++++++++---------- pages/passCar/choicecoupon/choicecoupon.wxss | 7 ++++ pages/ques/ques.wxml | 8 ++++ 3 files changed, 36 insertions(+), 19 deletions(-) diff --git a/pages/passCar/choicecoupon/choicecoupon.wxml b/pages/passCar/choicecoupon/choicecoupon.wxml index b50189d..89161a4 100644 --- a/pages/passCar/choicecoupon/choicecoupon.wxml +++ b/pages/passCar/choicecoupon/choicecoupon.wxml @@ -8,27 +8,29 @@ - - - - - - - - {{item.title}} - - - {{item.subTitle}} - - {{item.salePrice/100}} - + + 温馨提示:请离场前使用优惠券 + + + + + + + {{item.title}} + + + {{item.subTitle}} + + {{item.salePrice/100}} + + - - - - 有效期至: - {{item.expiredTime}} + + + 有效期至: + {{item.expiredTime}} + diff --git a/pages/passCar/choicecoupon/choicecoupon.wxss b/pages/passCar/choicecoupon/choicecoupon.wxss index 8b98674..978b47d 100644 --- a/pages/passCar/choicecoupon/choicecoupon.wxss +++ b/pages/passCar/choicecoupon/choicecoupon.wxss @@ -125,6 +125,13 @@ font-size: 40rpx; } +.res { + color: #f96563; + font-size:37rpx; + margin-bottom:20rpx; + text-indent:.7em; +} + .yuan { color: #333; font-size: 26rpx; diff --git a/pages/ques/ques.wxml b/pages/ques/ques.wxml index 7a40dd9..608963a 100644 --- a/pages/ques/ques.wxml +++ b/pages/ques/ques.wxml @@ -45,4 +45,12 @@ Q10.每个用户可以绑定几个车牌? 每个用户30天内最多绑定4辆不同的车。 + + Q11.停车券使用期限? + 车辆离场前使用。 + + + Q12.为什么我的车牌解绑不成功? + 请先确认车辆已离场。。 + \ No newline at end of file