Commit 2163aba3 authored by xishifeng's avatar xishifeng

查看商铺优化

parent 2d7fc044
......@@ -90,7 +90,7 @@
<div class="fl">房东:</div>
<div class="fl">
<ul class="oh phone-list">
<li class="fl oh" v-for="(item, index) in d.landlord_phone" :key="index">{{item.name+'-'+item.phone}}</li>
<li class="fl oh" v-for="(item, index) in d.landlord_phone" :key="index">{{item.name+'-'+hidePhone(item.phone)}}</li>
</ul>
</div>
</td>
......
......@@ -45,22 +45,8 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function
});
},
methods: {
dealPriceSwicth: function(t) {
let _this = this;
if(t == '1'){
return {
}
}else if(t == '2'){
return {
}
}else{
return {
}
}
hidePhone(t) {
return hideTel(t);
}
},
computed: {
......
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