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 lines
1.0 KiB

<view class="_div"><view class="{{['switchWindow _div',switchActive===true?'on':'']}}"><view class="pictrue _div"><block wx:if="{{login_type==='h5'}}"><image src="{{$VUE_APP_RESOURCES_URL+'/images/h5.png'}}" class="_img"></image></block><block wx:else><image src="{{$VUE_APP_RESOURCES_URL+'/images/h5.png'}}" alt class="_img"></image></block></view><view class="info _div">是否选择切换到<block wx:if="{{login_type==='h5'}}"><label class="font-color _span">微信账号</label></block><block wx:else><label class="font-color _span">手机用户</label></block>?</view><view data-event-opts="{{[['tap',[['switchH5',['$event']]]]]}}" class="switchBnt _div" bindtap="__e">切换</view><view data-event-opts="{{[['tap',[['switchClose',['$event']]]]]}}" class="switchBnt cancelBnt _div" bindtap="__e">取消</view></view><view data-event-opts="{{[['touchmove',[['',['$event']]]],['tap',[['switchClose',['$event']]]]]}}" hidden="{{!(switchActive===true)}}" class="mask _div" bindtouchmove="__e" bindtap="__e"></view></view>