shish il y a 6 mois
Parent
commit
8269bd0605
1 fichiers modifiés avec 13 ajouts et 15 suppressions
  1. 13 15
      mallApp/src/pages/member/rechargeResult.vue

+ 13 - 15
mallApp/src/pages/member/rechargeResult.vue

@@ -5,22 +5,20 @@
       <view class="result-view">
         <view :class="['iconfont', 'iconchenggong']"></view>
         <view class="result-title">{{ actionType==0?'充值成功':'付款成功' }}</view>
-        <view class="pay-confirm-content">
-          <block v-if="actionType==0">
-            <view class="confirm-text">
-              <view class="text-title">充值金额已由门店收取</view>
-              <view class="text-desc">保管余额是门店责任,此小程序仅是余额管理工具</view>
-            </view>
-            <view class="confirm-btn-wrap">
-              <button class="confirm-btn" @click="goBack">我知道了</button>
-              <button class="confirm-btn" @click="myHb">我的红包</button>
-            </view>
-          </block>
-          <!-- #ifdef MP-WEIXIN -->
-          <view style="width:100%;height:10upx;background-color:white;margin-top:60upx;"></view>
-          <ad-custom unit-id="adunit-510957a20b72a06b"></ad-custom>
-          <!-- #endif -->
+        <view class="pay-confirm-content" v-if="actionType==0">
+          <view class="confirm-text">
+            <view class="text-title">充值金额已由门店收取</view>
+            <view class="text-desc">保管余额是门店责任,此小程序仅是余额管理工具</view>
+          </view>
+          <view class="confirm-btn-wrap">
+            <button class="confirm-btn" @click="goBack">我知道了</button>
+            <button class="confirm-btn" @click="myHb">我的红包</button>
+          </view>
         </view>
+        <!-- #ifdef MP-WEIXIN -->
+        <view style="width:100%;height:10upx;background-color:white;margin-top:30upx;"></view>
+        <ad-custom unit-id="adunit-510957a20b72a06b"></ad-custom>
+        <!-- #endif -->
       </view>
     </view>
   </view>