Commit 5a81fafe by 冷斌

fix bug

parent 223f5084
...@@ -77,9 +77,8 @@ ...@@ -77,9 +77,8 @@
layer.msg('认证主播才可提现'); layer.msg('认证主播才可提现');
return; return;
} }
layer.msg('are you ok?'); let url = this.certification == 1 ? '/index.php?g=Appapi&m=Profit&a=auth' : '/index.php?g=Appapi&m=Profit&a=withdraw';
//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);
//window.location.href = this.url(url);
} }
}, },
watch: { 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