Commit 840b0ba9 by 赵艳波

update

parent 47f9738d
Showing with 8 additions and 4 deletions
...@@ -244,7 +244,11 @@ export default { ...@@ -244,7 +244,11 @@ export default {
isCloseWebView: true isCloseWebView: true
}); });
this.$bridge.setBarColor({ "barColor": "#fff" }); this.$bridge
.setBarColor({
barColor: "#ffffff"
})
.then(res => {});
const failUrl = encodeURIComponent( const failUrl = encodeURIComponent(
"https://pay.qinqinxiaobao.com/callback/fail" "https://pay.qinqinxiaobao.com/callback/fail"
......
...@@ -43,9 +43,9 @@ export default { ...@@ -43,9 +43,9 @@ export default {
// console.log("hasAccess=", hasAccess); // console.log("hasAccess=", hasAccess);
// }); // });
this.setPageNavState(); this.setPageNavState();
this.$bridge.setBarColor({ barColor: "#0978e7" }).then(res => { // this.$bridge.setBarColor({ barColor: "#0978e7" }).then(res => {
console.log("结果=>", res); // console.log("结果=>", res);
}); // });
}, },
methods: { methods: {
...mapActions([ ...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