mirror of
https://gitee.com/zongzhige/shopxo-diy.git
synced 2026-07-08 22:40:40 +08:00
轮播图逻辑修改
This commit is contained in:
@ -209,6 +209,7 @@ watchEffect(() => {
|
||||
group_width.value = `${100 / (form.value.single_line || 4)}%`;
|
||||
}
|
||||
} else {
|
||||
slides_per_view.value = 1;
|
||||
group_width.value = `${100 / (form.value.single_line || 4)}%`;
|
||||
}
|
||||
// 更新轮播图的key,确保更换时能重新更新轮播图
|
||||
|
||||
Reference in New Issue
Block a user