@chiyou/minigame-framework 1.2.65 → 1.2.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chiyou/minigame-framework",
3
- "version": "1.2.65",
3
+ "version": "1.2.66",
4
4
  "description": "基于 Cocos Creator 3.x 的小游戏开发框架,支持多平台发布",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -834,7 +834,7 @@ export class UserMgr extends BaseMgr {
834
834
  }
835
835
 
836
836
  if (this.adMgr && this.socialMgr) {
837
- if (this.adMgr.isRewardedVideoAdShowing() && this.socialMgr.isSharing()) {
837
+ if (this.adMgr.isRewardedVideoAdShowing() || this.socialMgr.isSharing()) {
838
838
  return;
839
839
  }
840
840
  }