Commit 6679aa8b authored by wildfirecode's avatar wildfirecode

1

parent ae17782c
...@@ -30,10 +30,13 @@ export default class ConfirmPanel extends Panel { ...@@ -30,10 +30,13 @@ export default class ConfirmPanel extends Panel {
if (success) { if (success) {
ToastCtrl.instance.show('成功加入队伍') ToastCtrl.instance.show('成功加入队伍')
} else { } else {
if (data.code) { if (data.message) {
ToastCtrl.instance.show('加入队伍失败'); ToastCtrl.instance.show(data.message);
} }
//200006 您已加入该战队,请勿重复加入
} }
this.hidePanel();
}, },
window['projectId'], GameConst.getQueryString("joinTeamCode")); window['projectId'], GameConst.getQueryString("joinTeamCode"));
} }
......
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