正在显示
7 个修改的文件
包含
19 行增加
和
19 行删除
@@ -40,8 +40,8 @@ | @@ -40,8 +40,8 @@ | ||
40 | </template> | 40 | </template> |
41 | 41 | ||
42 | <script> | 42 | <script> |
43 | - var apiUrl = 'http://landlord.t.brotop.cn/api' | ||
44 | - // var apiUrl = 'http://app.zhaodizhu.cn/api' | 43 | + // var apiUrl = 'http://landlord.t.brotop.cn/api' |
44 | + var apiUrl = 'http://app.zhaodizhu.cn/api' | ||
45 | export default{ | 45 | export default{ |
46 | data(){ | 46 | data(){ |
47 | return{ | 47 | return{ |
@@ -12,8 +12,8 @@ Vue.use(uView); | @@ -12,8 +12,8 @@ Vue.use(uView); | ||
12 | Vue.config.productionTip = false | 12 | Vue.config.productionTip = false |
13 | 13 | ||
14 | Vue.prototype.check=check; | 14 | Vue.prototype.check=check; |
15 | -// Vue.prototype.apiUrl="http://app.zhaodizhu.cn/api" | ||
16 | -Vue.prototype.apiUrl="http://landlord.t.brotop.cn/api" | 15 | +Vue.prototype.apiUrl="http://app.zhaodizhu.cn/api" |
16 | +// Vue.prototype.apiUrl="http://landlord.t.brotop.cn/api" | ||
17 | Vue.prototype.imgUrl="http://qiniu.zhaodizhu.cn" | 17 | Vue.prototype.imgUrl="http://qiniu.zhaodizhu.cn" |
18 | Vue.prototype.tim = tim.tim //tim sdk 引入后生成的tim服务 | 18 | Vue.prototype.tim = tim.tim //tim sdk 引入后生成的tim服务 |
19 | Vue.prototype.$TIM = TIM //tim 的状态/事件 常量 | 19 | Vue.prototype.$TIM = TIM //tim 的状态/事件 常量 |
@@ -183,8 +183,8 @@ | @@ -183,8 +183,8 @@ | ||
183 | import share from '@/components/share.vue' | 183 | import share from '@/components/share.vue' |
184 | import sendGift from '@/components/sendGift.vue' | 184 | import sendGift from '@/components/sendGift.vue' |
185 | import {mapState} from "vuex" | 185 | import {mapState} from "vuex" |
186 | - var apiUrl = 'http://landlord.t.brotop.cn/api' | ||
187 | - // var apiUrl = 'http://app.zhaodizhu.cn/api' | 186 | + // var apiUrl = 'http://landlord.t.brotop.cn/api' |
187 | + var apiUrl = 'http://app.zhaodizhu.cn/api' | ||
188 | export default{ | 188 | export default{ |
189 | data(){ | 189 | data(){ |
190 | return{ | 190 | return{ |
@@ -218,8 +218,8 @@ | @@ -218,8 +218,8 @@ | ||
218 | if(deviceInfo.brand=='Xiaomi'){ | 218 | if(deviceInfo.brand=='Xiaomi'){ |
219 | deviceInfo.windowHeight+=1 | 219 | deviceInfo.windowHeight+=1 |
220 | } | 220 | } |
221 | - var apiUrl = 'http://landlord.t.brotop.cn/api' | ||
222 | - // var apiUrl = 'http://app.zhaodizhu.cn/api' | 221 | + // var apiUrl = 'http://landlord.t.brotop.cn/api' |
222 | + var apiUrl = 'http://app.zhaodizhu.cn/api' | ||
223 | export default { | 223 | export default { |
224 | data() { | 224 | data() { |
225 | return { | 225 | return { |
@@ -291,8 +291,8 @@ | @@ -291,8 +291,8 @@ | ||
291 | import {mapState} from "vuex" | 291 | import {mapState} from "vuex" |
292 | import touchSlide from '@/components/touch-slide/touch-slide.vue' | 292 | import touchSlide from '@/components/touch-slide/touch-slide.vue' |
293 | 293 | ||
294 | - var apiUrl = 'http://landlord.t.brotop.cn/api' | ||
295 | - // var apiUrl = 'http://app.zhaodizhu.cn/api' | 294 | + // var apiUrl = 'http://landlord.t.brotop.cn/api' |
295 | + var apiUrl = 'http://app.zhaodizhu.cn/api' | ||
296 | export default { | 296 | export default { |
297 | data() { | 297 | data() { |
298 | return { | 298 | return { |
@@ -444,7 +444,7 @@ | @@ -444,7 +444,7 @@ | ||
444 | longitude:item.longitude, | 444 | longitude:item.longitude, |
445 | width:index == 0 ? 39 : 30, | 445 | width:index == 0 ? 39 : 30, |
446 | height:index == 0 ? 40 : 30, | 446 | height:index == 0 ? 40 : 30, |
447 | - iconPath: index == 0 ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png' | 447 | + iconPath: index == 0 ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png' |
448 | }) | 448 | }) |
449 | index++ | 449 | index++ |
450 | }) | 450 | }) |
@@ -589,7 +589,7 @@ | @@ -589,7 +589,7 @@ | ||
589 | longitude:item.longitude, | 589 | longitude:item.longitude, |
590 | width:index == 0 ? 39 : 30, | 590 | width:index == 0 ? 39 : 30, |
591 | height:index == 0 ? 40 : 30, | 591 | height:index == 0 ? 40 : 30, |
592 | - iconPath: index == 0 ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png' | 592 | + iconPath: index == 0 ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png' |
593 | }) | 593 | }) |
594 | index++ | 594 | index++ |
595 | }) | 595 | }) |
@@ -704,7 +704,7 @@ | @@ -704,7 +704,7 @@ | ||
704 | longitude:item.longitude, | 704 | longitude:item.longitude, |
705 | width:item.showSlide && item.id == landId ? 39 : 30, | 705 | width:item.showSlide && item.id == landId ? 39 : 30, |
706 | height:item.showSlide && item.id == landId ? 40 : 30, | 706 | height:item.showSlide && item.id == landId ? 40 : 30, |
707 | - iconPath: item.showSlide && item.id == landId ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png' | 707 | + iconPath: item.showSlide && item.id == landId ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png' |
708 | }) | 708 | }) |
709 | }) | 709 | }) |
710 | this.covers = coverArr | 710 | this.covers = coverArr |
@@ -764,7 +764,7 @@ | @@ -764,7 +764,7 @@ | ||
764 | width:index == 0 ? 39 : 30, | 764 | width:index == 0 ? 39 : 30, |
765 | height:index == 0 ? 40 : 30, | 765 | height:index == 0 ? 40 : 30, |
766 | // iconPath: '../../static/image/Group_675.png' | 766 | // iconPath: '../../static/image/Group_675.png' |
767 | - iconPath: index == 0 ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png' | 767 | + iconPath: index == 0 ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png' |
768 | }) | 768 | }) |
769 | index++ | 769 | index++ |
770 | } | 770 | } |
@@ -814,7 +814,7 @@ | @@ -814,7 +814,7 @@ | ||
814 | longitude:landArr[i].longitude, | 814 | longitude:landArr[i].longitude, |
815 | width:landArr[i].id == e.detail.markerId ? 39 : 30, | 815 | width:landArr[i].id == e.detail.markerId ? 39 : 30, |
816 | height:landArr[i].id == e.detail.markerId ? 40 : 30, | 816 | height:landArr[i].id == e.detail.markerId ? 40 : 30, |
817 | - iconPath: landArr[i].id == e.detail.markerId ? '../../static/image/group_750_choose.png' : '../../static/image/Group_750.png' | 817 | + iconPath: landArr[i].id == e.detail.markerId ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png' |
818 | }) | 818 | }) |
819 | 819 | ||
820 | if(landArr[i].id == e.detail.markerId){ | 820 | if(landArr[i].id == e.detail.markerId){ |
@@ -91,8 +91,8 @@ | @@ -91,8 +91,8 @@ | ||
91 | </template> | 91 | </template> |
92 | 92 | ||
93 | <script> | 93 | <script> |
94 | - var apiUrl = 'http://landlord.t.brotop.cn/api' | ||
95 | - // var apiUrl = 'http://app.zhaodizhu.cn/api' | 94 | + // var apiUrl = 'http://landlord.t.brotop.cn/api' |
95 | + var apiUrl = 'http://app.zhaodizhu.cn/api' | ||
96 | export default{ | 96 | export default{ |
97 | data(){ | 97 | data(){ |
98 | return{ | 98 | return{ |
@@ -146,8 +146,8 @@ | @@ -146,8 +146,8 @@ | ||
146 | import {mapState} from "vuex" | 146 | import {mapState} from "vuex" |
147 | import wPicker from "@/components/w-picker/w-picker.vue" | 147 | import wPicker from "@/components/w-picker/w-picker.vue" |
148 | import chooseAddress from '@/components/chooseAddress.vue' | 148 | import chooseAddress from '@/components/chooseAddress.vue' |
149 | - var apiUrl = 'http://landlord.t.brotop.cn/api' | ||
150 | - // var apiUrl = 'http://app.zhaodizhu.cn/api' | 149 | + // var apiUrl = 'http://landlord.t.brotop.cn/api' |
150 | + var apiUrl = 'http://app.zhaodizhu.cn/api' | ||
151 | export default{ | 151 | export default{ |
152 | data(){ | 152 | data(){ |
153 | return{ | 153 | return{ |
-
请 注册 或 登录 后发表评论