Commit 0e000bb9 authored by 范雪寒's avatar 范雪寒

feat: NS_logout

parent e9bdaca4
......@@ -294,6 +294,10 @@ cc.Class({
callback('密码错误!');
}
break;
case 'NS_logout':
this.showLog('登出成功!');
callback('登出成功!');
break;
case 'NS_select_book':
if (data.bookId == 10001) {
this.showLog('选择剧本: ' + data.bookId);
......
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