1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 21:29:31 +08:00

feat: 文章详情新增评论自动滚动到评论区域

This commit is contained in:
小莫唐尼
2024-12-03 10:04:08 +08:00
parent 93f23696ef
commit df4c58d3e4
3 changed files with 39 additions and 10 deletions
+4
View File
@@ -6,6 +6,10 @@
<text>评论列表</text>
<text class="count">{{ (result && result.total) || 0 }}</text>
</view>
<view class="refresh">
<text class="icon iconfont icon-sync-alt text-weight-s text-grey-darken-1"></text>
<text class="text-weight-s text-grey-darken-1 ml-6" style="font-size: 26rpx;" @click="fnGetData">刷新</text>
</view>
</view>
<!-- 内容区域 -->
<view class="comment-list_content">