index.wxml 227 B

1234
  1. <view class="n-sidebar-item{{active? ' selected' : ''}}" style="{{colorTrick}}" bindtap="onClick" bindcustomevent="onMin">
  2. <view class="n-sidebar-item-border" />
  3. <view class="n-sidebar-item-content">{{title}}</view>
  4. </view>