Commit fba8d250 authored by lujinlei's avatar lujinlei

-a

parent 35b2e517
......@@ -67,10 +67,12 @@ export class IndexScene extends Scene {
*/
onclick_index_drawBtn() {
sendLog("click",3);
if(!this._isOpenAccount){
showToast('请先开户再提现哦~')
return;
}
showWaiting();
getPxTokenSave().then(token => {
sendWebNet(WebNetName.withDraw, { token: token },null,true).then(res => {
......
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