You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!--pages/component/prizeDetailShow/prizeDetailShow.wxml-->
- <view>
- <view class="exchangeCode" wx:if="{{datas.couponCode}}" style="top:{{topValue}}rpx;">卡号:{{datas.couponCode || ''}}
- <image class="copyBtn" bindtap="copyExchangeCode" data-type="1" src="{{imgUrl+'/images/copyBtn.png'}}"></image>
- </view>
- <view class="exchangeCode" wx:if="{{datas.couponSecret}}" style="top:{{topValue+50}}rpx;">卡密:{{datas.couponSecret || ''}}
- <image class="copyBtn" bindtap="copyExchangeCode" data-type="2" src="{{imgUrl+'/images/copyBtn.png'}}"></image>
- </view>
- <view class="exchangeCode" wx:if="{{datas.dead_date}}" style="top:{{topValue+100}}rpx;">有效期:{{datas.dead_date || ''}}</view>
- </view>
|