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