start.wxml
1.9 KB
<view class="start"><image class="logo" src="../../static/logo_img@2x.png" mode="widthFix"></image><view class="company">中能启智(北京)教育咨询有限公司</view><view class="com_tips">荣誉出品</view><button class="btn_group" open-type="getUserInfo" withCredentials="true" lang="zh_CN" data-event-opts="{{[['getuserinfo',[['wxGetUserInfo',['$event']]]]]}}" bindgetuserinfo="__e">登录</button><view data-event-opts="{{[['tap',[['cancelLogin']]]]}}" class="btn_group btn_bot" bindtap="__e">取消</view><view class="login_tips">提示:登陆后系统将保存你的微信昵称及头像信息</view><block wx:if="{{isSelect}}"><view class="tx_mask"></view></block><block wx:if="{{isSelect}}"><view class="mask_content"><view class="mask_title">我的信息</view><view class="picker_box"><picker mode="selector" range="{{antList}}" range-key="name" value="{{industyindex}}" data-event-opts="{{[['change',[['getAnt',['$event']]]]]}}" bindchange="__e"><view class="choice_view">{{industryName}}</view></picker><image class="bot_arrow" src="../../static/start_01.png" mode="widthFix"></image></view><block wx:if="{{industryName=='请选择行业'}}"><view class="picker_box"><view class="choice_view">{{occupationName}}</view><image class="bot_arrow" src="../../static/start_01.png" mode="widthFix"></image></view></block><block wx:else><view class="picker_box"><picker mode="selector" range="{{occupationList}}" range-key="name" value="{{occupationindex}}" data-event-opts="{{[['change',[['getOccupation',['$event']]]]]}}" bindchange="__e"><view class="choice_view">{{occupationName}}</view></picker><image class="bot_arrow" src="../../static/start_01.png" mode="widthFix"></image></view></block><view class="dialog_btn_group justify_between"><view data-event-opts="{{[['tap',[['cancel']]]]}}" class="dialog_l" bindtap="__e">取消</view><view data-event-opts="{{[['tap',[['confirm']]]]}}" class="dialog_l dialog_r" bindtap="__e">确定</view></view></view></block></view>