Explorar el Código

头像上传大小不得超过 30MB !

lifanagju_citu hace 6 meses
padre
commit
77ae723c9b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pagesA/resumeOnline/baseInfoEdit.vue

+ 2 - 2
pagesA/resumeOnline/baseInfoEdit.vue

@@ -114,10 +114,10 @@ const uploadPhotos = () => {
     sourceType: ['album', 'camera'],
     success: function(res){
       const size = res.tempFiles[0]?.size || 0
-      if (size >= 10485760) {
+      if (size >= 31457280) {
         uni.showToast({
           icon: 'none',
-          title: '头像上传大小不得超过 10MB !',
+          title: '头像上传大小不得超过 30MB !',
           duration: 2000
         })
         return