|
|
@@ -107,7 +107,7 @@ function onFavorite() {
|
|
|
|
|
|
function onReplyComment(item?: any, _rootId?: any) {
|
|
|
content.value = ""
|
|
|
- console.log("", item, _rootId)
|
|
|
+ // console.log("", item, _rootId)
|
|
|
rootId.value = _rootId || 0
|
|
|
parentId.value = item?.commentId || 0
|
|
|
commentModalTitle.value = item?.name || ""
|
|
|
@@ -190,7 +190,7 @@ onMounted(init)
|
|
|
</view>
|
|
|
<view v-if="showChildren(v)">
|
|
|
<view class="d-flex my-5" v-for="(vv, ii) in childrenComment[v.commentId].data" :key="ii">
|
|
|
- <view class="ps-10 mt-5" @click="onGoAmDetail(v)">
|
|
|
+ <view class="ps-10 mt-5" @click="onGoAmDetail(vv)">
|
|
|
<vb-avatar :src="checkUrl(vv.avatar)" :size="50" :name="vv.name" />
|
|
|
</view>
|
|
|
<view class="flex-1 px-10">
|