Merge pull request !171 from Admin/sit-Leung-v3
This commit is contained in:
Admin 2022-02-15 07:39:53 +00:00 committed by Gitee
commit f5cc194d72
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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