shish пре 1 година
родитељ
комит
274e4ed682
2 измењених фајлова са 10 додато и 1 уклоњено
  1. 6 0
      ghsApp/src/admin/billing/result.vue
  2. 4 1
      hdApp/src/pagesPurchase/particulars.vue

+ 6 - 0
ghsApp/src/admin/billing/result.vue

@@ -16,6 +16,12 @@
   <button v-if="option.title != '报损成功'" class="admin-button-com big" @click="printOrder()">打印(无价)</button>
 	<button class="admin-button-com big" @click="goBackHome">返回首页</button>
 
+  <!-- #ifdef MP-WEIXIN -->
+  <view style="width:688upx;height:20upx;background-color: #ece5e5;"></view>
+  <ad-custom unit-id="adunit-42a99bd9e25e3626" style="width:688upx;"></ad-custom>
+  <view style="width:688upx;height:20upx;background-color: #ece5e5;"></view>
+  <!-- #endif -->
+
   <view style="margin-top:50upx;">
     <block v-for="(item, index) in detailInfo.product" :key="index">
       <view style="text-align:center;margin-bottom:10upx;">

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

@@ -15,7 +15,10 @@
           </view>
         </view>
       </view>
-
+      <!-- #ifdef MP-WEIXIN -->
+      <view style="width:690upx;height:25upx;background-color: #f5f5f5;"></view>
+      <ad-custom unit-id="adunit-b3f48f1b6c1a39ff"></ad-custom>
+      <!-- #endif -->
     </view>
   </view>
 </template>