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
1.6 KiB

<view class="uni-pagination data-v-500d2664"><view class="uni-pagination__btns data-v-500d2664"><view class="{{['uni-pagination__btn data-v-500d2664',currentIndex===1?'uni-pagination--disabled':'uni-pagination--enabled']}}" hover-class="{{currentIndex===1?'':'uni-pagination--hover'}}" hover-start-time="{{20}}" hover-stay-time="{{70}}" data-event-opts="{{[['tap',[['clickLeft',['$event']]]]]}}" bindtap="__e"><block wx:if="{{showIcon===true||showIcon==='true'}}"><uni-icons vue-id="9ccfb1bc-1" color="#000" size="20" type="arrowleft" class="data-v-500d2664" bind:__l="__l"></uni-icons></block><block wx:else><text class="uni-pagination__child-btn data-v-500d2664">{{prevText}}</text></block></view><view class="{{['uni-pagination__btn data-v-500d2664',currentIndex===maxPage?'uni-pagination--disabled':'uni-pagination--enabled']}}" hover-class="{{currentIndex===maxPage?'':'uni-pagination--hover'}}" hover-start-time="{{20}}" hover-stay-time="{{70}}" data-event-opts="{{[['tap',[['clickRight',['$event']]]]]}}" bindtap="__e"><block wx:if="{{showIcon===true||showIcon==='true'}}"><uni-icons vue-id="9ccfb1bc-2" color="#000" size="20" type="arrowright" class="data-v-500d2664" bind:__l="__l"></uni-icons></block><block wx:else><text class="uni-pagination__child-btn data-v-500d2664">{{nextText}}</text></block></view></view><view class="uni-pagination__num data-v-500d2664"><view class="uni-pagination__num-current data-v-500d2664"><text class="uni-pagination__num-current-text data-v-500d2664" style="color:#007aff;">{{currentIndex}}</text><text class="uni-pagination__num-current-text data-v-500d2664">{{"/"+(maxPage||0)}}</text></view></view></view>