From 5768db79c5564ef59f532006ffc9614983b46c10 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Thu, 10 Oct 2019 22:43:41 +0800 Subject: [PATCH] Update phone.md --- docs/api/system/phone.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/api/system/phone.md b/docs/api/system/phone.md index 19cb54f57..925934cc2 100644 --- a/docs/api/system/phone.md +++ b/docs/api/system/phone.md @@ -16,4 +16,7 @@ uni.makePhoneCall({ phoneNumber: '114' //仅为示例 }); -``` \ No newline at end of file +``` + + +注:如需发短信,App端参考:[http://www.html5plus.org/doc/zh_cn/messaging.html](http://www.html5plus.org/doc/zh_cn/messaging.html) -- GitLab