From 886716782294e1a0bce7ee525ff22e4f61f0e88f Mon Sep 17 00:00:00 2001 From: yihuineng <471110230@qq.com> Date: Tue, 7 Nov 2023 10:18:07 +0800 Subject: [PATCH] fix: lint --- lib/next-actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/next-actions.js b/lib/next-actions.js index 7ae8ad9..800b064 100644 --- a/lib/next-actions.js +++ b/lib/next-actions.js @@ -65,7 +65,7 @@ nextActions.pagePopup = async function({ func, args }) { * @param index 指定为当前page中第几个iframe * @param func * @param args - * @returns {Promise<*|string>} + * @return {Promise<*|string>} */ nextActions.pageIframe = async function({ index, func, args }) { if (_.isNumber(index)) {