@@ -104,7 +104,7 @@ export default {
// 上传名片
async handleUploadCard() {
- const res = await uploadImg()
+ const res = await uploadImg({count:1})
this.cardImg=res[0]
},