This commit is contained in:
2025-06-21 15:38:38 +08:00
parent be8a44b623
commit 481ef6edd4
13 changed files with 64 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ import fmt from "../../../static/images/fmt.png";
import linkIcon from '../../../static/icons/link.png';
import XImage from "../../../components/XImage.vue";
import XSquareCarouselImage from "../../../components/XSquareCarouselImage.vue";
import HF_ICON from "../../../static/icons/icon-wrapper.png";
const {data, home} = defineProps({
data: {
@@ -60,7 +61,7 @@ const {data, home} = defineProps({
</view>
<view v-for="(v, index) in data.comment_arr.children">
评论{{ index + 2 }}:
<text v-if="data.comment_arr.pid!==0" class="text-[#86909C]">
<text class="text-[#86909C]">
<image class="!size-[20rpx]" src="/static/icons/msgback.png"></image>
回复1:
</text>