From e51a518574bc114e349b247894be2e5ccffe3d44 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 26 Dec 2024 14:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A4=E6=96=AD=E5=AE=89?= =?UTF-8?q?=E5=8D=93=E5=B9=B3=E5=8F=B0=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/app.js b/utils/app.js index 6479da4..1de80df 100644 --- a/utils/app.js +++ b/utils/app.js @@ -9,7 +9,7 @@ export function isAndroid(){ isAndroid=()=>{ return isA } - isA + return isA } export function isIos(){ const systemInfo = uni.getSystemInfoSync();