lex-xin 3 years ago
parent
commit
b2387c27e4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/protocol/auth.vue

+ 2 - 1
src/views/protocol/auth.vue

@@ -95,6 +95,7 @@ export default {
     if (!browser().android && !browser().iPhone) {
       this.headerStatus = true;
     }
+    document.title = '实名认证'
     // const params = this.params;
     // this.parentsName = params.parentsName;
     // this.idCardNo = params.idCardNo;
@@ -154,7 +155,7 @@ export default {
       try {
         await realNameAuthentication({ realName: this.parentsName, idcardNo: this.idCardNo })
 
-        await teacherContractSign()
+        // await teacherContractSign()
         this.$toast("实名成功");
         // 协议生成之后返回
         setTimeout(() => {