no message

Change-Id: I06185e6a15fda4159242df02e9c1f709818d824c
This commit is contained in:
vguanyiwgd 2024-07-11 17:08:10 +08:00
parent 3e3a2435f9
commit 515d8a5bf8
1 changed files with 5 additions and 2 deletions

View File

@ -56,6 +56,9 @@ $(function () {
if(auth_list.indexOf("CAMERA") !== -1){ if(auth_list.indexOf("CAMERA") !== -1){
localStorage.setItem('camera_scan', true); localStorage.setItem('camera_scan', true);
localStorage.setItem('camera_photo', true); localStorage.setItem('camera_photo', true);
}else{
localStorage.setItem('camera_scan', false);
localStorage.setItem('camera_photo', false);
} }
if (auth_list.indexOf("WRITE_EXTERNAL_STORAGE") !== -1) { if (auth_list.indexOf("WRITE_EXTERNAL_STORAGE") !== -1) {
localStorage.setItem('write_storage_data', true); localStorage.setItem('write_storage_data', true);
@ -15736,8 +15739,8 @@ $(function () {
$(page).find(".iosTable").hide(); $(page).find(".iosTable").hide();
$(page).find(".androidTable").show(); $(page).find(".androidTable").show();
$(page).find(".system_setting").show(); $(page).find(".system_setting").show();
return false; // var auth_list = androidJs.getHasSelfPermissionsJS();
var auth_list = androidJs.getHasSelfPermissionsJS(); var auth_list = []
if (auth_list.indexOf("WRITE_EXTERNAL_STORAGE") !== -1) { if (auth_list.indexOf("WRITE_EXTERNAL_STORAGE") !== -1) {
// 写手机存储 // 写手机存储