shish 7 miesięcy temu
rodzic
commit
52b71c7f0a

+ 5 - 1
hdApp/src/admin/ghs/result.vue

@@ -7,7 +7,11 @@
           <view class="result-title">付款成功</view>
           <view class="result-title" v-if="Number(customInfo.remainDebtAmount)>0">剩余欠款:{{ customInfo.remainDebtAmount }}元</view>
           <view class="result-title" v-else>欠款已全部结清</view>
-          <button class="admin-button-com big" style="width:70vw;margin-top:20upx;" @click="goBack">返回</button>  
+          <button class="admin-button-com big" style="width:60vw;margin-top:20upx;" @click="goBack">返回</button>
+          <!-- #ifdef MP-WEIXIN -->
+          <view style="width:690upx;height:40upx;background-color: white;"></view>
+          <ad-custom unit-id="adunit-b3f48f1b6c1a39ff"></ad-custom>
+          <!-- #endif -->
         </view>
       </view>
     </view>

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -481,7 +481,7 @@
         </block>
 
         <view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:30upx;">
-          <text style="margin-right:20upx;">厦门中花汇技术支持</text>
+          <text style="margin-right:20upx;" @click="toPhone()">厦门中花汇技术支持</text>
           <text style="margin-right:20upx;">|</text>
           <text @click="toPhone()">联系软件公司</text>
         </view>

+ 1 - 1
hdApp/src/pagesPurchase/order.vue

@@ -116,7 +116,7 @@
         <view v-else style="margin:60upx auto 40upx auto;font-weight:bold;font-size:36upx;text-align: center;">暂无供货商</view>
 
         <view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:30upx;">
-          <text style="margin-right:20upx;">厦门中花汇技术支持</text>
+          <text style="margin-right:20upx;" @click="toPhone()">厦门中花汇技术支持</text>
           <text style="margin-right:20upx;">|</text>
           <text @click="toPhone()">联系软件公司</text>
         </view>