From d955894b45a8514bbce37af33040a4a9c42b5a26 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Tue, 17 Jun 2025 11:22:56 +0800 Subject: [PATCH] 6.17 --- components/baoliVideo/baoliVideo.vue | 44 ++++++++++++++++++++++++++++ pages/caseTalk/caseTalk.vue | 4 +-- pages/detail/detail.vue | 16 ++++++---- pages/index/index.vue | 6 ++-- pages/login/login.vue | 30 +++++++++++++++++-- pages/publish/publish.vue | 13 +++++--- pages/register/register.vue | 2 +- pages/specialList/specialList.vue | 4 +-- 8 files changed, 99 insertions(+), 20 deletions(-) create mode 100644 components/baoliVideo/baoliVideo.vue diff --git a/components/baoliVideo/baoliVideo.vue b/components/baoliVideo/baoliVideo.vue new file mode 100644 index 0000000..28a78b7 --- /dev/null +++ b/components/baoliVideo/baoliVideo.vue @@ -0,0 +1,44 @@ + + + + + \ No newline at end of file diff --git a/pages/caseTalk/caseTalk.vue b/pages/caseTalk/caseTalk.vue index 251635a..bed8745 100644 --- a/pages/caseTalk/caseTalk.vue +++ b/pages/caseTalk/caseTalk.vue @@ -261,7 +261,7 @@ onShow(()=>{ } .deal { - margin-top: 20rpx; + padding-top: 20rpx; display: flex; color: #4B5563; font-size: 24rpx; @@ -327,7 +327,7 @@ onShow(()=>{ margin: 30rpx 30rpx; .name { - margin: 20rpx 0 20rpx 15rpx; + padding: 20rpx 0 20rpx 15rpx; font-size: 27rpx; color: #333333; } diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index aed74d6..d65ec40 100644 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -83,7 +83,7 @@ - {{ formatDay(info.updated_at) }} + {{ formatDay(info.push_date) }} @@ -109,11 +109,13 @@ > - -
+ + + + - + @@ -541,6 +543,10 @@ import list from "@/uni_modules/z-paging/components/z-paging/z-paging"; import api from "@/api/api"; import { onLoad } from "@dcloudio/uni-app"; import dayjs from "dayjs"; + // #ifdef h5 + import baoliVideo from "@/components/baoliVideo/baoliVideo.vue"; + // #endif + const paging = ref(null); const dataList = ref([]); const total = ref(0); @@ -570,7 +576,7 @@ const clickIndex = ref(0); const is_top = ref(false); const option_id = ref(""); const point=ref(0) -const playJs=ref("//player.polyv.net/resp/live-h5-player/latest/liveplayer.min.js"); + const confirmGive = () => { showGive.value = false; diff --git a/pages/index/index.vue b/pages/index/index.vue index 4461dc9..df72a9f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -3,15 +3,15 @@ - {{ numInfo.article_collect_num }} + {{ numInfo.article_num }} 文章 - {{ numInfo.video_collect_num }} + {{ numInfo.video_num }} 视频 - {{ numInfo.video_read_num+numInfo.article_read_num }} + {{(numInfo.video_read_num && numInfo.article_read_num)?numInfo.video_read_num+numInfo.article_read_num:0}} 阅读量 diff --git a/pages/login/login.vue b/pages/login/login.vue index bef87a9..f722c9e 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -94,6 +94,7 @@ + - {{ isPhoneLogin ? "用短信验证码登录" : "快捷登录" }} + {{ isPhoneLogin ? "用短信验证码登录" : "快捷登录" }} 注册 - -