From cf0d36bbe155ecdfd8bca429666405e830d0dc7a Mon Sep 17 00:00:00 2001
From: XIGUASSR <623844246@qq.com>
Date: Sat, 12 Nov 2022 04:22:49 +0800
Subject: [PATCH] 最新

---
 src/page/authentication/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/page/authentication/index.vue b/src/page/authentication/index.vue
index 967843a..a90fd01 100644
--- a/src/page/authentication/index.vue
+++ b/src/page/authentication/index.vue
@@ -37,6 +37,7 @@
             :on-success="handleAvatarSuccess"
             :on-error="handleError"
             :before-upload="beforeAvatarUpload"
+            :disabled="!showBtn"
           >
             <img v-if="form.img1key" :src="form.img1key" class="id-img avatar" />
             <i v-else class="iconfont icon-zhaopian"></i>
@@ -55,6 +56,7 @@
             :on-success="handleAvatarSuccess2"
             :on-error="handleError2"
             :before-upload="beforeAvatarUpload2"
+            :disabled="!showBtn"
           >
             <img v-if="form.img2key" :src="form.img2key" class="id-img avatar" />
             <i v-else class="iconfont icon-zhaopian"></i>

--
Gitblit v1.9.3