更新 'SrcJuMethod.js'

Ju
src48597962 2 years ago
parent e06119f692
commit ce2bd92891
  1. 2
      SrcJuMethod.js

@ -154,6 +154,6 @@ function imageCompress(imgurl,fileid) {
}else{ }else{
let newpath = "/storage/emulated/0/Android/data/com.example.hikerview/files/Documents/_cache/"+(fileid||"")+"_"+getName(imgurl); let newpath = "/storage/emulated/0/Android/data/com.example.hikerview/files/Documents/_cache/"+(fileid||"")+"_"+getName(imgurl);
compress(f, parseInt(size/1080), newpath); compress(f, parseInt(size/1080), newpath);
return newpath; return "file://" + newpath;
} }
} }

Loading…
Cancel
Save