修改bug

This commit is contained in:
zhouyanli
2026-05-26 17:44:00 +08:00
parent 1b0e47e79e
commit 102beeb8bb
8 changed files with 25 additions and 20 deletions

View File

@@ -34,7 +34,7 @@
<view class="dot" v-if="notice.readStatus === '0'"></view>
</view>
<view class="info">{{ notice.author }} · {{ notice.publishTime }}</view>
<view class="content">{{ notice.noticeContent }}</view>
<view class="content" v-html="notice.noticeContent"></view>
<view class="detail" @click="goToDetail(notice)">
<text style="color:#2F77FD;font-size: 24rpx;">详情</text>
<uni-icons type="right" size="13" color="#007AFF"/>