Browse Source

活动商店来源跳转优化

zhaoyang 2 years ago
parent
commit
c5d1e5792f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/CommonGame/ApproachView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/CommonGame/ApproachView.cs

@@ -155,6 +155,7 @@ namespace GFGGame
                     if (shopId == ConstStoreId.LUCKY_BOX_ACTIVITY_STORE_ID)
                     {
                         PromptController.Instance.ShowFloatTextPrompt("活动暂未开启");
+                        isJump = false;
                         break;
                     }
                     isJump = ViewManager.Show(ViewName.CLOTHING_SHOP_VIEW, new object[] { shopId, null, _itemId, needCount }, _fromeViewDatas, true, true);