Fix:2886 【商城小程序】农民店铺-多个视频资讯可同时播放(优化为点击下一个视频播放时,上一个视频自动停止)

This commit is contained in:
modendeveloper
2024-12-18 23:18:33 +08:00
parent f64f87546e
commit 40431f03fc
3 changed files with 27 additions and 5 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ export default {
name: '',
page: 1,
typeList: [],
typeIndex: 0,
typeIndex: -1,
// 当前选中的类型
currType: {},
cityName: '',
+1 -1
View File
@@ -95,7 +95,7 @@ export default {
posterUrl: '',
activeties: [],
id: '',
actived: -1,
actived: 1,
tabs: [
{name: '项目', value: 1},
{name: '文化', value: 2},