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.
8 lines
349 B
8 lines
349 B
1 month ago
|
<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>
|