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