zhaoyang 3 年之前
父节点
当前提交
d1bfaaddd2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

@@ -40,7 +40,7 @@ namespace GFGGame
 
 #if UNITY_ANDROID
 
-            path = Application.persistentDataPath.IndexOf("Android") > 0 ? path.Substring(0, Application.persistentDataPath.IndexOf("Android")) + "/Pictures/万世镜/" : path + "/Pictures/万世镜/";
+            path = Application.persistentDataPath.IndexOf("Android") > 0 ? path.Substring(0, Application.persistentDataPath.IndexOf("Android")) + "Pictures/万世镜/" : path + "/Pictures/万世镜/";
 #endif
             //判断目录是否存在,不存在则会创建目录
             if (!Directory.Exists(path))