瀏覽代碼

Merge branch 'master' into 0310迭代

guoyujia 3 月之前
父節點
當前提交
d744de6081
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/notification/index.vue

+ 2 - 1
pages/notification/index.vue

@@ -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>