This commit is contained in:
2024-04-09 10:43:58 +08:00
parent 417ba1454c
commit ba1817583d
12 changed files with 109 additions and 41 deletions

View File

@@ -34,10 +34,10 @@ Component({
async init() {
const result = await getApproveList(1)
const { code, message, data } = result;
// if (code !== OK) {
// alertInfo(message)
// return;
// }
if (code !== OK) {
alertInfo(message)
return;
}
this.setData({
list: data
})