Commit de009e17 by cocomilk2012

update

parent 18fb1adc
Showing with 12 additions and 6 deletions
......@@ -31,6 +31,17 @@
<p>可查看灵活用工人员任务信息</p>
</div>
</a>
<a
class="si-child"
id="flex-employee"
v-if="no_data"
href="qqxb://native/identityVerification"
>
<div class="si-child-desc" style="text-align:center;width:100%;">
<h4 >您还未实名认证,不可进行查询,请先去进行实名认证后再查询</h4>
<p></p>
</div>
</a>
</div>
</template>
......@@ -101,12 +112,7 @@ export default class SelectIdentity extends Vue {
} else {
//TODO: 跳转到实名认证
this.no_data = true;
Dialog.alert({
message: "您还未实名认证,不可进行查询,请先去【我】的页面,点击头像,进行实名认证后再查询"
}).then(()=>{
console.log(342342);
location.href="http://qqxb://native/identityVerification"
});
}
})
.catch(err => {
......
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