fix: 兼容旧版本图片格式

This commit is contained in:
misworga831
2024-01-22 15:36:07 +08:00
parent 8f49dce8f0
commit 52bf47e358

View File

@@ -594,7 +594,7 @@ export default {
}
});
// 轮播图
this.imgList = this.goodsDetail.goodsGalleryList;
this.imgList = this.goodsDetail.goodsGalleryList.filter(i => i.indexOf("\"url\":") === -1 && i.indexOf("\"status\":") === -1);
// 获取店铺基本信息
this.getStoreBaseInfoFun(this.goodsDetail.storeId);