|
@@ -115,7 +115,9 @@ export class widget_click extends widget_base {
|
|
|
this.img_zhaobutong.active = true;
|
|
|
}
|
|
|
public hideZhaoButongFinishStatus(): void {
|
|
|
- this.img_zhaobutong.active = false;
|
|
|
+ if(this.img_zhaobutong != null) {
|
|
|
+ this.img_zhaobutong.active = false;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|