杨哲调试刷卡
This commit is contained in:
parent
046af7c22e
commit
6cb0f5c9c5
|
@ -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', '刷卡失败')
|
||||||
|
|
Loading…
Reference in New Issue