Fix:4505 【旅居商城小程序】旅居主页视频显示问题,未固定显示在第一页
This commit is contained in:
@@ -650,8 +650,8 @@ export default {
|
|||||||
this.store = res.data || {}
|
this.store = res.data || {}
|
||||||
if(res.data.video) {
|
if(res.data.video) {
|
||||||
this.store.banner = [
|
this.store.banner = [
|
||||||
...this.store.banner,
|
res.data.video,
|
||||||
res.data.video
|
...this.store.banner
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
this.getNews()
|
this.getNews()
|
||||||
|
|||||||
Reference in New Issue
Block a user