绿满眶商城微信小程序-uniapp
zxl
2025-07-15 723389702b9ce28e8fb282f265fbf2e8e4faf13a
pages/order/afterSales/afterSalesDetail.vue
@@ -97,6 +97,7 @@
</template>
<script>
import '@/components/uview-components/uview-ui'
import {
  getAfterSaleReason,
  applyReturn,
@@ -268,7 +269,7 @@
      let images = [];
      lists.forEach((item) => {
        images.push(item.response.result);
        images.push(item.response.data.fileKey);
      });
      this.form.images = images;
    },