Merge pull request #55 from ronger-x/master

🐛 产品详情数据解析问题修复
This commit is contained in:
ronger 2022-10-28 15:45:49 +08:00 committed by GitHub
commit 28a7278800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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