KingRan 2022-03-15 00:46:02 +08:00
parent 389e26aa6a
commit 6eecf7d0bd
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ async function dealReturn(type, data) {
$.helpStatus = res.data.helpStatus || ''
$.openStatus = res.data.openStatus || ''
$.assistCount = res.data.assistCount || 0
if(res.data.sendBeanNum) console.log(`获得${res.data.sendBeanNum}`)
}else if(res.errorMessage){
console.log(`${type} ${res.errorMessage || ''}`)
}else{