1 |
- <view class="login _div"><image class="logobig _img" src="{{$root.m0}}" alt></image><view class="title _div">请选择您的身份</view><view class="title1 _div">方便我们为您提供更准确的服务</view><view class="choose _div"><view data-event-opts="{{[['tap',[['chooseIdentity',[1]]]]]}}" class="{{['_div',isSelect===1?'select isselect':'select']}}" bindtap="__e"><view class="_div"><image class="headerImg _img" src="{{$root.m1}}" alt></image></view><view class="name _div">我是司机</view><view class="huan _div"><van-icon vue-id="4a0758f5-1" name="success" data-com-type="wx" bind:__l="__l"></van-icon></view></view><view data-event-opts="{{[['tap',[['chooseIdentity',[2]]]]]}}" class="{{['select','_div',isSelect===2?'select isselect':'select']}}" style="margin-top:20px;" bindtap="__e"><view class="_div"><image class="headerImg _img" src="{{$root.m2}}" alt></image></view><view class="name _div">我是企业</view><view class="huan _div"><van-icon vue-id="4a0758f5-2" name="success" data-com-type="wx" bind:__l="__l"></van-icon></view></view></view><view class="btnbox _div"><van-button class="btn" bind:click="__e" vue-id="4a0758f5-3" data-event-opts="{{[['^click',[['goLogin']]]]}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}">去登陆</van-button></view></view>
|