123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <!--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">
- <view class="w_title">兑换券码成功</view>
- <view class="w_text"><text class="hsay_text">沪上阿姨抖音优惠多多<br />
- 欢迎您的参与</text></view>
- <view class="w_border"></view>
- <view class="w_go_order" bindtap="goPerson">我知道了</view>
- </view>
- </view>
|