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