|
@@ -1,49 +1,49 @@
|
|
|
<!--pages/welfareMall/exchangeCode/exchangeCode.wxml-->
|
|
|
<view class="exchangeCode-query">请输入兑换码</view>
|
|
|
-<view class="exchangeCode-confirm">确认</view>
|
|
|
-<view class="exchangeCode-process">
|
|
|
+<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">抖音兑换码获取流程</view>
|
|
|
+ <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="../../../images/welfareMall/exchangeCode-menu.png"></image>
|
|
|
- <view class="exchangeCode-process-num">1</view>
|
|
|
+ <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="../../../images/welfareMall/exchangeCode-menu.png"></image>
|
|
|
- <view class="exchangeCode-process-num">2</view>
|
|
|
+ <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="../../../images/welfareMall/exchangeCode-menu.png"></image>
|
|
|
- <view class="exchangeCode-process-num">3</view>
|
|
|
+ <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="../../../images/welfareMall/exchangeCode-menu.png"></image>
|
|
|
- <view class="exchangeCode-process-num">4</view>
|
|
|
+ <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="../../../images/welfareMall/exchangeCode-menu.png"></image>
|
|
|
- <view class="exchangeCode-process-num">5</view>
|
|
|
+ <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="../../../images/welfareMall/exchangeCode-menu.png"></image>
|
|
|
- <view class="exchangeCode-process-num">6</view>
|
|
|
+ <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>
|