mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 02:36:39 +08:00
commit
f5cc194d72
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user