@@ -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('¡¢');