| | |
| | | import { deepClone, getTypeList } from '@/utils/helper' |
| | | import { validateName, validatePhone, validateCardId } from '@/utils/validate' |
| | | import MyUpload from "@/components/myUpload" |
| | | import { FILE_ORIGINAL_URL } from "@/utils"; |
| | | export default { |
| | | components: { |
| | | MyUpload |
| | |
| | | setPicUrl({ url }) { |
| | | const baseUrl = ''; |
| | | if (this.evidence.pic.length < 4) { |
| | | this.evidence.pic.push(baseUrl + url); |
| | | this.evidence.pic.push(`${FILE_ORIGINAL_URL}sccg/API/img?fileUrl=${url}`) |
| | | } |
| | | }, |
| | | //删除图片 |
| | |
| | | position: absolute; |
| | | top: 0; |
| | | z-index: 3000; |
| | | background-color: #06122c; |
| | | background-color: #fff; |
| | | |
| | | .user-form-header { |
| | | background-color: #fff; |