Commit c7c519d8 authored by agping's avatar agping

pc商铺详情增加年租金

parent e70a1b3c
......@@ -374,8 +374,10 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio
return '租金均价 :' + _this.d.rent_price + '元/月';
} else if(_this.d.rent_type == '2') {
return '营业额扣点 :' + _this.d.rent_price + '%';
} else {
}else if(_this.d.rent_type == '3') {
return '租金均价 :' + _this.d.rent_price + '元/天/m²';
} else {
return '租金均价 :' + _this.d.rent_price + '元/年';
}
},
dealArea: function() {
......
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