feat: 消息图片
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user