杨哲调试刷卡

This commit is contained in:
李彪 2025-04-30 14:42:41 +08:00
parent 046af7c22e
commit 6cb0f5c9c5
1 changed files with 7 additions and 7 deletions

View File

@ -196,13 +196,13 @@ export default {
}
const res = await GetAwaitUploadAreaApi(req)
console.log(res, 'res---')
this.areaRes = res
uni.showModal({
title: "开发调试查看",
content: JSON.stringify(res) || "未传入参数 initFn",
showCancel: true,
success: function (res) {},
});
this.areaRes = res.data
// uni.showModal({
// title: "",
// content: JSON.stringify(res) || " initFn",
// showCancel: true,
// success: function (res) {},
// });
//
if (!res.succeed) {
console.log('%c%s', 'color:red', '刷卡失败')