|
@@ -91,9 +91,12 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
onLoad() {
|
|
|
- this.getMenu();
|
|
|
this.getBannerList();
|
|
|
this.getNewsList();
|
|
|
+ this.getMenu();
|
|
|
+ uni.$on('getMenu', res => {
|
|
|
+ this.getMenu();
|
|
|
+ });
|
|
|
},
|
|
|
onShow() {
|
|
|
this.keyword = '';
|
|
@@ -108,7 +111,7 @@ export default {
|
|
|
loading: 'false',
|
|
|
success: res => {
|
|
|
if (res.data.data) {
|
|
|
- this.order=res.data.data;
|
|
|
+ this.order = res.data.data;
|
|
|
this.show = true;
|
|
|
}
|
|
|
}
|