Fix::4346 【旅居商城小程序】管理后台配置的旅居店铺视频在前端小程序轮播区域未生效

This commit is contained in:
linxi
2025-11-06 11:55:17 +08:00
parent 403f5d8e76
commit a084e8f0e3
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@
:indicator-dots="false"
circular
next-margin="380rpx"
:autoplay="true"
:autoplay="c.images.length > 2"
interval="3000"
duration="10000">
<swiper-item v-for="(img, idx) in c.images" :key="idx">
+6
View File
@@ -648,6 +648,12 @@ export default {
getFarmerData() {
getJiaLouDetail(this.id).then(res => {
this.store = res.data || {}
if(res.data.video) {
this.store.banner = [
...this.store.banner,
res.data.video
]
}
this.getNews()
this.getJiaLouProductList()
})