东风启辰小程序端
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.

10 lines
714B

  1. <!--pages/component/prizeDetailShow/prizeDetailShow.wxml-->
  2. <view>
  3. <view class="exchangeCode" wx:if="{{datas.couponCode}}" style="top:{{topValue}}rpx;">卡号:{{datas.couponCode || ''}}
  4. <image class="copyBtn" bindtap="copyExchangeCode" data-type="1" src="{{imgUrl+'/images/copyBtn.png'}}"></image>
  5. </view>
  6. <view class="exchangeCode" wx:if="{{datas.couponSecret}}" style="top:{{topValue+50}}rpx;">卡密:{{datas.couponSecret || ''}}
  7. <image class="copyBtn" bindtap="copyExchangeCode" data-type="2" src="{{imgUrl+'/images/copyBtn.png'}}"></image>
  8. </view>
  9. <view class="exchangeCode" wx:if="{{datas.dead_date}}" style="top:{{topValue+100}}rpx;">有效期:{{datas.dead_date || ''}}</view>
  10. </view>