修改标签统计接口Token

feature/comment-0620-ch
ch 3 years ago
parent 3e9f8e617e
commit f278d52028

@ -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:41:44 * @LastEditTime: 2022-06-30 11:53:57
* @Description: file content * @Description: file content
*/ */
@ -31,7 +31,9 @@ export const ApiGetCommentCount = ({productId}) =>
* @param {*} param0 * @param {*} param0
*/ */
export const ApiGetCommentTabCount = ({productId}) => export const ApiGetCommentTabCount = ({productId}) =>
ToAsyncAwait(MsbRequest.get(`${BASE_URL}/app/comment/listCommentLabel/${productId}`)); ToAsyncAwait(MsbRequestTk.get(`${BASE_URL}/app/comment/listCommentLabel/${productId}`,{}, {
notVerifyToken: true
}));
/** /**
* 获取订单评论详情 * 获取订单评论详情
* @param {*} param0 * @param {*} param0

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-06-21 18:19:13 * @Date: 2022-06-21 18:19:13
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-30 11:11:33 * @LastEditTime: 2022-06-30 11:53:04
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -118,7 +118,7 @@ export default {
this.detail.answerCommentList.push({ this.detail.answerCommentList.push({
...result, ...result,
userName : this.$store.state.userInfo.nickname, userName : this.$store.state.userInfo.nickname,
parentName: this.answer ? this.answer.userName : '' parentUserName: this.answer ? this.answer.userName : ''
}); });
this.commentContent = ''; this.commentContent = '';
this.detail.replyCount++; this.detail.replyCount++;

Loading…
Cancel
Save