zhanghua
2022-11-25 f3b8ee4f39640bf2799d81ad0107a6a1e1e1421d
src/components/myUpload/index.vue
@@ -93,15 +93,6 @@
        }
    },
    props: {
        // 返回上传成功图片地址
        setPictureUrl:{
            type:Function,
            default:()=>{}
        },
        delPictureUrl:{
            type:Function,
            default:()=>{}
        },
      pictureList: {
        type: Array,
        default: () => []