瀏覽代碼

【+】题库编辑更改

lxd 5 月之前
父節點
當前提交
1b5ad06550

+ 2 - 0
OperationUIFrame/OperationUIFrameV2/Scripts/UI/ImageAndTextNameSetPanel/ImageOptionSetItem.cs

@@ -32,6 +32,8 @@ namespace QFramework
 
 				string tmpPicturePath = "Config/Ìâ¿âͼÎÄͼƬ/" + arr[1];
 
+				m_PictureName = arr[1];
+
 				ClickBtn.GetComponent<Image>().sprite = LoadHelper.LoadSpriteFromStreamming(tmpPicturePath);
 
 				var arr1 = arr[0].Split('¡¢');