|
|
@ -36,7 +36,6 @@ Scene({ |
|
|
this.fetchCustomerList() |
|
|
this.fetchCustomerList() |
|
|
}, |
|
|
}, |
|
|
onEvent: function(message){ |
|
|
onEvent: function(message){ |
|
|
console.log(message) |
|
|
|
|
|
if (message.what == 101) { |
|
|
if (message.what == 101) { |
|
|
this.onRefreshList() |
|
|
this.onRefreshList() |
|
|
} else if (message.what == 102) { |
|
|
} else if (message.what == 102) { |
|
|
|