From 962716e47c164ccb42dd8f946ad4869a83633dc7 Mon Sep 17 00:00:00 2001 From: nobbo Date: Fri, 1 Jul 2022 09:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nobbo --- .../reference/apis/js-apis-deviceUsageStatistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md index 95095f902f..a2ac8fd98d 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-deviceUsageStatistics.md @@ -516,7 +516,7 @@ getRecentlyUsedModules(maxNum?: number, callback: AsyncCallback<Array<Bund }); // 无maNum参数调用方式 - stats.getRecentlyUsedModules((err, res) => { + bundleState.getRecentlyUsedModules((err, res) => { if(err) { console.log('BUNDLE_ACTIVE getRecentlyUsedModules callback failed, because: ' + err.code); } else { -- GitLab