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);