diff --git a/pages/index/uploadPhoto.vue b/pages/index/uploadPhoto.vue index ffa2582..306b76a 100644 --- a/pages/index/uploadPhoto.vue +++ b/pages/index/uploadPhoto.vue @@ -237,7 +237,12 @@ export default { // params.picturesDto = res.data; - params.picturesDto = this.imageList; + // params.picturesDto = this.imageList; +     params.picturesDto = this.imageList.map((item) => { +        return { +          path: item, +        }; +      }); // uni.showModal({ // title: "查看imageList", // content: (JSON.stringify(params)),