红包逻辑需要重构
This commit is contained in:
@@ -26,11 +26,12 @@ export const getProductDetail = productId => {
|
||||
}
|
||||
|
||||
/** 商品评价列表 */
|
||||
export const getProductCommentList = data => {
|
||||
export const getProductCommentList = (data, loading = true) => {
|
||||
return http({
|
||||
url: '/api/service/productReview/list',
|
||||
method: 'get',
|
||||
data
|
||||
data,
|
||||
loading
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user