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 line
992 B

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