绿满眶商城微信小程序-uniapp
peng
2025-09-01 0c83611409654cfc53c64345ba60b7e1e5fcc5b7
pages/order/evaluate/releaseEvaluate.vue
@@ -87,6 +87,7 @@
</template>
<script>
import '@/components/uview-components/uview-ui'
import storage from "@/utils/storage.js";
import { commentsMemberOrder } from "@/api/members.js";
import { upload } from "@/api/common.js";
@@ -159,7 +160,7 @@
    onUploaded(lists) {
      let images = [];
      lists.forEach((item) => {
        images.push(item.response.result);
        images.push(item.response.data.fileKey);
      });
      this.form.images = images;
    },