| 1 |
- <view class="login _div"><image class="logobig _img" src="{{$root.m0}}" alt></image><view class="logTit _div"><label class="titletxt _span">微纳园蒲公英平台</label><view class="titletxt2 _p">(管理端)</view></view><view class="loginBox _div"><view class="inputBox _div"><image style="height:60rpx;" src="{{$root.m1}}" alt class="_img"></image><input type="text" placeholder="请输入账号" data-event-opts="{{[['input',[['__set_model',['$0','userName','$event',[]],['loginForm']]]]]}}" value="{{loginForm.userName}}" bindinput="__e"/></view><view class="inputBox _div"><image src="{{$root.m2}}" alt class="_img"></image><input type="password" placeholder="请输入密码" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['loginForm']]]]]}}" value="{{loginForm.password}}" bindinput="__e"/></view><view class="inputBox _div"><image src="{{$root.m3}}" alt class="_img"></image><input class="yanzhengma" type="text" placeholder="验证码" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],['loginForm']]]]]}}" value="{{loginForm.code}}" bindinput="__e"/><image class="yanzhengImg _img" src="{{loginForm.captchaImage}}" data-event-opts="{{[['tap',[['captchaImageRefresh',['$0'],['loginForm']]]]]}}" bindtap="__e"></image></view><view data-event-opts="{{[['tap',[['forgetPsw']]]]}}" class="pswBox _div" bindtap="__e"><view class="_p">忘记密码?</view></view><view class="_div"><van-button vue-id="35a7246c-1" type="default" size="large" color="#1f1fbe" data-event-opts="{{[['^click',[['login']]]]}}" data-com-type="wx" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">登 录</van-button></view></view><view class="bottomTips _div">2022@copyrigtht IOT - Park-tech. supported by 中国移动</view><van-dialog vue-id="35a7246c-2" id="van-toast" data-com-type="wx" bind:__l="__l"></van-dialog></view>
|