|
@@ -169,7 +169,10 @@
|
|
|
<van-popup class="registration" show="{{showRegistrationSuccess}}" round close-on-click-overlay="{{false}}">
|
|
|
<view class="pop-content">
|
|
|
<image class="pop-img" src="{{baseUrl + '/static/image/register/yhq-logo.png'}}" mode="aspectFit"/>
|
|
|
- <image class="pop-yhq" src="/static/image/register/yhq.png" mode="aspectFit"/>
|
|
|
+ <view class="pop-yhq">
|
|
|
+ <view>恭喜你报名成功</view>
|
|
|
+ <view>获得{{couponList.length}}张优惠券</view>
|
|
|
+ </view>
|
|
|
<view class="pop-card">
|
|
|
<image class="pop-card-img" src="/static/image/register/yhq-bg.png" mode="aspectFit"/>
|
|
|
<view class="pop-card-cont">
|
|
@@ -181,6 +184,7 @@
|
|
|
<view class="m-ellipsis">{{couponInfo.coupon_name}}</view>
|
|
|
<view class="pop-time">{{couponInfo.end_time}}到期</view>
|
|
|
</view>
|
|
|
+ <view class="pop-num">x{{couponList.length}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="receive" bindtap="onReceive" hover-class="btn-hover" hover-start-time="50">
|