|
@@ -16,6 +16,10 @@ export class JoinGuild extends Component {
|
|
|
this.lb_id.string = nav_info.match_id + ":الانضمام إلى النقابة ";
|
|
this.lb_id.string = nav_info.match_id + ":الانضمام إلى النقابة ";
|
|
|
}
|
|
}
|
|
|
private onGoClick(){
|
|
private onGoClick(){
|
|
|
|
|
+ if(!nav_info.match_id.length){
|
|
|
|
|
+ nav_info.scene.showTip("no match id");
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
let str = Config.copy_prefix + "joinguild&"+nav_info.match_id;
|
|
let str = Config.copy_prefix + "joinguild&"+nav_info.match_id;
|
|
|
Utils.copyToZone(str, this, this.onCopy);
|
|
Utils.copyToZone(str, this, this.onCopy);
|
|
|
}
|
|
}
|