<van-icon class="icon-phone" οnclick={this.callPhone.bind(this, item.phone)} color="#027CF3" name="phone-circle" />
callPhone (phoneNumber, event) {
event.stopPropagation() //阻止冒泡
window.location.href = 'tel:' + phoneNumber
},
<van-icon class="icon-phone" οnclick={this.callPhone.bind(this, item.phone)} color="#027CF3" name="phone-circle" />
callPhone (phoneNumber, event) {
event.stopPropagation() //阻止冒泡
window.location.href = 'tel:' + phoneNumber
},