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