main
liudan 2 years ago
parent c9167fce1e
commit 241f89ca34
  1. 15
      pages/user/info.vue

@ -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) => {
setTimeout(() => {
uni.hideToast();
}, 2000)
}
});
}, 200);
// that.$u.toast("");
}
});
},

Loading…
Cancel
Save