🐛 产品详情数据解析问题修复
This commit is contained in:
parent
9147962fde
commit
7c243e7d67
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user