修改样式
This commit is contained in:
@@ -276,9 +276,9 @@ const submitForm = () => {
|
||||
// #ifdef APP-PLUS
|
||||
try {
|
||||
// 读取设备ID
|
||||
// safeSave.getSafeFile({ "key": "app_device_id" }, res3 => {
|
||||
// if (res3.code == 1) {
|
||||
let deviceId = 'b97527c8-2ad4-493c-a01c-5f9d0aabaff2' // res3.data;
|
||||
safeSave.getSafeFile({ "key": "app_device_id" }, res3 => {
|
||||
if (res3.code == 1) {
|
||||
let deviceId = res3.data;//'b97527c8-2ad4-493c-a01c-5f9d0aabaff2' //
|
||||
// showAlert("读取成功=>"+deviceId);
|
||||
param.uniqCode = deviceId;
|
||||
console.log("param=>",param)
|
||||
@@ -290,12 +290,12 @@ const submitForm = () => {
|
||||
btnLoading.value = false;
|
||||
})
|
||||
|
||||
// } else {
|
||||
// // showAlert('读取失败:'+res3.msg)
|
||||
// console.error('读取失败:', error);
|
||||
// btnLoading.value = false;
|
||||
// }
|
||||
// })
|
||||
} else {
|
||||
// showAlert('读取失败:'+res3.msg)
|
||||
console.error('读取失败:', error);
|
||||
btnLoading.value = false;
|
||||
}
|
||||
})
|
||||
} catch (error) {
|
||||
console.error('读取失败:', error);
|
||||
// showAlert('出错:', error)
|
||||
|
||||
Reference in New Issue
Block a user