修改html标签为uni标签,修改rem单位为rpx,修改提示及确认为uniapi,修改登录模块为uni接口,修改css入口为APP.vue,增加app端样式支持

This commit is contained in:
gaoxs
2020-03-16 15:51:08 +08:00
parent fa289d66a8
commit 95845779db
422 changed files with 34024 additions and 32630 deletions

View File

@ -1 +1 @@
<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>
<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>