|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="studentAuth">
|
|
|
- <m-header />
|
|
|
+ <!-- <m-header /> -->
|
|
|
<div class="containerAuth">
|
|
|
<p class="input-label">家长姓名</p>
|
|
|
<div class="input-group van-hairline--bottom">
|
|
@@ -154,11 +154,12 @@ export default {
|
|
|
try {
|
|
|
await realNameAuthentication({ realName: this.parentsName, idcardNo: this.idCardNo })
|
|
|
|
|
|
- // await teacherContractSign()
|
|
|
+ await teacherContractSign()
|
|
|
this.$toast("实名成功");
|
|
|
// 协议生成之后返回
|
|
|
setTimeout(() => {
|
|
|
- postMessage({ api: 'back', content: { }})
|
|
|
+ postMessage({ api: 'authToBack', content: { }})
|
|
|
+ // postMessage({ api: 'back', content: { }})
|
|
|
}, 1000);
|
|
|
} catch(e) {
|
|
|
//
|