修复跳转天宫商店会显示其他商店商品的问题

dev_chengFeng
JieLing 2020-09-18 13:56:36 +08:00
parent aca5c4683c
commit 600044eab5
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ function this.OnPageTabChange(index, lastIndex)
-- 默认打开第一个商店
if this.ShopTabCtrl then
this._CurShopIndex = nil
this.ShopTabCtrl:ChangeTab(1)
this.ShopTabCtrl:ChangeTab(this._ChooseShopIndex or 1)
end
-- 二级页签只有一个的时候不显示