2024-01-16 22:53:42 +08:00

49 lines
1.4 KiB
Plaintext

<uni-popup
bind:__l="__l"
bindchange="{{e}}"
class="r data-v-68f7b9c0"
uI="68f7b9c0-0"
uP="{{f}}"
uR="popup"
uS="{{['d']}}"
wx:if="{{f}}"
>
<view class="content data-v-68f7b9c0">
<view class="container data-v-68f7b9c0">
<image
class="background data-v-68f7b9c0"
src="/static/images/pic_coupon.png"
></image>
<view class="coupon data-v-68f7b9c0">
<text class="coupon-left data-v-68f7b9c0">┏</text>
<text class="coupon-text data-v-68f7b9c0">综合车况立减30元</text>
<text class="coupon-right data-v-68f7b9c0">┛</text>
</view>
<view class="count-down data-v-68f7b9c0">
<text class="count-down-text data-v-68f7b9c0">限时抢购:</text>
<uni-countdown
bind:__l="__l"
class="data-v-68f7b9c0"
uI="68f7b9c0-1,68f7b9c0-0"
uP="{{a}}"
wx:if="{{a}}"
></uni-countdown>
</view>
<view
bindtap="{{b}}"
class="button data-v-68f7b9c0"
hoverClass="default-hover-class"
hoverStayTime="100"
>
<text class="button-text data-v-68f7b9c0">领取使用</text>
</view>
</view>
<view bindtap="{{c}}" class="close data-v-68f7b9c0">
<image
class="close-image data-v-68f7b9c0"
src="/static/images/icon_close_3.png"
></image>
</view>
</view>
</uni-popup>