111
This commit is contained in:
@@ -151,10 +151,14 @@ const recommend_hospital=ref([]);
|
||||
const numInfo=reactive({})
|
||||
const goDetail = (id,isLink,src) => {
|
||||
if(isLink==1){
|
||||
navTo({
|
||||
url: `/pages/web/web?src=${src}`,
|
||||
});
|
||||
|
||||
// #ifdef MP-WEIXIN
|
||||
navTo({
|
||||
url: `/pages/web/web?src=${src}`,
|
||||
});
|
||||
// #endif
|
||||
// #ifdef H5
|
||||
window.location.href=`${src}`
|
||||
// #endif
|
||||
}else{
|
||||
navTo({
|
||||
url: `/pages/detail/detail?id=${id}&type=article`,
|
||||
@@ -305,7 +309,7 @@ onShow(() => {
|
||||
}
|
||||
.page {
|
||||
background: #f9fafb;
|
||||
height: calc(100vh - 400rpx);
|
||||
height: calc(100vh - 425rpx);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.kubox {
|
||||
|
||||
Reference in New Issue
Block a user