sunjh 6 년 전
부모
커밋
777c25c9b3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/authen/EnterpriseAuthenticationCreate.vue
  2. 1 1
      src/components/authen/IndividualAuthentication.vue

+ 1 - 1
src/components/authen/EnterpriseAuthenticationCreate.vue

@@ -69,7 +69,7 @@ export default {
       authentication: {
         enterpriseName: '',
         enterpriseBossName: '',
-        bankAccount:'',
+        bankAccount: '',
         businessLicense: '',
         USCC: '',
         enterpriseAddress: ''

+ 1 - 1
src/components/authen/IndividualAuthentication.vue

@@ -142,7 +142,7 @@ export default {
       this.isModifyMode = true
     },
     //提交认证信息
-    updateAuthInfo() {
+    updateAuthInfo () {
       //this.isModifyMode = false
       this.showLoading()
       const newAuthentication = {