安卓手机不能拨打电话,IOS正常
wx.makePhoneCall({ phoneNumber: e.currentTarget.dataset.phone }) |
<view class="phone radius" catchtap="makePhoneCall" data-phone="{{item.phone}}">联系Ta</view> |
wx.makePhoneCall({ phoneNumber: e.currentTarget.dataset.phone }) |
<view class="phone radius" catchtap="makePhoneCall" data-phone="{{item.phone}}">联系Ta</view> |