|
@@ -1,9 +1,9 @@
|
|
|
<!--pages/welfareMall/exchangeCode/exchangeCode.wxml-->
|
|
|
-<input class="exchangeCode-query" placeholder="请输入兑换码" placeholder-class="exchangeCode-query-placeholder"></input>
|
|
|
-<view class="exchangeCode-confirm" style="background: {{config.mainColor?config.mainColor:'#B01717'}};">确认</view>
|
|
|
+<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="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">
|
|
@@ -49,4 +49,15 @@
|
|
|
</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>
|