🐛 产品详情数据解析问题修复

This commit is contained in:
ronger 2022-10-28 15:40:09 +08:00
parent 9147962fde
commit 7c243e7d67

View File

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