From ae33b27e05c0976a22affb24fabf9f76fe1e1da8 Mon Sep 17 00:00:00 2001 From: gusaibo <1359847955@qq.com> Date: Wed, 8 Jun 2022 02:29:55 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/api/system/info.md.=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=A0=87=E9=A2=98=E4=B8=8A=E5=86=99=E5=90=8C=E6=AD=A5?= =?UTF-8?q?(`uni.getSystemInfo`)=E5=92=8C=E5=BC=82=E6=AD=A5(`uni.getSystem?= =?UTF-8?q?InfoSync`)=E7=9A=842=E4=B8=AAAPI=E8=8E=B7=E5=8F=96=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E4=BF=A1=E6=81=AF=E3=80=82=20=E8=AF=A6=E7=BB=86?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=8F=88=E5=86=99uni.getSystemInfo=E6=98=AF?= =?UTF-8?q?=E5=BC=82=E6=AD=A5=EF=BC=8Cuni.getSystemInfoSync=E6=98=AF?= =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/system/info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/system/info.md b/docs/api/system/info.md index 8b5813ec7..8a7cdf7be 100644 --- a/docs/api/system/info.md +++ b/docs/api/system/info.md @@ -13,7 +13,7 @@ uni-app提供了同步(`uni.getSystemInfo`)和异步(`uni.getSystemInfoSync`)的 - `app`:开发者的应用相关的信息,如应用名称、版本 ### uni.getSystemInfo(OBJECT) -异步获取系统信息 +同步获取系统信息 **OBJECT 参数说明:** @@ -300,7 +300,7 @@ uni.getSystemInfo({ ### uni.getSystemInfoSync() -获取系统信息的同步接口。`调用参数和返回值同上getSystemInfo`。 +获取系统信息的异步接口。`调用参数和返回值同上getSystemInfo`。 > 设备信息内容多且复杂,欢迎开发者测试更多环境设备并编辑本文档参与贡献。 \ No newline at end of file -- Gitee