|
@@ -154,7 +154,7 @@ export default {
|
|
|
product_poll_show: 0
|
|
|
},
|
|
|
total: 0,
|
|
|
- baseUrl: 'https://mp-test-onlinecatelogue.matchexpo.cn',
|
|
|
+ baseUrl: this.$store.getters.baseApi,
|
|
|
adInfo: {
|
|
|
ad_file: ''
|
|
|
}
|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
this.getExhibitorsList()
|
|
|
uni.$on('refreshData', (val) => {
|
|
|
if (val === 'exhibitor') {
|
|
|
- this.getExhibitorsList()
|
|
|
+ this.searchExhibitorsList()
|
|
|
}
|
|
|
})
|
|
|
},
|