|
@ -95,7 +95,8 @@ |
|
|
import '../../common.css'; // 引入公共 CSS 文件 |
|
|
import '../../common.css'; // 引入公共 CSS 文件 |
|
|
import confirmationPopup from '@/components/toast/confirmationPopup.vue'; |
|
|
import confirmationPopup from '@/components/toast/confirmationPopup.vue'; |
|
|
import { |
|
|
import { |
|
|
mapState |
|
|
|
|
|
|
|
|
mapState, |
|
|
|
|
|
mapGetters |
|
|
} from 'vuex' |
|
|
} from 'vuex' |
|
|
export default { |
|
|
export default { |
|
|
components: { |
|
|
components: { |
|
@ -118,7 +119,8 @@ |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
...mapState(['certifiedIndividual']), |
|
|
...mapState(['certifiedIndividual']), |
|
|
...mapState(['configList']) |
|
|
|
|
|
|
|
|
...mapState(['configList']), |
|
|
|
|
|
...mapGetters(['isVedio']) |
|
|
}, |
|
|
}, |
|
|
mounted() { |
|
|
mounted() { |
|
|
this.openConfigMenu("getPrivacyPolicy") |
|
|
this.openConfigMenu("getPrivacyPolicy") |
|
@ -178,7 +180,7 @@ |
|
|
imageReverseSide: '请上传身份证背面', |
|
|
imageReverseSide: '请上传身份证背面', |
|
|
imageStraight: '请上传身份证正面', |
|
|
imageStraight: '请上传身份证正面', |
|
|
card: '请输入身份证号', |
|
|
card: '请输入身份证号', |
|
|
tradeImage: '请上传身份证正面', |
|
|
|
|
|
|
|
|
tradeImage: '请上传营业执照', |
|
|
})) { |
|
|
})) { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|