Explorar o código

修改支付限额1W

zhengjinyi %!s(int64=4) %!d(string=hai) anos
pai
achega
842083c41e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pages/user/order/order-pay.vue

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

@@ -207,8 +207,8 @@
 			},
 			MiniWxPayFor(){
 				authorize.getCode('weixin').then(wechatcode =>{
-					if(this.payAmount > 50000){
-						this.$util.modal('','本次支付金额已超出微信支付限额,请输入小于5万的金额进行支付','知道了','',false,() =>{})
+					if(this.payAmount > 10000){
+						this.$util.modal('','本次支付金额已超出微信支付限额,请输入小于1万的金额进行支付','知道了','',false,() =>{})
 						return
 					}
 					if(this.payAmount == 0){