新增更多操作

master
于肖磊 2026-02-11 17:26:37 +08:00
parent 657783908f
commit efbe35ab3b
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,12 @@
<view class="flex-row align-s gap-10 wh-auto ht-auto">
<image class="comment-avatar" :src="propComment.user.avatar" mode="aspectFill"></image>
<view class="comment-info flex-col jc-c" @tap="comment_reply">
<view class="comment-user">{{ propComment.user.user_name_view }}</view>
<view class="flex-row jc-sb gap-10">
<view class="comment-user">{{ propComment.user.user_name_view }}</view>
<view @tap="option_comment">
<iconfont name="icon-ellipsis" color="#999" size="28rpx" />
</view>
</view>
<view class="comment-text">{{ propComment.content }}</view>
<view class="comment-images flex-row align-c gap-5">
<view v-for="(item, index) in propComment.images" class="comment-image">