| | |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/components/uview-components/uview-ui' |
| | | import { |
| | | getAfterSaleReason, |
| | | applyReturn, |
| | | getAfterSaleInfo, |
| | | } from "@/api/after-sale"; |
| | | |
| | | import city from "@/components/m-city/m-city"; |
| | | import city from "@/pages/order/m-city/m-city.vue"; |
| | | import { upload } from "@/api/common.js"; |
| | | import { checkBankno } from "@/utils/Foundation"; |
| | | import storage from "@/utils/storage.js"; |
| | |
| | | let images = []; |
| | | |
| | | lists.forEach((item) => { |
| | | images.push(item.response.result); |
| | | images.push(item.response.data.fileKey); |
| | | }); |
| | | this.form.images = images; |
| | | }, |