|
|
@ -2,7 +2,7 @@
|
|
|
|
* @Author: ch
|
|
|
|
* @Author: ch
|
|
|
|
* @Date: 2022-06-22 15:15:22
|
|
|
|
* @Date: 2022-06-22 15:15:22
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditTime: 2022-06-30 17:59:59
|
|
|
|
* @LastEditTime: 2022-07-01 17:14:16
|
|
|
|
* @Description: file content
|
|
|
|
* @Description: file content
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
<image class="preview--avatar" :src="data.userAvatar"></image>
|
|
|
|
<image class="preview--avatar" :src="data.userAvatar"></image>
|
|
|
|
<view>
|
|
|
|
<view>
|
|
|
|
<view>{{data.userName}}</view>
|
|
|
|
<view>{{data.userName}}</view>
|
|
|
|
<view>已购买{{data.skuName}}</view>
|
|
|
|
<view v-if="data.skuName">已购买{{data.skuName}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view>
|
|
|
|
<view>
|
|
|
@ -46,7 +46,7 @@
|
|
|
|
import BsCommentUserInfo from '@/components/BsCommentUserInfo.vue';
|
|
|
|
import BsCommentUserInfo from '@/components/BsCommentUserInfo.vue';
|
|
|
|
import BsCommentThumbup from '../../../components/BsCommentThumbup.vue';
|
|
|
|
import BsCommentThumbup from '../../../components/BsCommentThumbup.vue';
|
|
|
|
import {ApiPutCommentUseful} from '@/common/api/comment'
|
|
|
|
import {ApiPutCommentUseful} from '@/common/api/comment'
|
|
|
|
import { Debounce,FormatDate} from '@/common/utils'
|
|
|
|
import { Debounce,FormatDate, HandleApiError} from '@/common/utils'
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
components: { BsCommentUserInfo,BsCommentThumbup },
|
|
|
|
components: { BsCommentUserInfo,BsCommentThumbup },
|
|
|
@ -96,6 +96,7 @@ export default {
|
|
|
|
isLike : this.isLike
|
|
|
|
isLike : this.isLike
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HandleApiError(error);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|