个人中心

This commit is contained in:
liuye
2023-12-20 15:44:15 +08:00
parent 47d149fc1d
commit 1709494bff

View File

@@ -125,7 +125,7 @@ export default {
}, },
submit() { submit() {
if(this.flag) return if(this.flag) return
if(!this.avatar) { if(!this.avatarUrlList.length) {
return this.$u.toast('请上传头像') return this.$u.toast('请上传头像')
} }
if (!this.userName) { if (!this.userName) {