Browse Source

活动商店来源跳转优化

zhaoyang 2 years ago
parent
commit
c5d1e5792f

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

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