Browse Source

简历附件上传限制

Xiao_123 8 tháng trước cách đây
mục cha
commit
d425989c41
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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',