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
840b0ba9
authored
May 14, 2020
by
赵艳波
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
47f9738d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
src/views/Bill/index.vue
src/views/test.vue
src/views/Bill/index.vue
View file @
840b0ba9
...
...
@@ -244,7 +244,11 @@ export default {
isCloseWebView
:
true
});
this
.
$bridge
.
setBarColor
({
"barColor"
:
"#fff"
});
this
.
$bridge
.
setBarColor
({
barColor
:
"#ffffff"
})
.
then
(
res
=>
{});
const
failUrl
=
encodeURIComponent
(
"https://pay.qinqinxiaobao.com/callback/fail"
...
...
src/views/test.vue
View file @
840b0ba9
...
...
@@ -43,9 +43,9 @@ export default {
// console.log("hasAccess=", hasAccess);
// });
this
.
setPageNavState
();
this
.
$bridge
.
setBarColor
({
barColor
:
"#0978e7"
}).
then
(
res
=>
{
console
.
log
(
"结果=>"
,
res
);
});
//
this.$bridge.setBarColor({ barColor: "#0978e7" }).then(res => {
//
console.log("结果=>", res);
//
});
},
methods
:
{
...
mapActions
([
...
...
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