This commit is contained in:
zoujiandong
2025-07-16 10:51:19 +08:00
parent b0f1a37ece
commit eb358d594b
66 changed files with 570 additions and 234 deletions
+9 -5
View File
@@ -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 {