Browse Source

Merge branch 'master' of https://git.citupro.com/zhengnaiwen_citu/menduner-uniapp

lifanagju_citu 8 months ago
parent
commit
2209b73525
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pagesA/resume/index.vue

+ 7 - 0
pagesA/resume/index.vue

@@ -67,6 +67,13 @@ const handleDelete = async () => {
 
 // 上传附件
 const handleUpload = () => {
+  if (bioList.value.length >= 5) {
+    uni.showToast({
+      icon: 'none',
+      title: '最多可上传5份简历'
+    })
+    return
+  }
   wx.chooseMessageFile({
     count: 1,
     type: 'file',