Эх сурвалжийг харах

fix:签名惰性加载bug

徐少年 3 жил өмнө
parent
commit
a907991f4c

+ 1 - 1
Web/src/views/system/user/component/userCenter.vue

@@ -31,7 +31,7 @@
 						</p>
 					</div>
 					<div class="image-signature">
-						<el-image :src="userInfos.signature" fit="contain" alt="电子签名" lazy style="width: 100%; height: 100%"> </el-image>
+						<el-image :src="userInfos.signature" fit="contain" alt="电子签名" loading="lazy" style="width: 100%; height: 100%"> </el-image>
 					</div>
 					<el-button icon="ele-Edit" type="primary" @click="openSignDialog" v-auth="'sysFile:uploadSignature'"> 电子签名 </el-button>
 					<el-upload