verifySlider.wxml 2.3 KB

1
  1. <view style="position:relative;" class="data-v-2961e634"><block wx:if="{{type==='2'}}"><view class="verify-img-out data-v-2961e634" style="{{'height:'+($root.m0+vSpace+'px')+';'}}"><view class="verify-img-panel data-v-2961e634" style="{{'width:'+(imgSize.width)+';'+('height:'+(imgSize.height)+';')}}"><image style="width:100%;height:100%;display:block;" src="{{backImgBase?'data:image/png;base64,'+backImgBase:defaultImg}}" alt class="data-v-2961e634"></image><view data-event-opts="{{[['tap',[['refresh',['$event']]]]]}}" hidden="{{!(showRefresh)}}" class="verify-refresh data-v-2961e634" bindtap="__e"><text class="iconfont icon-refresh data-v-2961e634"></text></view><transition vue-id="b89f8c78-1" name="tips" class="data-v-2961e634" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{tipWords}}"><text class="{{['verify-tips','data-v-2961e634',passFalg?'suc-bg':'err-bg']}}">{{tipWords}}</text></block></transition></view></view></block><view class="verify-bar-area data-v-2961e634" style="{{'width:'+(imgSize.width)+';'+('height:'+('40px')+';')+('line-height:'+('40px')+';')}}"><text class="verify-msg data-v-2961e634">{{text}}</text><view class="verify-left-bar data-v-2961e634" style="{{'width:'+(leftBarWidth?leftBarWidth:'40px')+';'+('height:'+('40px')+';')+('border-color:'+(leftBarBorderColor)+';')+('transaction:'+(transitionWidth)+';')}}"><text class="verify-msg data-v-2961e634">{{finishText}}</text><view data-event-opts="{{[['touchstart',[['start',['$event']]]],['touchend',[['end',['$event']]]],['touchmove',[['move',['$event']]]]]}}" class="verify-move-block data-v-2961e634" style="{{'width:'+('40px')+';'+('height:'+('40px')+';')+('background-color:'+(moveBlockBackgroundColor)+';')+('left:'+(moveBlockLeft)+';')+('transition:'+(transitionLeft)+';')}}" bindtouchstart="__e" bindtouchend="__e" bindtouchmove="__e"><text class="{{['data-v-2961e634','verify-icon iconfont',iconClass]}}" style="{{'color:'+(iconColor)+';'}}"></text><block wx:if="{{type==='2'}}"><view class="verify-sub-block data-v-2961e634" style="{{'width:'+($root.g0+'px')+';'+('height:'+(imgSize.height)+';')+('top:'+('-'+($root.m1+vSpace)+'px')+';')}}"><image style="width:100%;height:100%;display:block;" src="{{'data:image/png;base64,'+blockBackImgBase}}" alt class="data-v-2961e634"></image></view></block></view></view></view></view>