抖音c端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.5 KiB

  1. <!-- <navbar home back text="兑换码" background="#fff"></navbar>
  2. <view style="height:{{navigationBarHeight}} "></view> -->
  3. <view class='couponBox' >
  4. <view class="couponbg">
  5. <view class="title">{{title}}</view>
  6. <!-- <view class="subtitle">{{subtitle}}</view> -->
  7. <image class='line' src='{{topLineUrl}}' mode="widthFix"></image>
  8. <!--
  9. couponorderstatus
  10. 0 未使用
  11. 1 已使用
  12. 2 已过期
  13. 3 已经退款
  14. -->
  15. <view class="zhuangtai">
  16. <image tt:if="{{couponorderstatus==1}}" src="{{wm01Url}}" mode='widthFix'></image>
  17. <image tt:if="{{couponorderstatus==2}}" src="{{wm02Url}}" mode='widthFix'></image>
  18. <image tt:if="{{couponorderstatus==3}}" src="{{wm03Url}}" mode='widthFix'></image>
  19. <image tt:if="{{couponorderstatus==0&&validStatus==0}}" src="{{wm04Url}}" mode='widthFix'></image>
  20. <view class="panel" tt:if="{{couponorderstatus==0&&validStatus!=0}}">
  21. <view class="canWrap">
  22. <canvas canvas-id="qrcode" style="width: 1200rpx; height: 800rpx;" />
  23. </view>
  24. <image src="{{tempFilePath}}" mode="aspectFit" />
  25. <view class="closeRq" tt:if="{{showhieRq}}" bindtap="setRq">
  26. <image class="updataRqCode" mode='widthFix' src="{{upDataRqUrlF}}"></image>
  27. <view class="upDataRq">点一点刷新二维码</view>
  28. </view>
  29. <view class="coedTiem" tt:if="{{!showhieRq&&expiredSeconds>1}}">二维码在
  30. <text style="color:red">{{expiredSeconds}}s</text>
  31. 后失效
  32. </view>
  33. <view class="barnum buy"><text>兑换码:</text>{{code}}</view>
  34. </view>
  35. </view>
  36. <image class='line' src='{{btomLineUrl}}' mode="widthFix"></image>
  37. <!-- <view class="gou">
  38. <view class="mai">购买须知:</view>
  39. <view class="remark">{{remark}}</view>
  40. </view> -->
  41. <view class='notes'>
  42. <view>
  43. <!-- <text>购买须知:</text> -->
  44. </view>
  45. <view tt:if="{{curHtml==''}}">
  46. <text><text class='spot'></text>{{data.remark}}</text>
  47. </view>
  48. <view tt:if="{{curHtml!=''}}">
  49. <rich-text nodes="{{curHtml}}"></rich-text>
  50. </view>
  51. </view>
  52. </view>
  53. <view class='game' bindtap="gotogame" tt-if="{{showIf}}">
  54. <view class='game-entry'>
  55. <image src="{{staticGamedata.imgUrl}}" class='gameimg' mode='widthFix'></image>
  56. <text>用户专享神秘礼物</text>
  57. <text>独家福利,抢完即止</text>
  58. </view>
  59. </view>
  60. </view>