Skip to content

Commit

Permalink
解决分享文件夹嵌套无法返回上一页的问题
Browse files Browse the repository at this point in the history
Signed-off-by: libsgh <woiyyng@gmail.com>
  • Loading branch information
libsgh committed Mar 17, 2021
1 parent 44da2ee commit e0e479f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function getFolder(fileId, flag, pId){
success: function (data) {
if(isJSON(data)){
var d = JSON.parse(data);
initFiles(d, flag, pId);
initFiles(d, flag, d.parentId);
}else{
if(data == "https://cloud.189.cn/"){
mdui.snackbar({
Expand Down

0 comments on commit e0e479f

Please sign in to comment.