| | |
| | | import { Toast } from "mint-ui"; |
| | | import { isNull, idCardReg, isName } from "@/utils/utils"; |
| | | import { compress } from "@/utils/imgupload"; |
| | | |
| | | import apiUrl from "@/axios/api.url.js"; |
| | | export default { |
| | | name: "bankCard", |
| | | data() { |
| | |
| | | img2Key: "", |
| | | img3Key: "", |
| | | showBtn: true, |
| | | admin: "", |
| | | admin: apiUrl.baseURL, |
| | | imgStatus: false, |
| | | imgStatus2: false, |
| | | messFlag: this.$store.state.userInfo.isActive == 3 ? true : false, |
| | |
| | | if (this.$state.theme == "red") { |
| | | document.body.classList.remove("black-bg"); |
| | | document.body.classList.add("red-bg"); |
| | | } |
| | | this.admin = process.env.API_HOST; |
| | | console.log(this.admin); |
| | | if (this.admin == undefined) { |
| | | this.admin = "https://api.guosen.org"; |
| | | } |
| | | }, |
| | | methods: { |
| | |
| | | <style scoped lang="less"> |
| | | .bank_card_page { |
| | | width: 100%; |
| | | height: 100%; |
| | | // height: 100%; |
| | | background: #fff; |
| | | position: relative; |
| | | |