From 7c243e7d67a5abf49fc9f7e5c69f38d8b0e94a77 Mon Sep 17 00:00:00 2001 From: ronger Date: Fri, 28 Oct 2022 15:40:09 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BA=A7=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=A7=A3=E6=9E=90=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/product.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/product.js b/store/product.js index e97c2b2..7bc8df4 100644 --- a/store/product.js +++ b/store/product.js @@ -42,7 +42,7 @@ export const mutations = { state.detail.fetching = action }, updateDetailData(state, action) { - state.detail.data = action.product + state.detail.data = action }, // 更新作品集阅读全文状态 updateDetailRenderedState(state, action) {