|
@@ -120,14 +120,16 @@ export class scene_page extends Component {
|
|
item.getComponent(widget_base).showZhaoButongFinishStatus()
|
|
item.getComponent(widget_base).showZhaoButongFinishStatus()
|
|
}
|
|
}
|
|
on_zhao_bu_tong_all_finish() {
|
|
on_zhao_bu_tong_all_finish() {
|
|
- let widget_list = gameManager.getWidgetList(this.mData)
|
|
|
|
- for (let index = 0; index < widget_list.length; index++) {
|
|
|
|
- const widget_data = widget_list[index];
|
|
|
|
- if(widget_data.type == config.Widget_Type_List.CLICK_TYPE) {
|
|
|
|
- let item = this.mWidgetList.get(widget_data.att.id)
|
|
|
|
- item.getComponent(widget_base).hideZhaoButongFinishStatus()
|
|
|
|
|
|
+ setTimeout(()=> {
|
|
|
|
+ let widget_list = gameManager.getWidgetList(this.mData)
|
|
|
|
+ for (let index = 0; index < widget_list.length; index++) {
|
|
|
|
+ const widget_data = widget_list[index];
|
|
|
|
+ if(widget_data.type == config.Widget_Type_List.CLICK_TYPE) {
|
|
|
|
+ let item = this.mWidgetList.get(widget_data.att.id)
|
|
|
|
+ item.getComponent(widget_base).hideZhaoButongFinishStatus()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ },1500)
|
|
}
|
|
}
|
|
public initViewAtt(){
|
|
public initViewAtt(){
|
|
if(this.mData.is_full_screen){
|
|
if(this.mData.is_full_screen){
|