评论需要添加功能,提交订单有问题
This commit is contained in:
10
api/mall.js
10
api/mall.js
@@ -24,3 +24,13 @@ export const getProductDetail = productId => {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/** 商品评价列表 */
|
||||
export const getProductCommentList = data => {
|
||||
return http({
|
||||
url: '/api/service/productReview/list',
|
||||
method: 'get',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user