Commit 840b0ba9 by 赵艳波

update

parent 47f9738d
Showing with 8 additions and 4 deletions
......@@ -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"
......
......@@ -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([
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment