<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***@qq.com
解决了嘛?
2025-10-31 11:39