Commit 8a705c67 by cocomilk2012

Merge branch 'dev'

parents 8db18fdf bb0754c7
Showing with 6 additions and 5 deletions
...@@ -36,11 +36,12 @@ ...@@ -36,11 +36,12 @@
id="flex-employee" id="flex-employee"
v-if="no_data" v-if="no_data"
href="qqxb://native/identityVerification" href="qqxb://native/identityVerification"
style="height:150px;background:#fff;margin-top:200px;" style="height:150px;background:#fff;margin-top:200px;text-align:center;"
> >
<div class="si-child-desc " style="text-align:center;width:100%;"> <div class="si-child-desc " style="width:100%;">
<h4 >您还未实名认证,不可进行查询,请先去进行实名认证后再查询</h4> <h4 style="text-align:center;">您还未实名认证,不可进行查询</h4>
<p style="text-align:center;border:1px solid #077aec;border-radius:5px;color:#077aec;width:100px;height:40px;line-height:40px;background:#fff;margin:20px auto;">去认证</p> <h4 style="text-align:center;">请先去进行实名认证后再查询</h4>
<p style="text-align:center;border:1px solid #077aec;border-radius:5px;color:#077aec;width:80px;height:30px;line-height:30px;background:#fff;margin:20px auto;">去认证</p>
</div> </div>
</a> </a>
</div> </div>
...@@ -103,7 +104,7 @@ export default class SelectIdentity extends Vue { ...@@ -103,7 +104,7 @@ export default class SelectIdentity extends Vue {
private async getUserInfo() { private async getUserInfo() {
await this.$server.EmployeeService.getUserInfo({}) await this.$server.EmployeeService.getUserInfo({})
.then(res => { .then(res => {
if (res.data && res.data.uthStatus && res.data.uthStatus > 0) { if (false&&res.data && res.data.uthStatus && res.data.uthStatus > 0) {
this.id_no = res.data.personalIdCardNo; this.id_no = res.data.personalIdCardNo;
localStorage.setItem("id_no", res.data.personalIdCardNo); localStorage.setItem("id_no", res.data.personalIdCardNo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment