Browse Source

付款流程优化

shish 1 year ago
parent
commit
3a7f42026d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      hdApp/src/pagesPurchase/gatherPay.vue
  2. 1 1
      hdApp/src/pagesPurchase/wechatPay.vue

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

@@ -24,7 +24,7 @@
               <button class="button-com green pay-wx" @click="wxPayFn(1)" style="height:100upx;line-height:50upx;">微信支付</button>
 
               <!-- #ifdef MP-WEIXIN -->
-              <button class="button-com ali-btn" @click="useAliPay" style="margin-top:50upx;">用支付宝付款</button>
+              <button class="button-com ali-btn" @click="useAliPay" style="margin-top:65upx;">用支付宝付款</button>
               <!-- #endif -->
 
               <!-- #ifdef APP-PLUS -->

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

@@ -36,7 +36,7 @@
           <view v-else>
             <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" style="height:100upx;line-height:50upx;" :disabled="remainPayTime >0 ? false : true" @click="wxPayFn">微信支付</button>
           </view>
-          <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" style="margin-top:40upx;" :disabled="remainPayTime >0 ? false : true" @click="debtPay" v-if="hasDebtPay === '1'">赊账</button>
+          <button class="button-com pay-wx" :class="[remainPayTime >0 ? 'green':'default']" style="margin-top:60upx;" :disabled="remainPayTime >0 ? false : true" @click="debtPay" v-if="hasDebtPay === '1'">赊账</button>
 
           <button class="button-com" @click="useAliPay()" :class="[remainPayTime >0 ? 'ali-btn green':'default']" style="margin-top:65upx;" :disabled="remainPayTime > 0 ? false : true">用支付宝付款</button>