Fix:4505 【旅居商城小程序】旅居主页视频显示问题,未固定显示在第一页

This commit is contained in:
linxi
2025-11-11 11:42:43 +08:00
parent deaea528f3
commit c0baf3166d
+2 -2
View File
@@ -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()