From 69263452755652d9579f58120fbd6231fd38f722 Mon Sep 17 00:00:00 2001 From: huanghaipeng Date: Fri, 16 Jan 2026 10:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A5=BD=E5=8F=8B=E5=B8=AE?= =?UTF-8?q?=E7=8E=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/action_bundle/script/shareFriend.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/action_bundle/script/shareFriend.ts b/assets/action_bundle/script/shareFriend.ts index 2e43251..a253ab3 100644 --- a/assets/action_bundle/script/shareFriend.ts +++ b/assets/action_bundle/script/shareFriend.ts @@ -80,6 +80,8 @@ export default class shareFriend extends cc.Component { closeBtn() { this.node.active = false; + cc.fx.GameConfig.GM_INFO.otherUid = ""; + cc.fx.GameConfig.GM_INFO.otherLevel = 0; } public setPic(url) { // console.log("设置头像:", this.data.useravatar);