| | |
| | | |
| | | import { applyThird } from "@/api/entry"; |
| | | import { getCategoryList } from "@/api/goods"; |
| | | import city from "@/components/m-city/m-city.vue"; |
| | | import city from "@/pages/subComponents/m-city/m-city.vue"; |
| | | import storage from "@/utils/storage.js"; |
| | | import { upload } from "@/api/common.js"; |
| | | import uniMap from "@/components/uniMap"; |
| | |
| | | onUploaded(lists, key) { |
| | | let images = []; |
| | | lists.forEach((item) => { |
| | | images.push(item.response.result); |
| | | images.push(item.response.data.fileKey); |
| | | }); |
| | | this.form[key] = images; |
| | | }, |