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
c543ece3
authored
May 13, 2020
by
赵艳波
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
06e8f4b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
src/views/Bill/index.vue
src/views/Bill/index.vue
View file @
c543ece3
...
...
@@ -234,7 +234,15 @@ export default {
"loadPayUrl"
]),
toPay
()
{
this
.
setPageNavState
({
headerColor
=
'#fff'
,
isShowClose
=
true
,
isShowBack
=
true
,
isCloseLeft
=
true
,
isShowTitle
=
true
,
isShowNav
=
true
,
isCloseWebView
=
true
,})
this
.
setPageNavState
({
headerColor
:
"#fff"
,
isShowClose
:
true
,
isShowBack
:
true
,
isCloseLeft
:
true
,
isShowTitle
:
true
,
isShowNav
:
true
,
isCloseWebView
:
true
});
const
failUrl
=
encodeURIComponent
(
"https://pay.qinqinxiaobao.com/callback/fail"
);
...
...
@@ -472,7 +480,7 @@ export default {
console
.
log
(
"closeWebView is error"
);
}
},
setPageNavStateShow
(){
setPageNavStateShow
()
{
window
.
WebViewJavascriptBridge
.
callHandler
(
"setPageNavState"
,
{
...
...
@@ -483,7 +491,7 @@ export default {
isShowNav
:
true
,
isCloseWebView
:
true
},
function
(
response
)
{
function
(
response
)
{
console
.
log
(
"setPageNavState来自 ios/android的回传数据: "
,
response
);
}
);
...
...
@@ -505,9 +513,8 @@ export default {
this
.
setBarHeightLowBee
();
this
.
globalNavLeftArrowClick
(
this
.
navLeftArrowClick
);
await
this
.
loadPeriodData
();
},
async
created
(){
async
created
()
{
this
.
payUrl
=
await
this
.
loadPayUrl
();
}
};
...
...
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