You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.4 KiB
Plaintext
82 lines
2.4 KiB
Plaintext
<view style="margin-top:100px;text-align:center;">
|
|
<i class="t-icon t-icon-zanwuyouhuiquan" style="width:114px;height:77px;margin:0 auto;"></i>
|
|
</view>
|
|
<view class='tc p20 f16 cccc'>
|
|
暂无优惠券
|
|
</view>
|
|
<view>
|
|
<view class="topMenu mb10">
|
|
<view class="onMune {{currIndex == '1' ? 'active' : ''}}" data-id="1" bindtap="changeMenu">
|
|
<view class="pr dib"> 未使用
|
|
<view class="menuBorder"></view>
|
|
</view>
|
|
|
|
</view>
|
|
<view class="onMune {{currIndex == '10' ? 'active' : ''}}" data-id="10" bindtap="changeMenu">
|
|
<view class="pr dib"> 已使用<view class="menuBorder"></view>
|
|
</view>
|
|
</view>
|
|
<view class="onMune {{currIndex == '20' ? 'active' : ''}}" data-id="20" bindtap="changeMenu">
|
|
<view class="pr dib"> 已过期<view class="menuBorder"></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="p10">
|
|
<view class="couponCard">
|
|
<view class="ccMoney">
|
|
<text class="f14">¥</text>
|
|
<text class="ccM">18</text>
|
|
</view>
|
|
<view class="v-center flex-1">
|
|
<view class="flex-1 pl20">
|
|
<view class="f16 fw500 cf00">新人专享</view>
|
|
<view class="f12 cf00 mt8">2021-11-01 23:59 前有效</view>
|
|
</view>
|
|
<view>
|
|
<view class="makePhone mr16" bindtap='goDetail' hover-class="thover">详情</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="couponCard">
|
|
<view class="ccMoney">
|
|
<text class="f14">¥</text>
|
|
<text class="ccM">8</text>
|
|
</view>
|
|
<view class="v-center flex-1">
|
|
<view class="flex-1 pl20">
|
|
<view class="f16 fw500 cf00">推荐有礼</view>
|
|
<view class="f12 cf00 mt8">2021-11-01 23:59 前有效</view>
|
|
</view>
|
|
<view>
|
|
<view class="makePhone mr16" bindtap='goDetail' hover-class="thover">详情</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="couponCard over">
|
|
<view class="ccMoney">
|
|
<text class="f14">¥</text>
|
|
<text class="ccM">6</text>
|
|
</view>
|
|
<view class="v-center flex-1">
|
|
<view class="flex-1 pl20">
|
|
<view class="f16 fw500 cf00">做活动有奖</view>
|
|
<view class="f12 cf00 mt8">2021-11-01 23:59 前有效</view>
|
|
</view>
|
|
<view>
|
|
<view class="makePhone mr16" bindtap='goDetail' hover-class="thover">详情</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
</view> |