(function(){ Vue.component('hospital-source', { template: `
按医院
厦门市中医院[三级甲等]
382 个推荐医生
厦门市湖里区中山路
厦门市中医院[三级甲等]
382 个推荐医生
厦门市湖里区中山路
`, props: [], data: function(){ return { } }, mounted: function(){ // appointmentAPI.querySimpleHospitalList({timestamp:new Date().getTime(),appId:"9000401",pageIndex:1,pageSize:20,provinceCode:360000,cityCode:361100}).then(function(res){ // console.error(JSON.stringify(res)) // // }) } }); })()