|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view class="video-details main bg-base">
|
|
|
+ <view class="video-details main bg-base pb-5">
|
|
|
<SimplePageContentLoader :loader="loader">
|
|
|
<template v-if="loader.content.value">
|
|
|
|
|
@@ -37,6 +37,7 @@
|
|
|
<u-parse :content="loader.content.value.content" :tagStyle="commonParserStyle"></u-parse>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <ContentNote />
|
|
|
<view class="bottom-actions">
|
|
|
<view class="action">
|
|
|
<text class="iconfont icon-like"></text>
|
|
@@ -60,6 +61,7 @@ import commonParserStyle from "@/common/style/commonParserStyle";
|
|
|
import SimplePageContentLoader from "@/common/components/SimplePageContentLoader.vue";
|
|
|
import { useLoadQuerys } from "@/common/composeabe/LoadQuerys";
|
|
|
import { DataDateUtils } from "@imengyu/js-request-transform";
|
|
|
+import ContentNote from "../parts/ContentNote.vue";
|
|
|
|
|
|
const loader = useSimplePageContentLoader<
|
|
|
GetContentDetailItem,
|