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.

39 lines
1.5 KiB
Plaintext

9 months ago
<import src="../../template/paymentCode/code.wxml" />
<view class="couponDeatilContent">
<view class="couponDetailBg">
<view class="detail0"> </view>
<view class="detail1">
<!-- <block wx:if="{{fontSize!=45}}"> -->
<view class="text-btm one"> {{couponDetail.prefix}}</view>
<!-- </block> -->
<block wx:if="{{fontSize!=45}}">
<view class="text-btm tow" style="font-size:{{fontSize}}rpx;">{{couponDetail.context}}</view>
</block>
<view class="text-btm three">{{couponDetail.subTitle}}</view>
</view>
<view class="detail2">{{couponDetail.time}}</view>
<view class="detail2">{{couponDetail.timeDesc}}</view>
</view>
<view class="couponDeatilDescribe">
<view class="couponDeatilDescribeItem">
<view class="useMessage">使用说明</view>
<view class="useMessageContext">
<block wx:if="{{list}}">
<block wx:for="{{list}}" wx:key="index">
<view>{{item}}</view>
</block>
</block>
</view>
</view>
<view class="couponDeatilDescribeItem item" bindtap="lookShop" data-couponId="{{couponDetail.couponId}}">
<text class="useMessage2 block">适用门店</text>
<text class="block num">{{num}}</text>
<image src="/images/jt.png" class="jt"></image>
</view>
<view class="couponDeatilDescribeItem item" bindtap="userCoupon">
<view class="couponDetailUse" style="background:{{color}};">立即使用</view>
</view>
</view>
</view>
<template is="templateCode" data="{{code,hiden}}"></template>