@@ -3,7 +3,7 @@
<text class="title">{{ announcement.title }}</text>
<view class="content">
- <div class="body" v-html="announcement.content"></div>
+ <u-parse :html="announcement.content" :selectable="true"></u-parse>
</view>
<text class="date">{{ formatDate(announcement.date) }}</text>