17:48修改
This commit is contained in:
parent
f7d44b9c27
commit
dcade02e47
@ -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
|
||||
@ -5,9 +5,9 @@
|
||||
@clickLeft="goBack" :title="name" color="#8B2316" :border="false" backgroundColor="#eeeeee">
|
||||
<template #right>
|
||||
|
||||
<view class="nav-right" @click="goSelect">
|
||||
<!-- <view class="nav-right" @click="goSelect">
|
||||
精选
|
||||
</view>
|
||||
</view> -->
|
||||
</template>
|
||||
</uni-nav-bar>
|
||||
</view>
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
:refresher-triggered="refreshing"
|
||||
@refresherrefresh="onRefresh"
|
||||
@scrolltolower="onLoadMore"
|
||||
lower-threshold="100"
|
||||
lower-threshold="1000"
|
||||
>
|
||||
<view class="meeting-list">
|
||||
<view
|
||||
@ -38,6 +38,7 @@
|
||||
contentrefresh: '正在加载...',
|
||||
contentnomore: '没有更多数据了'
|
||||
}"
|
||||
|
||||
></uni-load-more>
|
||||
|
||||
<!-- 空状态 -->
|
||||
@ -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';
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
const version="3.6.0"
|
||||
const version="4.1.6"
|
||||
export default version
|
||||
Loading…
x
Reference in New Issue
Block a user