This commit is contained in:
aihe 2024-05-08 17:39:40 +08:00
parent bfea658864
commit 2b23b4df51

View File

@ -28,7 +28,7 @@ export const ansScanResponse = ({ res, title })=> {
bl = true
title && showToast(`${title}成功`)
} else {
this.showToast(res?.data?.scanResult?.[0]?.message || `${title}失败`)
showToast(resItem?.message || `${title}失败`)
}
return {
bl,