Authored by yyq

change action bar height

... ... @@ -12,7 +12,7 @@ const setStatusBar = (width, height, store) => {
// 仅支持ios
if (yoho.isYohoBuy && yoho.isiOS) {
let isX = (height / width) > 2.1;
let actionBarHeight = isX ? 44 : 0;
let actionBarHeight = isX ? 32 : 0;
statusBar.statusBarHeight = isX ? 44 : 22;
... ...