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) {