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