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

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);