Files
2020-03-15 13:59:43 +08:00

1 line
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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