Commit 96c7e14f authored by agping's avatar agping

1

parent fa2eda96
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<div class="fl">楼盘图片:</div> <div class="fl">楼盘图片:</div>
<div class="fl"> <div class="fl">
<ul class="oh img-list"> <ul class="oh img-list">
<li class="fl oh" v-for="(item, index) in d.building_image" :key="index" :data-id="item.id"><img class="fl" :src="ServerHostTempC+'/'+item.img_name" preview="2" /></li> <li class="fl oh" v-for="(item, index) in d.building_image" :key="index" :data-id="item.id"><img class="fl" :src="ServerHostTempCLiu+'/'+item.img_name" preview="2" /></li>
</ul> </ul>
</div> </div>
</td> </td>
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<div class="fl">详情页面轮播图:</div> <div class="fl">详情页面轮播图:</div>
<div class="fl"> <div class="fl">
<ul class="oh img-list"> <ul class="oh img-list">
<li class="fl oh" v-for="(item, index) in d.carousel_image" :key="index" :data-id="item.id"><img class="fl" :src="ServerHostTempC+'/'+item.img_name" preview="2" /></li> <li class="fl oh" v-for="(item, index) in d.carousel_image" :key="index" :data-id="item.id"><img class="fl" :src="ServerHostTempCLiu+'/'+item.img_name" preview="2" /></li>
</ul> </ul>
</div> </div>
</td> </td>
......
...@@ -118,7 +118,7 @@ define(['doT', 'text!temp/building_dictionary_list_template_tpl.html','css!style ...@@ -118,7 +118,7 @@ define(['doT', 'text!temp/building_dictionary_list_template_tpl.html','css!style
$('#longitude').val(''); $('#longitude').val('');
$('#latitude').val(''); $('#latitude').val('');
$('#address_internal').val(''); $('#address_internal').val('');
$('#business_rong').val(-1); $('#business_rong').html('');
$('#loucengOffice').val(''); $('#loucengOffice').val('');
$('#introOffice').val(''); $('#introOffice').val('');
$('#container_body_img_area').html(''); $('#container_body_img_area').html('');
...@@ -846,6 +846,8 @@ define(['doT', 'text!temp/building_dictionary_list_template_tpl.html','css!style ...@@ -846,6 +846,8 @@ define(['doT', 'text!temp/building_dictionary_list_template_tpl.html','css!style
_latitudeObj.val(data.data.latitude), _latitudeObj.val(data.data.latitude),
$('.louceng_num').html(data.data.id); $('.louceng_num').html(data.data.id);
business.businessDistrictId = data.data.business_district_id; business.businessDistrictId = data.data.business_district_id;
$('#business_rong').html('');
$.ajax({ $.ajax({
type: 'GET', type: 'GET',
url: '/index/getBusinessAll', url: '/index/getBusinessAll',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment