Commit 33a06d7b authored by agping's avatar agping

后台 优化

parent 71e88ba7
......@@ -19,6 +19,7 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio
activeLandlord: '',//当前点击的房东
content: '',//跟进的内容,填写
select_public:'',//c端公开选择
select_public_var:'',//记录c端公开 的变量
d: {}
},
created: function() {
......@@ -166,7 +167,8 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio
isPublicUser(){//点击c端公开
let _this = this;
_this.modalShow3 = true;
_this.refreshHouseDetails();
_this.select_public=_this.select_public_var;
// _this.refreshHouseDetails();
},
hidePublicUser(){//取消c端公开
......@@ -229,6 +231,7 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'], functio
_this.dataCode = _data['code'];
if(_data['code'] == '200') {
_this.select_public=_data.data.is_show;
_this.select_public_var=_data.data.is_show;
_this.d = _data.data;
} else {
layerTipsX(_data['msg']);
......
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