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.

1 line
448 B

<view><view class="nav"><view class="navLeft"><view data-event-opts="{{[['tap',[['toback',['$event']]]]]}}" class="back" bindtap="__e"><text class="iconfont icon-fanhui"></text></view><view class="navTitle">{{title}}</view></view><view class="navRight"><slot></slot><block wx:if="{{hasHome=='home'}}"><text data-event-opts="{{[['tap',[['tohome',['$event']]]]]}}" class="iconfont icon-home iconTop" bindtap="__e"></text></block></view></view></view>