Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
5114a0a093
1 changed files with 0 additions and 1 deletions
  1. 1
      pages/home/customer-list/index.js

1
pages/home/customer-list/index.js

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

Loading…
Cancel
Save