Feat:优惠券对接
This commit is contained in:
@@ -43,17 +43,12 @@
|
||||
</slot>
|
||||
</view>
|
||||
<slot name="center">
|
||||
<view class="flex-column">
|
||||
<text
|
||||
class="u-line-1 u-navbar__content__title"
|
||||
:style="[{
|
||||
width: $u.addUnit(titleWidth),
|
||||
}, $u.addStyle(titleStyle)]"
|
||||
>{{ title }}</text>
|
||||
<text class="u-line-1 u-navbar__content__title font-xs grey--text" v-if="isTwoLine">
|
||||
{{ twoLineText }}
|
||||
</text>
|
||||
</view>
|
||||
<text
|
||||
class="u-line-1 u-navbar__content__title"
|
||||
:style="[{
|
||||
width: $u.addUnit(titleWidth),
|
||||
}, $u.addStyle(titleStyle)]"
|
||||
>{{ title }}</text>
|
||||
</slot>
|
||||
<view
|
||||
class="u-navbar__content__right"
|
||||
|
||||
Reference in New Issue
Block a user