"use strict";const e=require("../../common/vendor.js"),a={__name:"index",setup(a){const t=e.ref(""),i=e.ref([{id:1,name:"青岛镜湖医院",address:"青岛连胜马路33号",image:"/static/hospital/kiang-wu.png",tags:["综合医院","24小时急诊","特需门诊"],rating:4.8,distance:2.5},{id:2,name:"青岛科大医院",address:"青岛氹仔大学大马路",image:"/static/hospital/must.png",tags:["大学医院","专科门诊","中医科"],rating:4.7,distance:5.8}]);return(a,n)=>({a:a.$t("appointment.search.placeholder"),b:t.value,c:e.o(e=>t.value=e.detail.value),d:e.f(i.value,(a,t,i)=>({a:a.image,b:e.t(a.name),c:e.t(a.address),d:e.f(a.tags,(a,t,i)=>({a:e.t(a),b:t})),e:e.t(a.rating),f:e.t(a.distance),g:e.o(t=>(a=>{getApp().globalData.currentHospitalId=a.id,e.index.navigateTo({url:`/pages/department/index?hospitalId=${a.id}`,fail:t=>{console.error("导航失败:",t),e.index.redirectTo({url:`/pages/department/index?hospitalId=${a.id}`,fail:e=>{console.error("重定向失败:",e)}})}})})(a),t),h:t})),e:e.gei(a,"")})}};wx.createPage(a);
|