You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
392 B
9 lines
392 B
<!--components/navbar/index.wxml-->
|
|
|
|
<view wx:if="{{showNav}}" class="navbar-action-wrap navbar-action-group row item-center" style='top:{{navTop}}px;'>
|
|
<ss-icon name="back" color="{{iconColor}}" size="15px" block="{{true}}" class="navbar-action_item" bind:click="_navBack"></ss-icon>
|
|
|
|
</view>
|
|
<view class='navbar-title' style='top:{{navTop}}px'>
|
|
{{pageName}}
|
|
</view>
|
|
|