作者 lihongjuan

1

... ... @@ -2,14 +2,7 @@
"pages": [
"pages/homepage/homepage",
"pages/home/stageofpregnancy/stageofpregnancy",
"pages/index/index",
"pages/home/searchpage/searchpage",
"pages/person/faveritehospital/faveritehostipal",
"pages/processQuery/processQuery",
... ...
... ... @@ -718,7 +718,7 @@ Page({
enterhostail(e) {
wx.setStorageSync('hospitalid', e.currentTarget.dataset.hosid);
wx.navigateTo({
url: '../hometail/hometail',
url: '../hometail/hometail?hospital_id=' + e.currentTarget.dataset.hosid,
})
},
attention: function() {
... ...
... ... @@ -181,7 +181,7 @@ Page({
enterhostail(e) {
wx.setStorageSync('hospitalid', e.currentTarget.dataset.hosid);
wx.navigateTo({
url: '../hometail/hometail',
url: '../hometail/hometail?hospital_id=' + e.currentTarget.dataset.hosid,
})
},
//分享
... ...
... ... @@ -644,7 +644,7 @@ Page({
enterhostail(e) {
wx.setStorageSync('hospitalid', e.currentTarget.dataset.hosid);
wx.navigateTo({
url: '../hometail/hometail',
url: '../hometail/hometail?hospital_id='+ e.currentTarget.dataset.hosid,
})
},
... ...
... ... @@ -186,7 +186,7 @@ Page({
enterhostail(e) {
wx.setStorageSync('hospitalid', e.currentTarget.dataset.hosid);
wx.navigateTo({
url: '../hometail/hometail',
url: '../hometail/hometail?hospital_id=' + e.currentTarget.dataset.hosid,
})
},
//分享
... ...
... ... @@ -326,7 +326,7 @@ Page({
})
setTimeout(function () {
wx.navigateTo({
url: '../hometail/hometail',
url: '../hometail/hometail?hospital_id=' + this.data.personhospitalid,
})
}, 2000)
... ...
... ... @@ -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
})
... ...
... ... @@ -132,7 +132,7 @@ Page({
}else if(starid3==3){
that.setData({
star3:3,
star3name:'一般,还需改善'
star3name:'一般,还需改善'
})
}else if(starid3==4){
that.setData({
... ...
... ... @@ -92,7 +92,7 @@
<view class="evalute">
<view class="allevalute">
<view class="allevel">
<view class="allevalname" >医疗服务</view>
<view class="allevalname" >服务态度</view>
<view class="starlist">
<view class="hostel_star" bindtap="star4" data-id="1">
<image src="{{star4>=1?'http://bronet.ibaby88.cn/aicon07@2x.png':'http://bronet.ibaby88.cn/aicon08@2x.png'}}"></image>
... ...
... ... @@ -631,7 +631,7 @@ Page({
wx.setStorageSync('hospitalid', e.currentTarget.dataset.hospitalid);
wx.navigateTo({
url: '../home/hometail/hometail?hospital_address_id=' + this.data.hospital_address_id
url: '../home/hometail/hometail?hospital_address_id=' + this.data.hospital_address_id + '&hospital_id=' + e.currentTarget.dataset.hospitalid
})
}
... ...
... ... @@ -49,7 +49,7 @@ Page({
wx.setStorageSync('hospitalid', e.currentTarget.dataset.hospitalid);
wx.navigateTo({
url: '../../home/hometail/hometail',
url: '../../home/hometail/hometail?hospital_id=' + e.currentTarget.dataset.hospitalid,
})
},
/**
... ...