diff --git a/src/project/saas/AppResidentDocument/DetailCard.vue b/src/project/saas/AppResidentDocument/DetailCard.vue index 64274fef..8a58f974 100644 --- a/src/project/saas/AppResidentDocument/DetailCard.vue +++ b/src/project/saas/AppResidentDocument/DetailCard.vue @@ -169,6 +169,12 @@ }) }, + callPhone (phone) { + uni.makePhoneCall({ + phoneNumber: phone + }) + }, + toDetailPeople (item) { uni.navigateTo({ url: `./DetailPeople?id=${item.id}`