|
|
@@ -158,7 +158,7 @@ Component({
|
|
|
toMap() {
|
|
|
const house = this.data.house
|
|
|
wx.navigateTo({
|
|
|
- url: `/pages/map/map?longitude=${house.longitude}&latitude=${house.latitude}&housename=${house.district || ''} ${house.estate_name || ''}${this.properties.isAgency ? '' : `&agency_id=${this.properties.agent_user.agency_user_id}&agency_name=${this.properties.agent_user.name}&phone=${this.properties.agent_user.phone}`}`
|
|
|
+ url: `/pages/map/map?longitude=${house.longitude}&latitude=${house.latitude}&housename=${house.address || ''} ${house.title || ''}${this.properties.isAgency ? '' : `&agency_id=${this.properties.agent_user.agency_user_id}&agency_name=${this.properties.agent_user.name}&phone=${this.properties.agent_user.phone}`}`
|
|
|
})
|
|
|
},
|
|
|
sendSchoolMsg() {
|
|
|
@@ -207,7 +207,8 @@ Component({
|
|
|
iconPath: "/image/4Dage/location-cycle.png",
|
|
|
zIndex: -1,
|
|
|
callout: {
|
|
|
- content: `${house.district || ''} ${house.estate_name || ''}`,
|
|
|
+ // content: `${house.district || ''} ${house.estate_name || ''}`,
|
|
|
+ content: `${house.address || ''} ${house.title || ''}`,
|
|
|
display: 'ALWAYS',
|
|
|
padding: 15,
|
|
|
anchorY: 10
|