Commit ec385f69 by 赵艳波

update

parent e2b1d97a
Showing with 1 additions and 1 deletions
......@@ -66,7 +66,7 @@ Vue.prototype.setPageNavState = function (params = { headerColor: false, isShowC
window.WebViewJavascriptBridge.callHandler(
"setBarColor",
{ "barColor": params.headerColor ? param.headerColor : "#0978e7" },
{ "barColor": params.headerColor ? params.headerColor : "#0978e7" },
function (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