用户资料

This commit is contained in:
唐明明
2022-01-20 15:48:57 +08:00
parent 93a20f2d3d
commit e491f798e4
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'
})
}
})
})