Browse Source

买花优化

shish 1 year ago
parent
commit
7d6af09c20

+ 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: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>
+              <view style="width:100%;font-size:38upx;margin:0 auto;margin-top:50upx;color:red;font-weight:bold;">请确认收到花材质量没有问题</view>
+              <view style="width:100%;font-size:38upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;">欠款单付清后,将无法再售后</view>
+              <view style="width:100%;font-size:38upx;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>
 

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

@@ -7,7 +7,7 @@
         <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:50upx;font-size:34upx;text-decoration:underline;" @click="goClearRemind()">如何查看我还有多少待结账</view>
+        <view style="margin-top:50upx;font-size:36upx;text-decoration:underline;" @click="goClearRemind()">如何查看我还有多少待结账</view>
       </view>
 
       <!-- #ifdef MP-WEIXIN -->

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

@@ -426,7 +426,7 @@ export default {
           padding-top:26upx;
           padding-bottom:26upx;
           font-size: 32upx;
-          margin-top:28upx;
+          margin-top:50upx;
         }
       }
     }