From 3f130a42dc6781ff8f2b295afd93d00cd9141301 Mon Sep 17 00:00:00 2001 From: mehaotian <490272692@qq.com> Date: Thu, 17 Oct 2024 11:39:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(stat):=20=E4=BF=AE=E5=A4=8Dchannel=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-stat/utssdk/common/utils/pageInfo.uts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-stat/utssdk/common/utils/pageInfo.uts b/uni_modules/uni-stat/utssdk/common/utils/pageInfo.uts index d1414ec6..02d926e0 100644 --- a/uni_modules/uni-stat/utssdk/common/utils/pageInfo.uts +++ b/uni_modules/uni-stat/utssdk/common/utils/pageInfo.uts @@ -150,7 +150,7 @@ export const get_version = () : string => { */ export const get_channel = () : string => { const platformName = get_platform_name() - let channel:string|null= '' + let channel:string = '' if (platformName === 'n') { channel = sysAppBase.channel ?? '' } -- GitLab