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
773d71a8
authored
Jun 29, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
abcf6ef9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/main.ts
src/views/SelectIdentity.vue
src/main.ts
View file @
773d71a8
...
...
@@ -20,6 +20,7 @@ Object.keys(filters).forEach((key: string) => {
Vue
.
use
(
server
);
Vue
.
prototype
.
closeWebView
=
function
()
{
console
.
log
(
'close webview in jsbridge'
);
try
{
initJsBridge
(()
=>
{
//@ts-ignore
...
...
@@ -43,7 +44,7 @@ Vue.prototype.closeWebView = function () {
});
});
}
catch
(
err
)
{
console
.
log
(
"
setPageNavState
is error"
);
console
.
log
(
"
closeWebView
is error"
);
}
};
...
...
src/views/SelectIdentity.vue
View file @
773d71a8
...
...
@@ -105,7 +105,7 @@ export default class SelectIdentity extends Vue {
Dialog
.
alert
({
message
:
"您还未实名认证,不可进行查询,请先去【我】的页面,点击头像,进行实名认证后再查询"
}).
then
(()
=>
{
console
.
log
(
'close webview'
);
//@ts-ignore
this
.
closeWebView
();
});
...
...
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