Commit 5a81fafe by 冷斌

fix bug

parent 223f5084
......@@ -77,9 +77,8 @@
layer.msg('认证主播才可提现');
return;
}
layer.msg('are you ok?');
//let url = type ? '/index.php?g=Appapi&m=Profit&a=auth' : '/index.php?g=Appapi&m=Profit&a=withdraw';
//window.location.href = this.url(url);
let url = this.certification == 1 ? '/index.php?g=Appapi&m=Profit&a=auth' : '/index.php?g=Appapi&m=Profit&a=withdraw';
window.location.href = this.url(url);
}
},
watch: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment