From dec5f2a7458fbb69cc1862af17c15dde9623c6ee Mon Sep 17 00:00:00 2001 From: "COMPUTER\\EDY" <249929363@qq.com> Date: Fri, 6 Feb 2026 14:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=8F=AA=E4=B8=8A=E4=BC=A0=E4=B8=80=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/Sdk/MiniGameSdk.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/Script/Sdk/MiniGameSdk.ts b/assets/Script/Sdk/MiniGameSdk.ts index 196b184..28a9c39 100644 --- a/assets/Script/Sdk/MiniGameSdk.ts +++ b/assets/Script/Sdk/MiniGameSdk.ts @@ -1591,8 +1591,8 @@ export namespace MiniGameSdk { //@ts-ignore if ((typeof wx !== 'undefined' && wx !== null) || (typeof tt !== 'undefined' && tt !== null)) { // console.log("设置用户注册属性"); - API._ta.userSet({ register_time: time }); - API._ta.userSet({ uid: cc.fx.GameConfig.GM_INFO.userId.toString() }); + API._ta.userSetOnce({ register_time: time }); + API._ta.userSetOnce({ uid: cc.fx.GameConfig.GM_INFO.userId.toString() }); } }