ezhizao_zx 3 tháng trước cách đây
mục cha
commit
df07771374
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>