This commit is contained in:
cdle 2021-08-17 12:41:02 +08:00
parent 61c8410869
commit 537fbc0ef3

View File

@ -96,8 +96,7 @@ function tythelp() {
if (data.code == 0) {
console.log("帮砍:" + data.data.amount)
} else
if (data.msg.indexOf("完成") != -1) {
} else if (data && data.msg && data.msg.indexOf("完成") != -1) {
status = 1
}
console.log(data.msg)