|
@@ -3,7 +3,8 @@
|
|
|
<view class="informantion_content" @tap.stop.prevent>
|
|
|
<view class="informantion-title">
|
|
|
<p class="informantion-title-p">公告</p>
|
|
|
- <span class="informantion-title-span">{{message}}</span>
|
|
|
+ <div v-html="message" class="informantion-title-span"></div>
|
|
|
+ <!-- {{message}} -->
|
|
|
</view>
|
|
|
|
|
|
</view>
|