优化修改头像提示报错的问题;修改积分时间错误的问题

This commit is contained in:
gaoxs
2020-08-11 15:46:33 +08:00
parent 67d134473c
commit bedfd9113e
4 changed files with 12 additions and 4 deletions

View File

@ -166,7 +166,7 @@ export default {
}).then(
res => {
this.$store.dispatch("userInfo", true);
this.$uni.showToast({
uni.showToast({
title: res.msg,
icon: "none",
duration: 2000