提交 cefe9cbf 编写于 作者: Q qiang

chore: build

上级 9835386a
......@@ -6354,7 +6354,7 @@ var serviceContext = (function () {
const windowOptions = routeOptions.window;
const titleNView = windowOptions.titleNView;
routeOptions.meta.statusBarStyle =
windowOptions.navigationBarTextStyle === 'black' ? 'dark' : 'light';
windowOptions.navigationBarTextStyle === 'white' ? 'light' : 'dark';
if (
// 无头
titleNView === false ||
......@@ -6381,13 +6381,13 @@ var serviceContext = (function () {
titleText:
titleImage === '' ? windowOptions.navigationBarTitleText || '' : '',
titleColor:
windowOptions.navigationBarTextStyle === 'black' ? '#000000' : '#ffffff',
windowOptions.navigationBarTextStyle === 'white' ? '#ffffff' : '#000000',
type: titleNViewTypeList[transparentTitle],
backgroundColor:
/^#[a-z0-9]{6}$/i.test(navigationBarBackgroundColor) ||
navigationBarBackgroundColor === 'transparent'
? navigationBarBackgroundColor
: '#f7f7f7',
: '#f8f8f8',
tags:
titleImage === ''
? []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册