Selaa lähdekoodia

Merge remote-tracking branch 'remotes/origin/developer' into developerB

zhengjinyi 11 kuukautta sitten
vanhempi
commit
998ea54269
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      pages/user/pay/card-order.vue

+ 2 - 2
pages/user/pay/card-order.vue

@@ -227,7 +227,7 @@ export default {
 			payHttpUrl: '',
 			mbOrderId: 0, // 支付记录订单Id
 			modal: false,
-			contentModalText: '本次支付金额已超出微信支付限额,请输入小于5千的金额。', //操作文字提示语句
+			contentModalText: '本次支付金额已超出微信支付限额,请输入小于20万的金额。', //操作文字提示语句
 			modalButton: [
 				{
 					text: '知道了',
@@ -431,7 +431,7 @@ export default {
 		},
 		async MiniWxPayFor() {
 			// 微信支付
-			if (this.payAmount > 5000) {
+			if (this.payAmount > 200000) {
 				this.modal = true
 				return
 			}