From d97e21e8feee78c419840d9ed9427095630a66ab Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 21 Nov 2024 20:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/seckillDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/goods/seckillDetail.vue b/pages/goods/seckillDetail.vue index 77ed395..19540e8 100644 --- a/pages/goods/seckillDetail.vue +++ b/pages/goods/seckillDetail.vue @@ -975,7 +975,7 @@ SharpGoodsApi.detail(that.activeTimeId, that.sharpGoodsId) .then(result => { let info = result.data.goods; - that.setting = result.data.detail.setting + that.setting = result.data.setting that.activeInfo = result.data.active that.goodsId = info.goods_id that.goods.skuList = [];