From 1709494bff4effb7176ad4ac192974b5295f1f45 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 20 Dec 2023 15:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/biaopin/AppMine/userInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/biaopin/AppMine/userInfo.vue b/src/project/biaopin/AppMine/userInfo.vue index 28853e6..e15dc42 100644 --- a/src/project/biaopin/AppMine/userInfo.vue +++ b/src/project/biaopin/AppMine/userInfo.vue @@ -125,7 +125,7 @@ export default { }, submit() { if(this.flag) return - if(!this.avatar) { + if(!this.avatarUrlList.length) { return this.$u.toast('请上传头像') } if (!this.userName) {