|
@@ -31,6 +31,7 @@ export class ui_manifestations extends Component {
|
|
|
this.tip_type_all.getComponent(tip_type_all).initView(data,this.onShowTips.bind(this))
|
|
|
}
|
|
|
ClientEvent.on(config.EventRun.SHOW_ZHAO_BU_TONG_FINISH_STATUS,this.on_zhao_bu_tong_finish.bind(this),this)
|
|
|
+ ClientEvent.on(config.EventRun.ON_ZHAO_BU_TONG_ALL_FINISH,this.on_zhao_bu_tong_all_finish.bind(this),this)
|
|
|
}
|
|
|
|
|
|
on_zhao_bu_tong_finish(widget:zhao_xi_jie_item_data){
|
|
@@ -40,6 +41,11 @@ export class ui_manifestations extends Component {
|
|
|
this.tip_type_all.getComponent(tip_type_all).showFinishIcon(widget.widget_id)
|
|
|
}
|
|
|
}
|
|
|
+ on_zhao_bu_tong_all_finish() {
|
|
|
+ setTimeout(()=> {
|
|
|
+ this.node.active = false
|
|
|
+ },1500)
|
|
|
+ }
|
|
|
onItemClick(){
|
|
|
this.btn_single_click_hide_tip.active = true;
|
|
|
}
|