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