shish před 1 rokem
rodič
revize
060097cdd2
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      hdApp/src/pagesPurchase/particulars.vue

+ 4 - 4
hdApp/src/pagesPurchase/particulars.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <view class="app-content">
   <view class="app-content">
     <view class="billing_box_bg">
     <view class="billing_box_bg">
-      <view class="top-view"> </view>
+      <view class="top-view"></view>
       <view class="result-view">
       <view class="result-view">
         <view :class="['iconfont', 'iconchenggong']"></view>
         <view :class="['iconfont', 'iconchenggong']"></view>
         <view class="result-title">下单成功</view>
         <view class="result-title">下单成功</view>
@@ -14,10 +14,10 @@
             <image class="image" :src="`${constant.imgUrl}/cg/hd_cg_route.png`" mode="widthFix"></image>
             <image class="image" :src="`${constant.imgUrl}/cg/hd_cg_route.png`" mode="widthFix"></image>
           </view>
           </view>
         </view>
         </view>
-        <!-- #ifdef MP-WEIXIN -->
-        <ad-custom unit-id="adunit-22b6fe92acad433e"></ad-custom>
-        <!-- #endif -->
       </view>
       </view>
+      <!-- #ifdef MP-WEIXIN -->
+      <ad-custom unit-id="adunit-22b6fe92acad433e"></ad-custom>
+      <!-- #endif -->
     </view>
     </view>
   </view>
   </view>
 </template>
 </template>