From 2504148dab42781ba6b8623546e1bfbe69638618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BD=AA?= Date: Wed, 30 Apr 2025 11:53:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A8=E5=93=B2=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/uploadPhoto.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)),