mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
fix: 修复删除sku图片无效问题
This commit is contained in:
@@ -863,7 +863,7 @@ export default {
|
||||
},
|
||||
// 移除已选图片
|
||||
handleRemove(item, index) {
|
||||
images.splice(index, 1)
|
||||
item.splice(index, 1)
|
||||
this.previewPicture = "";
|
||||
},
|
||||
// 查看商品大图
|
||||
|
||||
Reference in New Issue
Block a user