Commit 2e2fbe21 by 展昭

tj

parent 5c78ace1
Showing with 2 additions and 2 deletions
...@@ -66,9 +66,9 @@ Vue.prototype.setPageNavState = function () { ...@@ -66,9 +66,9 @@ Vue.prototype.setPageNavState = function () {
window.WebViewJavascriptBridge.callHandler( window.WebViewJavascriptBridge.callHandler(
"setBarColor", "setBarColor",
{barColor:"#077aec"}, { "barColor": "#077aec" },
function (response) { function (response) {
console.log("main setBarColor的回传数据:",response); console.log("main setBarColor的回传数据:", response);
} }
); );
......
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