Commit 5c78ace1 by 展昭

123

parent 8f1e5590
Showing with 8 additions and 5 deletions
......@@ -64,20 +64,23 @@ Vue.prototype.setPageNavState = function () {
}
);
window.WebViewJavascriptBridge.callHandler(
"setBarColor",
{barColor:"#077aec"},
function (response) {
console.log("main setBarColor的回传数据:",response);
}
);
});
} catch (err) {
console.log("main setPageNavState is error,err=", err);
}
};
const VConsole = require('vconsole')
const my_console = new VConsole();
new Vue({
store,
router,
......
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