|
@@ -21,7 +21,7 @@ export class user_info_view extends base_ui {
|
|
|
@property(Node) lab_score:Node = null
|
|
|
@property(Node) lab_car_name:Node = null
|
|
|
start() {
|
|
|
- this.btn_close.on(Node.EventType.TOUCH_END, ()=>{
|
|
|
+ this.onButtonListen(this.btn_close, ()=>{
|
|
|
this.close()
|
|
|
})
|
|
|
}
|