diff --git a/src/utils/card/card3.js b/src/utils/card/card3.js index 6b9c859..aca150b 100644 --- a/src/utils/card/card3.js +++ b/src/utils/card/card3.js @@ -84,9 +84,7 @@ function genCard(vcard) { "action": { "type": "uri", "label": "action", - "uri": "https://www.google.com.tw/maps/place/${encodeURIComponent( - vcard.address - )}" + "uri": "tel:${vcard.tel}" } }, `;