Commit 39894d03 authored by agping's avatar agping

商铺详情 pc h5优化

parent 9e318ebc
......@@ -76,7 +76,7 @@
<span class="b3_span2 gw"></span>
</p>
<p class="b3_font1">
已入驻:
<span class="has-housed">已入驻:</span>
<span class="b3_span3 gw"></span>
</p>
......
......@@ -36,7 +36,7 @@
</tr>
<tr>
<td>业态:{{d.industry_type}}</td>
<td>已入驻:{{d.enter_num}}</td>
<td>{{(d.shop_type==1)?'当前商铺业态':'已入驻'}}:{{dealArea}}</td>
<td></td>
<td></td>
</tr>
......@@ -56,7 +56,9 @@
<td>营业时间:{{d.do_business_date}}</td>
<td v-if="!d.shop_type">招商时间:{{d.opening_date}}</td>
<td v-if="!d.shop_type">开业时间:{{d.start_business_date}}</td>
<!--<td>煤气:{{d.is_has_gas?'没有':'有'}}</td>-->
</tr>
<tr>
<td colspan="4">经纪人对本铺的评价:{{d.external_item_advantage}}</td>
</tr>
<tr>
<td>面宽:{{d.area_width}}米</td>
......@@ -94,10 +96,9 @@
<td colspan="2" v-if="!(d.is_show==1)">对外商铺名称:{{d.external_title}}</td>
<td colspan="2" v-if="!(d.is_show==1)">对外商铺地址:{{d.external_address}}</td>
</tr>
<tr v-if="!(d.is_show==1)">
<td colspan="2">经纪人对本铺的评价:{{d.external_item_advantage}}</td>
<tr>
<td v-if="d.shop_type" colspan="2">对外转让费:{{(d.external_slotting_fee == '-1')?'面议':(d.external_slotting_fee+'元')}}</td>
<td v-else colspan="2"></td>
<td v-else colspan="3"></td>
</tr>
<tr v-if="!(d.is_show==1) && d.cover_plan">
<td colspan="4" class="oh">
......
......@@ -17,12 +17,12 @@ table td{
.tr-seat{
height: 20px;
}
tbody>tr:nth-of-type(9),
tbody>tr:nth-of-type(13),
tbody>tr:nth-of-type(15),
tbody>tr:nth-of-type(17),
tbody>tr:nth-of-type(19),
tbody>tr:nth-of-type(21){
tbody>tr:nth-of-type(10),
tbody>tr:nth-of-type(14),
tbody>tr:nth-of-type(16),
tbody>tr:nth-of-type(18),
tbody>tr:nth-of-type(20),
tbody>tr:nth-of-type(22){
margin-top: 20px;
border-top: 1px solid #999;
}
......
......@@ -37,7 +37,7 @@
$(".b3_span").html("商场");
$('.pu_area_type').html('商铺面积');
$('.b3_span_build_type').html('项目总面积'+':');
$('has-housed').html('已入驻'+':');
} else if(shang == "1") {
//街铺
// shanpu = '<span class="a_fontd">转让费:' + response.data.slotting_fee + '元</span>';
......@@ -52,6 +52,8 @@
$(".b3_span").html("街铺");
$('.pu_area_type').html('使用面积');
$('.b3_span_build_type').html('建筑面积'+':');
$('has-housed').html('当前商铺业态'+':');
}
var title = response.data.external_title ? response.data.external_title : "";
......
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