Alipay disabled

This commit is contained in:
Vion 2022-02-15 15:20:08 +08:00
parent 6b54e91ff0
commit 9345f58fea

View File

@ -146,7 +146,7 @@ export default {
mounted() {
let isWx = this.util.isWX();
if(!isWx) {
this.disableAlipay = false;
//this.disableAlipay = false; //Disabled due to 0 deposit quota
}
let stype=this.$route.query.stype;
this.userPayData = JSON.parse(this.$route.query.userPayData);