修改 离线插件

This commit is contained in:
xuli3099
2025-09-04 14:02:33 +08:00
parent a6a98eb2b6
commit 95a1187b8a
10 changed files with 105 additions and 24 deletions

View File

@@ -134,6 +134,7 @@ const selectDeviceId = async()=>{
// 查询本地缓存的设备状态是否绑定过
// let deviceId = uni.getStorageSync('app_device_id');// 本地设备ID
try {
// showAlert("safeSave=>"+safeSave)
safeSave.getSafeFile({ "key": "app_device_id" }, res2 => {
// showAlert(JSON.stringify(res2));
if (res2.code == 1) {
@@ -177,7 +178,7 @@ const selectDeviceId = async()=>{
})
} catch (error) {
console.log("getSafeFile=>",error)
showAlert(error)
// showAlert("getSafeFile=>"+error)
}
}
// 下载最新版本