Commit 427ef0d0 by 张辉

update

parent 11a8ef79
Showing with 1 additions and 17 deletions
......@@ -82,7 +82,7 @@ async function getToken(access_token, appid, redirectPath) {
}
},
err => {
this.errMessage = err.response.data.error_description;
console.log(err.response.data.error_description);
}
)
.catch(err => {
......
......@@ -571,22 +571,6 @@ export default {
}
},
async mounted() {
// const callJsBridge=callJsBridgeGenerator();
// this.callJsBridge.next();
// this.callJsBridge.next();
// this.$bridge
// .setPageNavState({
// headerColor: "#0978e7",
// isShowClose: false,
// isShowBack: false,
// isCloseLeft: false,
// isShowTitle: false,
// isShowNav: false,
// isCloseWebView: false
// })
// .then(res => {
// console.log("setPageNavState in bill index");
// });
this.setPageNavState();
this.setBarHeightLowBee();
this.globalNavLeftArrowClick(this.navLeftArrowClick);
......
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