17:48修改
This commit is contained in:
parent
f7d44b9c27
commit
dcade02e47
@ -648,6 +648,9 @@ const api = {
|
|||||||
getIsAccount(data){
|
getIsAccount(data){
|
||||||
return request('/expertAPI/getIsAccount', data, 'post', false);
|
return request('/expertAPI/getIsAccount', data, 'post', false);
|
||||||
},
|
},
|
||||||
|
patientVideoByJingHuaNew(data){
|
||||||
|
return request('/expertAPI/patientVideoByJingHuaNew', data, 'post', false);
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
export default api
|
export default api
|
||||||
@ -5,9 +5,9 @@
|
|||||||
@clickLeft="goBack" :title="name" color="#8B2316" :border="false" backgroundColor="#eeeeee">
|
@clickLeft="goBack" :title="name" color="#8B2316" :border="false" backgroundColor="#eeeeee">
|
||||||
<template #right>
|
<template #right>
|
||||||
|
|
||||||
<view class="nav-right" @click="goSelect">
|
<!-- <view class="nav-right" @click="goSelect">
|
||||||
精选
|
精选
|
||||||
</view>
|
</view> -->
|
||||||
</template>
|
</template>
|
||||||
</uni-nav-bar>
|
</uni-nav-bar>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
:refresher-triggered="refreshing"
|
:refresher-triggered="refreshing"
|
||||||
@refresherrefresh="onRefresh"
|
@refresherrefresh="onRefresh"
|
||||||
@scrolltolower="onLoadMore"
|
@scrolltolower="onLoadMore"
|
||||||
lower-threshold="100"
|
lower-threshold="1000"
|
||||||
>
|
>
|
||||||
<view class="meeting-list">
|
<view class="meeting-list">
|
||||||
<view
|
<view
|
||||||
@ -38,6 +38,7 @@
|
|||||||
contentrefresh: '正在加载...',
|
contentrefresh: '正在加载...',
|
||||||
contentnomore: '没有更多数据了'
|
contentnomore: '没有更多数据了'
|
||||||
}"
|
}"
|
||||||
|
|
||||||
></uni-load-more>
|
></uni-load-more>
|
||||||
|
|
||||||
<!-- 空状态 -->
|
<!-- 空状态 -->
|
||||||
@ -60,7 +61,7 @@
|
|||||||
const typeUuid=ref('');
|
const typeUuid=ref('');
|
||||||
const typeName=ref('');
|
const typeName=ref('');
|
||||||
const currentPage=ref(1);
|
const currentPage=ref(1);
|
||||||
const pageSize=ref(10);
|
const pageSize=ref(20);
|
||||||
const hasMoreData=ref(true);
|
const hasMoreData=ref(true);
|
||||||
const loadMoreStatus=ref('more');
|
const loadMoreStatus=ref('more');
|
||||||
const loading=ref(false);
|
const loading=ref(false);
|
||||||
@ -160,6 +161,7 @@
|
|||||||
|
|
||||||
// 上拉加载更多
|
// 上拉加载更多
|
||||||
const onLoadMore = () => {
|
const onLoadMore = () => {
|
||||||
|
console.log('onLoadMore');
|
||||||
if (!hasMoreData.value || loading.value) return;
|
if (!hasMoreData.value || loading.value) return;
|
||||||
|
|
||||||
loadMoreStatus.value = 'loading';
|
loadMoreStatus.value = 'loading';
|
||||||
|
|||||||
@ -127,10 +127,10 @@ onLoad((query) => {
|
|||||||
summary.value = "分享一篇来自“肝胆相照”的会议预告:"+shareTitle.value;
|
summary.value = "分享一篇来自“肝胆相照”的会议预告:"+shareTitle.value;
|
||||||
|
|
||||||
}else if(query.type == "live_old"){
|
}else if(query.type == "live_old"){
|
||||||
shareTitle.value = query.sharetitle; shareTitle.value = query.sharetitle;
|
shareTitle.value = query.sharetitle;
|
||||||
summary.value = "分享一篇来自“肝胆相照”的历史会议:"+shareTitle.value;
|
summary.value = "分享一篇来自“肝胆相照”的历史会议:"+shareTitle.value;
|
||||||
}else if(query.type == "live"){
|
}else if(query.type == "live"){
|
||||||
shareTitle.value = '肝胆相照直播:'+query.shareTitle;
|
shareTitle.value = '肝胆相照直播:'+query.sharetitle;
|
||||||
summary.value = shareTitle.value;
|
summary.value = shareTitle.value;
|
||||||
}
|
}
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
const version="3.6.0"
|
const version="4.1.6"
|
||||||
export default version
|
export default version
|
||||||
Loading…
x
Reference in New Issue
Block a user