...
|
...
|
@@ -291,8 +291,8 @@ |
|
|
import {mapState} from "vuex"
|
|
|
import touchSlide from '@/components/touch-slide/touch-slide.vue'
|
|
|
|
|
|
var apiUrl = 'http://landlord.t.brotop.cn/api'
|
|
|
// var apiUrl = 'http://app.zhaodizhu.cn/api'
|
|
|
// var apiUrl = 'http://landlord.t.brotop.cn/api'
|
|
|
var apiUrl = 'http://app.zhaodizhu.cn/api'
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
...
|
...
|
@@ -444,7 +444,7 @@ |
|
|
longitude:item.longitude,
|
|
|
width:index == 0 ? 39 : 30,
|
|
|
height:index == 0 ? 40 : 30,
|
|
|
iconPath: index == 0 ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png'
|
|
|
iconPath: index == 0 ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png'
|
|
|
})
|
|
|
index++
|
|
|
})
|
...
|
...
|
@@ -589,7 +589,7 @@ |
|
|
longitude:item.longitude,
|
|
|
width:index == 0 ? 39 : 30,
|
|
|
height:index == 0 ? 40 : 30,
|
|
|
iconPath: index == 0 ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png'
|
|
|
iconPath: index == 0 ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png'
|
|
|
})
|
|
|
index++
|
|
|
})
|
...
|
...
|
@@ -704,7 +704,7 @@ |
|
|
longitude:item.longitude,
|
|
|
width:item.showSlide && item.id == landId ? 39 : 30,
|
|
|
height:item.showSlide && item.id == landId ? 40 : 30,
|
|
|
iconPath: item.showSlide && item.id == landId ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png'
|
|
|
iconPath: item.showSlide && item.id == landId ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png'
|
|
|
})
|
|
|
})
|
|
|
this.covers = coverArr
|
...
|
...
|
@@ -764,7 +764,7 @@ |
|
|
width:index == 0 ? 39 : 30,
|
|
|
height:index == 0 ? 40 : 30,
|
|
|
// iconPath: '../../static/image/Group_675.png'
|
|
|
iconPath: index == 0 ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png'
|
|
|
iconPath: index == 0 ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png'
|
|
|
})
|
|
|
index++
|
|
|
}
|
...
|
...
|
@@ -814,7 +814,7 @@ |
|
|
longitude:landArr[i].longitude,
|
|
|
width:landArr[i].id == e.detail.markerId ? 39 : 30,
|
|
|
height:landArr[i].id == e.detail.markerId ? 40 : 30,
|
|
|
iconPath: landArr[i].id == e.detail.markerId ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png'
|
|
|
iconPath: landArr[i].id == e.detail.markerId ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png'
|
|
|
})
|
|
|
|
|
|
if(landArr[i].id == e.detail.markerId){
|
...
|
...
|
|