Commit f40c84e0 by 冷斌

fix bug

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