Browse Source

搭配赛补充提交

zhangyuqian 11 months ago
parent
commit
5546a3a91f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      GameClient/Assets/Game/HotUpdate/Views/Poem/PoemPhotoPreView.cs

+ 4 - 0
GameClient/Assets/Game/HotUpdate/Views/Poem/PoemPhotoPreView.cs

@@ -65,6 +65,10 @@ namespace GFGGame
             _photoInfos = new List<PoemPhotoData>(photoInfos.ToArray());
 
             _sourceType = (int)(this.viewData as object[])[2];
+            if (_sourceType == 2)
+            {
+                _sourceType = 0;
+            }
             _ui.m_c1.selectedIndex = _sourceType;
             if (_sourceType == (int)PictureSourceType.PersonalAlbum)
             {