mirror of https://github.com/KingRan/KR.git
parent
389e26aa6a
commit
6eecf7d0bd
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue