Commit 2163aba3 authored by xishifeng's avatar xishifeng

查看商铺优化

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