shish 1 год назад
Родитель
Сommit
af30eaecab
2 измененных файлов с 12 добавлено и 6 удалено
  1. 3 3
      hdApp/src/pagesPurchase/gatherPay.vue
  2. 9 3
      hdApp/src/pagesPurchase/gatherResult.vue

+ 3 - 3
hdApp/src/pagesPurchase/gatherPay.vue

@@ -21,9 +21,9 @@
         <block>
           <div class="call-one-btn">
             <block v-if="orderTime>0">
-              <view style="width:100%;font-size:34upx;margin:0 auto;margin-top:50upx;color:red;font-weight:bold;">请确认收到花材质量没有问题</view>
-              <view style="width:100%;font-size:34upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;"><text style="color:#3385ff;">本单是欠款单付清后,将无法再售后</text></view>
-              <view style="width:100%;font-size:34upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;">确认收到花材没问题,点下方按钮付款</view>
+              <view style="width:100%;font-size:35upx;margin:0 auto;margin-top:50upx;color:red;font-weight:bold;">请确认收到花材质量没有问题</view>
+              <view style="width:100%;font-size:35upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;"><text style="color:#3385ff;">本单是欠款单付清后,将无法再售后</text></view>
+              <view style="width:100%;font-size:35upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;">确认没问题,点下方按钮付款</view>
 
               <button class="button-com green pay-wx" @click="wxPayFn(1)" style="height:100upx;line-height:50upx;">微信支付</button>
 

+ 9 - 3
hdApp/src/pagesPurchase/gatherResult.vue

@@ -7,8 +7,14 @@
         <view class="result-title">支付成功</view>
         <button class="admin-button-com big" @click="getDetail()">订单详情</button>
         <button class="admin-button-com big" @click="goBack()" style="margin-top:30upx;">返回</button>
-        <view style="margin-top:60upx;font-size:32upx;" @click="goClearRemind()">如何知道我还有多少待结账?</view>
+        <view style="margin-top:50upx;font-size:34upx;text-decoration:underline;" @click="goClearRemind()">如何查看我还有多少待结账</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>
@@ -63,11 +69,11 @@ export default {
     border-radius: 20upx;
     z-index: 1;
     .iconchenggong {
-      font-size: 170upx;
+      font-size: 150upx;
       color: $mainColor1;
     }
     .result-title {
-      margin: 50upx 0 70upx;
+      margin: 40upx 0 60upx;
       font-size: 32upx;
     }
     .close_btn {