exchangeCode.wxml 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!--pages/welfareMall/exchangeCode/exchangeCode.wxml-->
  2. <input class="exchangeCode-query" placeholder="请输入兑换码" placeholder-class="exchangeCode-query-placeholder" bindinput="bindText" value="{{querySn}}"></input>
  3. <view class="exchangeCode-confirm" style="background: {{config.mainColor?config.mainColor:'#B01717'}};" catchtap="toConfirm">确认</view>
  4. <view class="exchangeCode-process" style="border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">
  5. <view class="exchangeCode-process-style">
  6. <view class="exchangeCode-process-tittle" style="color: {{config.secColor?config.secColor:'#B01717'}};">抖音兑换码获取流程</view>
  7. <view class="process-style flex-row">
  8. <view class="exchangeCode-process-speed">
  9. <view class="exchangeCode-process-img">
  10. <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-menu.png"></image>
  11. <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">1</view>
  12. </view>
  13. <view class="exchangeCode-process-text">点击抖音"我" 选择右上角菜单</view>
  14. </view>
  15. <view class="exchangeCode-process-speed">
  16. <view class="exchangeCode-process-img">
  17. <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-order.png"></image>
  18. <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">2</view>
  19. </view>
  20. <view class="exchangeCode-process-text" style="margin-top: 34rpx;">选择我的订单</view>
  21. </view>
  22. <view class="exchangeCode-process-speed" style="margin-top: 32rpx;">
  23. <view class="exchangeCode-process-img">
  24. <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-my-order.png"></image>
  25. <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">3</view>
  26. </view>
  27. <view class="exchangeCode-process-text">选择我的订单</view>
  28. </view>
  29. <view class="exchangeCode-process-speed" style="margin-top: 32rpx;">
  30. <view class="exchangeCode-process-img">
  31. <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-use.png"></image>
  32. <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">4</view>
  33. </view>
  34. <view class="exchangeCode-process-text" style="margin-top: 22rpx;">点击去使用</view>
  35. </view>
  36. <view class="exchangeCode-process-speed" style="margin-top: 54rpx;">
  37. <view class="exchangeCode-process-img">
  38. <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-code.png"></image>
  39. <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">5</view>
  40. </view>
  41. <view class="exchangeCode-process-text" style="margin-top: 22rpx;">点击查看券码</view>
  42. </view>
  43. <view class="exchangeCode-process-speed" style="margin-top: 54rpx;">
  44. <view class="exchangeCode-process-img">
  45. <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-copy.png"></image>
  46. <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">6</view>
  47. </view>
  48. <view class="exchangeCode-process-text">复制券码</view>
  49. </view>
  50. </view>
  51. </view>
  52. </view>
  53. <!-- 弹框 -->
  54. <view class="bg-zindex" wx:if="{{hideWindowValue}}">
  55. <view class="success_window flex-column">
  56. <image class="w_img" src="https://dy.shpr.top/welfareGo/exchangeCode-frame.png"></image>
  57. <view class="w_text">抖音券兑换成功,已发送至您的卡包</view>
  58. <!-- <view class="w_go_order" bindtap="goPerson">去使用</view> -->
  59. <jumpmallapp class="w_go_order" style="background: {{config.mainColor?config.mainColor:'#B01717'}};">去使用</jumpmallapp>
  60. </view>
  61. </view>