<image src="/static/images/admin/admin_phone.png" @click="callPhone" class="w-56rpx h-56rpx"></image>
uni.makePhoneCall({
phoneNumber:state.options.mobile,
fail(err){
console.log(err,'errr');
},
success(res){
console.log(res);
}
})
1 个回复
x***@163.com (作者)
使用的是自定义基座包