Commit 71e88ba7 authored by agping's avatar agping

后台 优化

parent 03c3c32c
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
$(".b3_span").html("街铺"); $(".b3_span").html("街铺");
$('.pu_area_type').html('使用面积'); $('.pu_area_type').html('使用面积');
$('.b3_span_build_type').html('建筑面积'+':'); $('.b3_span_build_type').html('建筑面积'+':');
$('has-housed').html('当前商铺业态'+':'); $('.has-housed').html('当前商铺业态'+':');
} }
......
...@@ -166,6 +166,8 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio ...@@ -166,6 +166,8 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio
isPublicUser(){//点击c端公开 isPublicUser(){//点击c端公开
let _this = this; let _this = this;
_this.modalShow3 = true; _this.modalShow3 = true;
_this.refreshHouseDetails();
}, },
hidePublicUser(){//取消c端公开 hidePublicUser(){//取消c端公开
let _this = this; let _this = this;
......
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