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.
7 lines
349 B
7 lines
349 B
<van-nav-bar title="" custom-style="background:transparent;"> |
|
<view class="navbar" slot="left"> |
|
<van-icon wx:if="{{back}}" class="back-icon" name="arrow-left" color="#333333" size="22" bind:tap="handleBack" /> |
|
<view class="num {{num>=1 && 'active'}}">1</view> |
|
<view class="num {{num>=2 && 'active'}}">2</view> |
|
</view> |
|
</van-nav-bar>
|
|
|