去掉拨号

This commit is contained in:
shijingjing
2022-07-21 16:34:33 +08:00
parent 6a243921e3
commit d51565f80f

View File

@@ -29,7 +29,7 @@
<span :style="{color: item.houseType==1? '#FF6300': '#00D25D'}">{{ $dict.getLabel('fpHouseType', item.houseType) }}</span>
</p>
<div class="idCard">{{ item.idNumber.replace(/(.{6}).*(.{4})/, '$1********$2') }}</div>
<div class="tel" @click="callPhone()"><img src="./images/dh@2x.png" alt="">{{ item.phone}}</div>
<div class="tel"><img src="./images/dh@2x.png" alt="">{{ item.phone}}</div>
<div class="address"><img src="./images/dz@2x.png" alt="">
{{ item.countyName + item.townName + item.villageName }}{{ item.currentAddress || '' }}
</div>
@@ -89,9 +89,6 @@ export default {
this.houseType = v?.[0].value
this.getList()
},
callPhone(phone) {
uni.makePhoneCall({phoneNumber: phone})
},
getList() {
this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, {
params: {