소스 검색

IOS端-备份新建路径勾选了文件夹后,再返回勾选状态已取消

huangxiaodong 1 년 전
부모
커밋
0f68cd7d07
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      创维盒子/双子星云手机/Class/Set/uploadFile/fileTransfeSet/fileTransferPathCheckViewController.m

+ 1 - 1
创维盒子/双子星云手机/Class/Set/uploadFile/fileTransfeSet/fileTransferPathCheckViewController.m

@@ -332,7 +332,7 @@
         
         [_folderListArr addObjectsFromArray:model.data];
         
-        NSString * backupsDefaultPath = [HWDataManager getStringWithKey:Const_photo_backups_default_path];
+        NSString * backupsDefaultPath = [HWDataManager getStringWithKey:stringKeyAddSn(Const_photo_backups_default_path)];
         
         if(_curType == 1){
             backupsDefaultPath = [HWDataManager getStringWithKey:stringKeyAddSn(Const_photo_upload_default_path)];