...
|
...
|
@@ -11,7 +11,6 @@ Page({ |
|
|
currentTab: 0,
|
|
|
//医院收藏
|
|
|
hoscollect:false,
|
|
|
|
|
|
//参考花费
|
|
|
spend: [],
|
|
|
//医生列表
|
...
|
...
|
@@ -20,7 +19,6 @@ Page({ |
|
|
allevalute_star: [],
|
|
|
//医疗水平
|
|
|
medical_star: [],
|
|
|
|
|
|
//硬件水平
|
|
|
hardware_star: [],
|
|
|
//医疗服务
|
...
|
...
|
@@ -177,8 +175,9 @@ Page({ |
|
|
|
|
|
console.log(wx.getStorageSync('hospitalid'))
|
|
|
that.setData({
|
|
|
hostipalid: wx.getStorageSync('hospitalid'),
|
|
|
hospital_address_id: options.hospital_address_id
|
|
|
// hostipalid: wx.getStorageSync('hospitalid'),
|
|
|
hospital_address_id: options.hospital_address_id,
|
|
|
hostipalid:options.hospital_id
|
|
|
})
|
|
|
|
|
|
|
...
|
...
|
|