diff --git a/pkg_product/views/sojoumStore.vue b/pkg_product/views/sojoumStore.vue index bb849b4..997e8d6 100644 --- a/pkg_product/views/sojoumStore.vue +++ b/pkg_product/views/sojoumStore.vue @@ -650,8 +650,8 @@ export default { this.store = res.data || {} if(res.data.video) { this.store.banner = [ - ...this.store.banner, - res.data.video + res.data.video, + ...this.store.banner ] } this.getNews()