1111
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
@query="queryList"
|
||||
>
|
||||
<template #top>
|
||||
<navBarSearch :searchWord="keyWord" :navName="navName" @changeWord="changeWord"></navBarSearch>
|
||||
<navBarSearch :searchWord="keyWord" :navName="navName" @changeWord="changeWord" :type="'cert'"></navBarSearch>
|
||||
<view class="detail" v-if="isSearch">
|
||||
<view class="desc" v-if="tab==0">检索到:<text class="red">{{total}}篇文章</text></view>
|
||||
<view class="desc" v-if="tab==1">检索到:<text class="red">{{total}}个视频</text></view>
|
||||
@@ -70,7 +70,7 @@ const tab=ref(0);
|
||||
const hospital_id=ref('');
|
||||
const doctor_id=ref('');
|
||||
const numInfo=reactive({});
|
||||
const navName=ref('肝胆相照临床病例库')
|
||||
const navName=ref('肝胆相照临床病例库收录证书')
|
||||
|
||||
const formatdate=(date)=>{
|
||||
return dayjs(date).format('YYYY-MM-DD')
|
||||
@@ -93,6 +93,10 @@ onLoad((options) => {
|
||||
if(options.doctor_id){
|
||||
doctor_id.value=options.doctor_id;
|
||||
}
|
||||
let userInfo=uni.getStorageSync('userInfo');
|
||||
if(userInfo.user_name){
|
||||
navName.value=userInfo.user_name+"临床病例库收录证书"
|
||||
}
|
||||
})
|
||||
onShow(()=>{
|
||||
paging.value?.refresh();
|
||||
|
||||
Reference in New Issue
Block a user