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