shish 8 ヶ月 前
コミット
1949fd8c37

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

@@ -35,7 +35,7 @@
             <view style="margin-top:10upx;font-size:32upx;">支付宝扫此二维码付款</view>
           </view>
           <button class="button-com" @click="savePayCode" style="margin-top:10upx;" :class="[remainPayTime >0 ? 'ali-btn green':'default']" :disabled="remainPayTime > 0 ? false : true">保存二维码</button>
-          <button class="button-com" @click="goDetail" style="margin-top:30upx;" :class="[remainPayTime >0 ? 'ali-btn green':'default']" :disabled="remainPayTime > 0 ? false : true">我已付款成功</button>
+          <button class="button-com" @click="goDetail" style="margin-top:60upx;" :class="[remainPayTime >0 ? 'ali-btn green':'default']" :disabled="remainPayTime > 0 ? false : true">我已付款成功</button>
           <view style="margin-top:25upx;font-size:32upx;text-decoration: underline;" @click="teachPayFn()">不会用支付宝付款?点这里教您</view>
           <!-- 不能把微信支付放出来,不能让他返回微信去支付,会造成订单号变了,支付宝又在付款,付成了会找不到订单 -->
           <!-- <button class="button-com pay-wx" @click="useWxPay()" :class="[remainPayTime >0 ? 'green':'default']" style="margin-top:50upx;" :disabled="remainPayTime > 0 ? false : true">微信付款</button> -->

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

@@ -27,7 +27,7 @@
                 <view style="margin-top:10upx;font-size:32upx;">支付宝扫此二维码付款</view>
               </view>
               <button class="button-com ali-btn" @click="savePayCode" style="margin-top:20upx;">保存二维码</button>
-              <button class="button-com ali-btn" @click="goDetail" style="margin-top:30upx;">我已付款成功</button>
+              <button class="button-com ali-btn" @click="goDetail" style="margin-top:60upx;">我已付款成功</button>
               <view style="margin-top:25upx;font-size:32upx;text-decoration: underline;" @click="teachPayFn()">不会用支付宝付款?点这里教您</view>
               <!-- 不能把微信支付放出来,不能让他返回微信去支付,会造成订单号变了,支付宝又在付款,付成了会找不到订单 -->
               <!-- <button class="button-com green pay-wx" @click="useWxPay" style="margin-top:60upx;">用微信付款</button> -->