| @@ -1,4 +1,4 @@ | |||||
| <view class='title'>30天内最多绑定4辆不同的车</view> | |||||
| <view class='title'>30天内最多绑定4辆不同的车<text class='rem'>解绑前请确认车已经离场</text></view> | |||||
| <!-- 车牌 --> | <!-- 车牌 --> | ||||
| <!-- 有车牌的时候显示 --> | <!-- 有车牌的时候显示 --> | ||||
| <view class='passUp'> | <view class='passUp'> | ||||
| @@ -1,7 +1,8 @@ | |||||
| <view class='order'> | <view class='order'> | ||||
| <view wx:if="{{order.orderStatus==1}}" class='tips'> | <view wx:if="{{order.orderStatus==1}}" class='tips'> | ||||
| <text class='iconfont icon-choose'></text> | |||||
| <text>付款成功,请尽快到门店使用</text> | |||||
| <image class='success' src='../../../assets/img/succ.png' mode='widthFix'></image> | |||||
| <text wx:if="{{order.salePrice/100==0}}">领取成功,请尽快到门店使用</text> | |||||
| <text wx:if="{{order.salePrice/100!=0}}">付款成功,请尽快到门店使用</text> | |||||
| </view> | </view> | ||||
| <view class='section'> | <view class='section'> | ||||
| <view class='detail_msg'> | <view class='detail_msg'> | ||||
| @@ -3,7 +3,11 @@ | |||||
| .order { | .order { | ||||
| width: 100%; | width: 100%; | ||||
| } | } | ||||
| .success{ | |||||
| vertical-align: middle; | |||||
| width: 40rpx; | |||||
| margin-right: 10rpx; | |||||
| } | |||||
| .tips { | .tips { | ||||
| width: 92%; | width: 92%; | ||||
| height: 88rpx; | height: 88rpx; | ||||
| @@ -14,7 +18,7 @@ | |||||
| } | } | ||||
| .tips text:nth-child(2) { | .tips text:nth-child(2) { | ||||
| font-size: 24rpx; | |||||
| font-size: 32rpx; | |||||
| padding-left: 16rpx; | padding-left: 16rpx; | ||||
| } | } | ||||
| @@ -233,7 +233,7 @@ | |||||
| display: block; | display: block; | ||||
| } | } | ||||
| .activeimg{ | .activeimg{ | ||||
| width: 176rpx!important; | |||||
| width: 200rpx!important; | |||||
| position: absolute; | position: absolute; | ||||
| bottom: 0; | bottom: 0; | ||||
| right: 0; | right: 0; | ||||