12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!--pages/welfareMall/exchangeCode/exchangeCode.wxml-->
- <view class="exchangeCode-query">请输入兑换码</view>
- <view class="exchangeCode-confirm" style="background: {{config.mainColor?config.mainColor:'#B01717'}};">确认</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>
|