uni-pagination.vue.wxml 1.23 KB
<import src="/components/uni-icon/uni-icon.vue.wxml" /><template name="7b87a9a5"><view class="_view 7b87a9a5 uni-pagination"><view class="_view 7b87a9a5 uni-pagination__btns"><view bindtap="handleProxy" hover-class="{{setLeftBtnHoverClass}}" hover-start-time="{{20}}" hover-stay-time="{{70}}" data-eventid="{{'7b87a9a5-0'}}" data-comkey="{{$k}}" class="_view 7b87a9a5 {{setLeftBtnClass}}"><block wx:if="{{showIcon===true || showIcon === 'true'}}"><template color="#000" size="20" type="arrowleft" data="{{...$root['0'], ...$root[$kk+'7b87a9a5-0'],$root}}" is="518d1785"></template></block><block wx:else>{{prevText}}</block></view><view bindtap="handleProxy" hover-class="{{setRightBtnHoverClass}}" hover-start-time="{{20}}" hover-stay-time="{{70}}" data-eventid="{{'7b87a9a5-1'}}" data-comkey="{{$k}}" class="_view 7b87a9a5 {{setRightBtnClass}}"><block wx:if="{{showIcon===true || showIcon === 'true'}}"><template color="#000" size="20" type="arrowright" data="{{...$root['0'], ...$root[$kk+'7b87a9a5-3'],$root}}" is="518d1785"></template></block><block wx:else>{{nextText}}</block></view></view><view class="_view 7b87a9a5 uni-pagination__num"><text class="_text 7b87a9a5 uni-pagination__num-current">{{currentIndex}}</text>/{{maxPage}}</view></view></template>