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.

43 lines
1.7 KiB
Plaintext

<view style='--color--:{{color}}'>
<import src="../../template/useCouponCenter/couponTemplate.wxml" />
<import src="../../template/paymentCode/code.wxml" />
<view hidden='true' class="container">
<view class='cy-top-view flex-display'>
<view class='cy-top-view-item'>
<view class='cy-top-item-title {{status==1? "cy-select-title" : ""}}'>未使用</view>
</view>
<view class='cy-top-view-item'>
<view class='cy-top-item-title {{status==2? "cy-select-title" : ""}}'>已使用</view>
</view>
<view class='cy-top-view-item'>
<view class='cy-top-item-title {{status==3? "cy-select-title" : ""}}'>已过期</view>
</view>
</view>
<view class='cy-content-item-view flex-display'>
<image src="http://pos.juweiyun.cn/373001/file/wechatAppnewCoupon.png"></image>
<view class='cy-item-money-view'>
<text class='cy-item-money-unit'></text>
<text class='cy-item-money'></text>
</view>
<view class='cy-coupon-des-view'>
<view class='cy-coupon-title'></view>
<view class='cy-coupon-condition'></view>
<view class='cy-coupon-time'></view>
</view>
<view class='cy-coupon-use content-center'>
<text style='line-height:34rpx;'>=</text>
</view>
</view>
</view>
<view class="toWrite" bindtap="cy_goto_myCoupon">
<image src="http://pos.juweiyun.cn/wechatAppcoupon-float.png"></image>
<view style="padding-top:7rpx;">我的券</view>
</view>
<view class="cy-no-coupon" wx:if="{{list =='' || list.length<=0}}">
<image src="http://pos.juweiyun.cn/373001/file/wechatAppcy_no_coupon.png"></image>
暂无优惠券
</view>
<template is="templateCode" data="{{code,hiden}}"></template>
<template is="templateCoupon" data="{{title, list}}"></template>
</view>