@ -227,7 +227,20 @@ export default {
if (res.code === 1) {
that.getUserInfo();
that.editInfoDisabled = true;
that.$u.toast("保存成功");
uni.hideLoading()
setTimeout(() => {
uni.showToast({
title: `保存成功`,
icon: "none",
duration: 3000,
success: (res) => {
uni.hideToast();
}, 2000)
}
});
}, 200);
// that.$u.toast("保存成功");
},