|
@ -159,8 +159,9 @@ |
|
|
|
|
|
|
|
|
// #ifdef MP-WEIXIN |
|
|
// #ifdef MP-WEIXIN |
|
|
var lngLat = hospital.hospital_pos.toString().split(',') |
|
|
var lngLat = hospital.hospital_pos.toString().split(',') |
|
|
var lng = Number(lngLat[0]) |
|
|
var lng = Number(lngLat[1]) |
|
|
, lat = Number(lngLat[1]) |
|
|
, lat = Number(lngLat[0]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (typeof wx !== 'undefined' && wx.openLocation) { |
|
|
if (typeof wx !== 'undefined' && wx.openLocation) { |
|
|
wx.openLocation({ |
|
|
wx.openLocation({ |
|
|