update
This commit is contained in:
@@ -57,12 +57,12 @@ const {data} = defineProps({
|
||||
{{ data.comment_arr.intro }}
|
||||
</view>
|
||||
<view v-for="(v, index) in data.comment_arr.children">
|
||||
评论1:
|
||||
评论{{ index + 2 }}:
|
||||
<text v-if="data.comment_arr.pid!==0" class="text-[#86909C]">
|
||||
<image class="!size-[20rpx]" src="/static/icons/msgback.png"></image>
|
||||
回复1:
|
||||
</text>
|
||||
{{ data.comment_arr.intro }}
|
||||
{{ v.intro }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user