杨哲调试刷卡

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