|
|
@ -81,6 +81,9 @@ Component({ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
onEvent: function (message) { |
|
|
onEvent: function (message) { |
|
|
|
|
|
if(!this.data.firstShow){ |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
console.log('mall>>fragment>>onEvent', message) |
|
|
console.log('mall>>fragment>>onEvent', message) |
|
|
if(message.what == 888){ |
|
|
if(message.what == 888){ |
|
|
this.initLogin() |
|
|
this.initLogin() |
|
|
|