|
|
@ -2,7 +2,7 @@
|
|
|
|
* @Author: ch
|
|
|
|
* @Author: ch
|
|
|
|
* @Date: 2022-06-20 11:38:48
|
|
|
|
* @Date: 2022-06-20 11:38:48
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditTime: 2022-06-29 17:45:28
|
|
|
|
* @LastEditTime: 2022-06-30 11:48:53
|
|
|
|
* @Description: file content
|
|
|
|
* @Description: file content
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
@ -40,7 +40,11 @@ export const ApiGetCommentCount = ({productId}) =>
|
|
|
|
* @param {*} param0
|
|
|
|
* @param {*} param0
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
export const ApiGetCommentTabCount = ({productId}) =>
|
|
|
|
export const ApiGetCommentTabCount = ({productId}) =>
|
|
|
|
ToAsyncAwait(axios.get(`${BASE_URL}/app/comment/listCommentLabel/${productId}`));
|
|
|
|
ToAsyncAwait(axiosTk.get(`${BASE_URL}/app/comment/listCommentLabel/${productId}`,{
|
|
|
|
|
|
|
|
headers: {
|
|
|
|
|
|
|
|
notVerifyToken : true
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}));
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取订单评论详情
|
|
|
|
* 获取订单评论详情
|
|
|
|
* @param {*} param0
|
|
|
|
* @param {*} param0
|
|
|
|