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.

41 lines
1.7 KiB
Plaintext

<view class="cy-coupon-back">
<view class='cy-coupon-top'>
<view class='cy-left-float'>
<image class='cy-image' src='../../images/icon-home.png'></image>
</view>
<view class='cy-coupon-content cy-left-float'>
<view class='cy-coupon-worth down-text-center'>{{title}}</view>
<view class='cy-coupon-worth content-center' style='font-size:12px; color:gray;'>请提前出示给服务员</view>
</view>
</view>
<view class='cy-coupon-bottom'>
<view class='cy-coupon-use content-center'>
<view class='content-center' bindtap='cy_once_use'>立即使用</view>
</view>
<view class='cy-coupon-use-time'>
<view class='content-center'>有效期</view>
<view class='content-center'>{{startDate}} 至 {{endDate}}</view>
<view class='content-center'>周一至周日</view>
</view>
<view class='cy-use-list'>
<!-- <view>
<view class='cy-use-item content-center'>分享转增</view>
<view>1</view>
</view> -->
<view bindtap='cy_use_store'>
<view style='width:220rpx;' class='cy-use-item cy-left-float'>适用门店</view>
<view style='width:180rpx; color:gray;' class='cy-use-item cy-right-float'>
<text>查看详情</text>
<text class='iconfont icon-xiangyoujiantou'></text>
</view>
</view>
<view bindtap='cy_use_info'>
<view style='width:220rpx;' class='cy-use-item cy-left-float'>使用须知</view>
<view style='width:180rpx; color:gray;' class='cy-use-item cy-right-float'>
<text>查看详情</text>
<text class='iconfont icon-xiangyoujiantou'></text>
</view>
</view>
</view>
</view>
</view>