From 52bf47e3587977f21a51c7281a99b76d1c450a57 Mon Sep 17 00:00:00 2001 From: misworga831 Date: Mon, 22 Jan 2024 15:36:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=BC=E5=AE=B9=E6=97=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=9B=BE=E7=89=87=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/goods.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/product/goods.vue b/pages/product/goods.vue index bca6f38..bb88575 100644 --- a/pages/product/goods.vue +++ b/pages/product/goods.vue @@ -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);