优化内容加修复bug
This commit is contained in:
@@ -99,12 +99,12 @@ const handleConfirm = () => {
|
||||
},1500)
|
||||
|
||||
}else{
|
||||
uni.showToast({ title: "修改失败", icon: 'error' });
|
||||
uni.showToast({ title: "修改失败", icon: 'none' });
|
||||
}
|
||||
}).catch(err =>{
|
||||
uni.showToast({
|
||||
title: err.msg || '网络异常',
|
||||
icon: 'error'
|
||||
icon: 'none'
|
||||
});
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user