|
@@ -29,8 +29,8 @@
|
|
|
<view class="d-flex flex-col p-3">
|
|
|
<view class="size-ll color-title-text">{{ loader.content.value.title }}</view>
|
|
|
<view class="d-flex flex-row mt-2">
|
|
|
- <text class="size-s color-text-content-second">{{ loader.content.value.author }}</text>
|
|
|
- <text class="size-s color-text-content-second">{{ DataDateUtils.formatDate(loader.content.value.publishAt, 'YYYY-MM-dd HH:ii:ss') }}</text>
|
|
|
+ <text v-if="loader.content.value.from" class="size-s color-text-content-second">转自:{{ loader.content.value.from }}</text>
|
|
|
+ <text class="size-s color-text-content-second">{{ DataDateUtils.formatDate(loader.content.value.publishAt, 'YYYY-MM-dd') }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content radius-l bg-light p-3">
|