作者 xuqiang

提交

... ... @@ -40,8 +40,8 @@
</template>
<script>
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{
... ...
... ... @@ -12,8 +12,8 @@ Vue.use(uView);
Vue.config.productionTip = false
Vue.prototype.check=check;
// Vue.prototype.apiUrl="http://app.zhaodizhu.cn/api"
Vue.prototype.apiUrl="http://landlord.t.brotop.cn/api"
Vue.prototype.apiUrl="http://app.zhaodizhu.cn/api"
// Vue.prototype.apiUrl="http://landlord.t.brotop.cn/api"
Vue.prototype.imgUrl="http://qiniu.zhaodizhu.cn"
Vue.prototype.tim = tim.tim //tim sdk 引入后生成的tim服务
Vue.prototype.$TIM = TIM //tim 的状态/事件 常量
... ...
... ... @@ -183,8 +183,8 @@
import share from '@/components/share.vue'
import sendGift from '@/components/sendGift.vue'
import {mapState} from "vuex"
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{
... ...
... ... @@ -218,8 +218,8 @@
if(deviceInfo.brand=='Xiaomi'){
deviceInfo.windowHeight+=1
}
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 {
... ...
... ... @@ -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){
... ...
... ... @@ -91,8 +91,8 @@
</template>
<script>
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{
... ...
... ... @@ -146,8 +146,8 @@
import {mapState} from "vuex"
import wPicker from "@/components/w-picker/w-picker.vue"
import chooseAddress from '@/components/chooseAddress.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{
... ...