Commit 1fe9e235 authored by xishifeng's avatar xishifeng

pc商铺详情修改

parent 09051060
...@@ -482,7 +482,7 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio ...@@ -482,7 +482,7 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio
}, },
dealArea: function() { dealArea: function() {
let _this = this; let _this = this;
if(_this.d.shop_type) { if(_this.d.shop_type=='1') {
//街铺 //街铺
return _this.d.shop_area_start + '㎡'; return _this.d.shop_area_start + '㎡';
} else { } else {
......
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