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