Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
de009e17
authored
Jun 29, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
18fb1adc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
src/views/SelectIdentity.vue
src/views/SelectIdentity.vue
View file @
de009e17
...
...
@@ -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
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment