|
@@ -0,0 +1,62 @@
|
|
|
+<!--pages/welfareMall/exchangeCode/exchangeCode.wxml-->
|
|
|
+<input class="exchangeCode-query" placeholder="请输入兑换码" placeholder-class="exchangeCode-query-placeholder" bindinput="bindText" value="{{querySn}}"></input>
|
|
|
+<view class="exchangeCode-confirm" style="background: {{config.mainColor?config.mainColor:'#B01717'}};" catchtap="toConfirm">确认</view>
|
|
|
+<view class="exchangeCode-process" style="border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">
|
|
|
+ <view class="exchangeCode-process-style">
|
|
|
+ <view class="exchangeCode-process-tittle" style="color: {{config.secColor?config.secColor:'#B01717'}};">抖音兑换码获取流程</view>
|
|
|
+ <view class="process-style flex-row">
|
|
|
+ <view class="exchangeCode-process-speed">
|
|
|
+ <view class="exchangeCode-process-img">
|
|
|
+ <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-menu.png"></image>
|
|
|
+ <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">1</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-text">点击抖音"我" 选择右上角菜单</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-speed">
|
|
|
+ <view class="exchangeCode-process-img">
|
|
|
+ <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-order.png"></image>
|
|
|
+ <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">2</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-text" style="margin-top: 34rpx;">选择我的订单</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-speed" style="margin-top: 32rpx;">
|
|
|
+ <view class="exchangeCode-process-img">
|
|
|
+ <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-my-order.png"></image>
|
|
|
+ <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">3</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-text">选择我的订单</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-speed" style="margin-top: 32rpx;">
|
|
|
+ <view class="exchangeCode-process-img">
|
|
|
+ <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-use.png"></image>
|
|
|
+ <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">4</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-text" style="margin-top: 22rpx;">点击去使用</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-speed" style="margin-top: 54rpx;">
|
|
|
+ <view class="exchangeCode-process-img">
|
|
|
+ <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-code.png"></image>
|
|
|
+ <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">5</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-text" style="margin-top: 22rpx;">点击查看券码</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-speed" style="margin-top: 54rpx;">
|
|
|
+ <view class="exchangeCode-process-img">
|
|
|
+ <image class="exchangeCode-img-style" src="https://dy.shpr.top/welfareGo/exchangeCode-copy.png"></image>
|
|
|
+ <view class="exchangeCode-process-num" style="background: {{config.mainColor?config.mainColor:'#B01717'}};border: {{config.mainColor?config.mainColor:'#B01717'}} 2rpx solid;">6</view>
|
|
|
+ </view>
|
|
|
+ <view class="exchangeCode-process-text">复制券码</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+</view>
|
|
|
+
|
|
|
+<!-- 弹框 -->
|
|
|
+<view class="bg-zindex" wx:if="{{hideWindowValue}}">
|
|
|
+ <view class="success_window flex-column">
|
|
|
+ <image class="w_img" src="https://dy.shpr.top/welfareGo/exchangeCode-frame.png"></image>
|
|
|
+ <view class="w_text">抖音券兑换成功,已发送至您的卡包</view>
|
|
|
+ <!-- <view class="w_go_order" bindtap="goPerson">去使用</view> -->
|
|
|
+ <jumpmallapp class="w_go_order" style="background: {{config.mainColor?config.mainColor:'#B01717'}};">去使用</jumpmallapp>
|
|
|
+ </view>
|
|
|
+</view>
|