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 ? "用短信验证码登录" : "快捷登录" }}
注册
-
-