Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
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
7ca5b548
authored
May 08, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
94aad4f4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
src/main.js
src/views/Bill/index.vue
src/views/OidcCallback.vue
src/main.js
View file @
7ca5b548
...
@@ -43,7 +43,7 @@ Vue.prototype.setPageNavState = function () {
...
@@ -43,7 +43,7 @@ Vue.prototype.setPageNavState = function () {
isCloseWebView
:
false
isCloseWebView
:
false
},
},
function
(
response
)
{
function
(
response
)
{
console
.
log
(
"来自 ios/android的回传数据: "
,
response
);
console
.
log
(
"
setPageNavState
来自 ios/android的回传数据: "
,
response
);
}
}
);
);
});
});
...
...
src/views/Bill/index.vue
View file @
7ca5b548
...
@@ -466,11 +466,12 @@ export default {
...
@@ -466,11 +466,12 @@ export default {
}
}
},
},
async
mounted
()
{
async
mounted
()
{
this
.
getBarHeight
();
this
.
setPageNavState
();
this
.
setPageNavState
();
this
.
globalNavLeftArrowClick
(
this
.
navLeftArrowClick
);
this
.
globalNavLeftArrowClick
(
this
.
navLeftArrowClick
);
await
this
.
loadPeriodData
();
await
this
.
loadPeriodData
();
this
.
payUrl
=
await
this
.
loadPayUrl
();
this
.
payUrl
=
await
this
.
loadPayUrl
();
this
.
getBarHeight
();
}
}
};
};
</
script
>
</
script
>
...
...
src/views/OidcCallback.vue
View file @
7ca5b548
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"header"
>
<div
class=
"header"
>
<Header
:title=
"title"
/>
<Header
:title=
"title"
/>
</div>
</div>
<div
class=
"callback"
>
应用未授权该用户
</div>
<div
class=
"callback"
>
{{
errMessage
}}
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -22,8 +22,8 @@ export default {
...
@@ -22,8 +22,8 @@ export default {
name
:
"OidcCallback"
,
name
:
"OidcCallback"
,
data
()
{
data
()
{
return
{
return
{
title
:
'登录错误'
,
title
:
"登录错误"
,
errMessage
:
"
应用未授权该用户
"
errMessage
:
""
};
};
},
},
methods
:
{
methods
:
{
...
...
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