Files

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