提示问题
This commit is contained in:
parent
b7cfa6ebfd
commit
c11104a651
|
@ -69,7 +69,7 @@ export default {
|
|||
const res = await UpdatePwdApi(req)
|
||||
if (!res.succeed) {
|
||||
uni.showToast({
|
||||
title: res.data.errors || '修改失败',
|
||||
title:res.error || res.data.errors || '修改失败',
|
||||
icon: 'none'
|
||||
})
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue