Commit a22049bf authored by xishifeng's avatar xishifeng

查看商铺修改

parent 315564bf
......@@ -30,7 +30,7 @@
</tr>
<tr>
<td>{{d.shop_type?'使用面积':'商铺面积'}}:{{dealArea}}</td>
<td>{{d.shop_type?'建筑面积':'项目总面积'}}:{{d.market_area}}</td>
<td>{{d.shop_type?'建筑面积':'项目总面积'}}:{{d.market_area}}</td>
<td>剩余铺数:{{d.residue_num}}</td>
<td>总铺数:{{d.total}}</td>
</tr>
......@@ -54,8 +54,8 @@
</tr>
<tr>
<td>营业时间:{{d.do_business_date}}</td>
<td>招商时间:{{d.opening_date}}</td>
<td>开业时间:{{d.start_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 class="tr-seat">
......
......@@ -56,7 +56,7 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function
},
signRule() {
let _this = this;
return '付'+_this.d.payment_month+'压'+_this.d.deposit_month+' '+_this.d.age_limit;
return '付'+_this.d.payment_month+'压'+_this.d.deposit_month+' '+_this.d.age_limit+'年';
},
//点击拨打,调用隐号接口
callHide(t) {
......
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