修改bug
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user