Просмотр исходного кода

Merge branch 'main' into cn_merage
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.

ybx_Gdn 1 год назад
Родитель
Сommit
0ad5e60fc1
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Assets/Lua/UI/UIVoyage/UIVoyageRankView.lua

+ 1 - 0
Assets/Lua/UI/UIVoyage/UIVoyageRankView.lua

@@ -195,6 +195,7 @@ function UIVoyageRankView:RefreshVoyageRankItem(itemLua, name, vipLv, headData,
 		local rewardList = ManagerContainer.DataMgr.HardMissionDataMgr:GetReward(reward)
 		--LogError("rewardList = "..Inspect(rewardList))
 		--LogError("reward = "..Inspect(reward))
+        itemLua.rewordNode.loopHorizontalScrollRect:ClearCells()
         CommonUtil.LoopGridViewEleCreateNew(self, 
 			itemLua.rewordNode.loopHorizontalScrollRect,
             itemLua.content.horizontalLayoutGroup,