|
@@ -11,6 +11,7 @@
|
|
<u-status-bar
|
|
<u-status-bar
|
|
v-if="safeAreaInsetTop"
|
|
v-if="safeAreaInsetTop"
|
|
:bgColor="bgColor"
|
|
:bgColor="bgColor"
|
|
|
|
+ :bgImage="bgImage"
|
|
></u-status-bar>
|
|
></u-status-bar>
|
|
<view
|
|
<view
|
|
class="u-navbar__content"
|
|
class="u-navbar__content"
|
|
@@ -18,6 +19,7 @@
|
|
:style="{
|
|
:style="{
|
|
height: $u.addUnit(height),
|
|
height: $u.addUnit(height),
|
|
backgroundColor: bgColor,
|
|
backgroundColor: bgColor,
|
|
|
|
+ backgroundImage: bgImage,
|
|
}"
|
|
}"
|
|
>
|
|
>
|
|
<view
|
|
<view
|