From 663d1290b5571f8caacd907ed580b22ff8262968 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 18 Aug 2022 14:45:24 +0800 Subject: [PATCH] 30932 --- src/project/saas/AppResidentDocument/DetailCard.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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}`