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