feat: 消息图片

This commit is contained in:
2026-05-29 14:26:38 +08:00
parent d32d4cb845
commit 87fd075226

View File

@@ -18,9 +18,7 @@
<text class="color-171717 font-size-12 font-weight-600 ml-8">发布时间{{ publishTime }}</text>
</view>
<view class="mt-16 mx-12 bg-gray w-full height-1"></view>
<view class="mt-16 color-666 font-size-14 line-height-20">{{ noticeContent }}</view>
<view class="mt-20 pt-16 color-666 font-size-14 line-height-20 border-top">{{ noticeContent }}</view>
</view>
</view>
</scroll-view>
@@ -43,7 +41,7 @@ const publishTime = computed(() => {
});
const coverImage = computed(() => {
return noticeData.value.eventImage?.trim();
return noticeData.value.imgUrl?.trim();
});
const noticeContent = computed(() => {