16 lines
547 B
Plaintext
16 lines
547 B
Plaintext
<view class="nav-box" style="padding-top: {{ t }}px;position: {{NavPosition}};">
|
|
<view class="nav-bar" style="height: {{ h }}px;">
|
|
<view class="nav-bar-left" bindtap="handleNavigateBack" >
|
|
<van-icon name="{{backImg}}" color="{{backColor}}" size="{{backSize}}"></van-icon>
|
|
</view>
|
|
|
|
<view class="nav-bar-title" style="height: {{ h }}px;line-height: {{ h }}px;color: {{color}};">
|
|
{{Text}}
|
|
</view>
|
|
|
|
<view class="nav-bar-right">
|
|
|
|
</view>
|
|
|
|
</view>
|
|
</view> |