@@ -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',