From dcade02e47583cac21ae2e677a064bd48f14a154 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Fri, 14 Nov 2025 17:48:07 +0800 Subject: [PATCH] =?UTF-8?q?17:48=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 3 +++ pages_app/replayList/replayList.vue | 4 ++-- pages_app/replayText/replayText.vue | 6 ++++-- pages_app/webview/webview.vue | 4 ++-- utils/version.js | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/api/api.js b/api/api.js index 5433524..dc68360 100644 --- a/api/api.js +++ b/api/api.js @@ -648,6 +648,9 @@ const api = { getIsAccount(data){ return request('/expertAPI/getIsAccount', data, 'post', false); }, + patientVideoByJingHuaNew(data){ + return request('/expertAPI/patientVideoByJingHuaNew', data, 'post', false); + }, } export default api \ No newline at end of file diff --git a/pages_app/replayList/replayList.vue b/pages_app/replayList/replayList.vue index af3af5b..a88a5ea 100644 --- a/pages_app/replayList/replayList.vue +++ b/pages_app/replayList/replayList.vue @@ -5,9 +5,9 @@ @clickLeft="goBack" :title="name" color="#8B2316" :border="false" backgroundColor="#eeeeee"> diff --git a/pages_app/replayText/replayText.vue b/pages_app/replayText/replayText.vue index df5182f..f413ea4 100644 --- a/pages_app/replayText/replayText.vue +++ b/pages_app/replayText/replayText.vue @@ -11,7 +11,7 @@ :refresher-triggered="refreshing" @refresherrefresh="onRefresh" @scrolltolower="onLoadMore" - lower-threshold="100" + lower-threshold="1000" > @@ -60,7 +61,7 @@ const typeUuid=ref(''); const typeName=ref(''); const currentPage=ref(1); - const pageSize=ref(10); + const pageSize=ref(20); const hasMoreData=ref(true); const loadMoreStatus=ref('more'); const loading=ref(false); @@ -160,6 +161,7 @@ // 上拉加载更多 const onLoadMore = () => { + console.log('onLoadMore'); if (!hasMoreData.value || loading.value) return; loadMoreStatus.value = 'loading'; diff --git a/pages_app/webview/webview.vue b/pages_app/webview/webview.vue index cf62e4c..5f44169 100644 --- a/pages_app/webview/webview.vue +++ b/pages_app/webview/webview.vue @@ -127,10 +127,10 @@ onLoad((query) => { summary.value = "分享一篇来自“肝胆相照”的会议预告:"+shareTitle.value; }else if(query.type == "live_old"){ - shareTitle.value = query.sharetitle; shareTitle.value = query.sharetitle; + shareTitle.value = query.sharetitle; summary.value = "分享一篇来自“肝胆相照”的历史会议:"+shareTitle.value; }else if(query.type == "live"){ - shareTitle.value = '肝胆相照直播:'+query.shareTitle; + shareTitle.value = '肝胆相照直播:'+query.sharetitle; summary.value = shareTitle.value; } // #ifdef APP-PLUS diff --git a/utils/version.js b/utils/version.js index 8767e28..63033fe 100644 --- a/utils/version.js +++ b/utils/version.js @@ -1,2 +1,2 @@ -const version="3.6.0" +const version="4.1.6" export default version \ No newline at end of file