Commit 4da83bd0 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改初始化取值

parent fe4e7b4d
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-10-19 16:02:53
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-10 17:24:28
* @LastEditTime: 2021-08-10 18:24:06
* @Description:
*/
import { normalizeFiledata } from '@/utils';
......@@ -28,7 +28,7 @@ export const normalizeUnevaluatedList = (arr: {[key: string]: any}[]) => {
orderProductId: item.orderProductId,
},
star: item.star || undefined, // 评分星星
comment: item.star || undefined, // 评价
comment: item.comment || undefined, // 评价
picture: item.pics ? item.pics.map((item) => normalizeFiledata(item)) : [],
smile: item.star || undefined, // 笑脸
commentStatus: item.commentStatus,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment