This commit is contained in:
2022-01-20 16:06:39 +08:00
13 changed files with 169 additions and 56 deletions

View File

@@ -64,6 +64,12 @@ const request = (parameter, hideLoding = true) => {
return
}
errToast(res.statusCode)
},
fail(err) {
uni.showToast({
title: err.errMsg,
icon : 'none'
})
}
})
})