Files
Wx_AUTS_Prod/Web/pages/login/login.wxml
2025-11-26 17:42:45 +08:00

51 lines
2.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--pages/login/login.wxml-->
<cu-custom bgColor="bg-cyan">
<view slot="content">AUTS数据中心-出货装车</view>
</cu-custom>
<!-- -->
<view class="bg-img">
<!-- 密码账号登录 -->
<view wx:if="{{!login}}" class="padding" style=" padding-top: 30%; ">
<view class="flex justify-center text-center">
<view class="flex-treble padding-sm margin-xs">
<form>
<view class="cu-form-group radius shadow shadow-lg bg-white margin-top">
<span class="title .cuIcon-people" style="border-right: 1px solid grey;"></span>
<input placeholder="请输入账号" model:value="{{Uid}}" bindblur="Shuruusernamebyquanxian"></input>
</view>
<view class="cu-form-group radius shadow shadow-lg bg-white margin-top">
<span class="title .cuIcon-lock" style="border-right: 1px solid grey;"></span>
<input type="password" placeholder="请输入密码" model:value="{{Pwd}}"></input>
</view>
<view class="cu-form-group radius shadow shadow-lg bg-white margin-top" >
<span class="title .cuIcon-command" style="border-right: 1px solid grey;"></span>
<van-dropdown-menu style="margin-right: 60px;">
<van-dropdown-item value="{{ value1 }}" options="{{ option1 }}" bind:change="onConfirm" />
</van-dropdown-menu>
</view>
</form>
<view>
<!-- <van-button type="primary">主要按钮</van-button> -->
<button class="cu-btn bg-cyan margin lg" data-type="0" bindtap="submitForm">临时登录</button>
<button class="cu-btn bg-cyan margin-top lg" data-type="1" bindtap="submitForm">长期登录</button>
</view>
</view>
</view>
</view>
<mp-toptips msg="{{error}}" type="error" show="{{error}}"></mp-toptips>
<view style="margin-top: 30%; width: 100%; text-align: center; padding-bottom: 20px;">@版权Inhaos
</view>
</view>
<van-popup show="{{ show }}" position="bottom" custom-style="height: 40%;" bind:close="onClose">
<form>
<view class=" shadow shadow-lg margin-top">
<view class="title" style="width: 100%; font-weight: 900;text-align: center;">我们会获取您的微信OpenID以用于登录凭证继续操作请点击(确认),并且联系我们进行人工审核。联系人: </view>
<view class="title" style="width: 100%; font-size: 20px; font-weight: 900;text-align: center; color: steelblue; margin-top: 25px;">文先生13509214696</view>
</view>
<button class="cu-btn bg-red" style="margin-left: 70px; width: 100px; margin-top: 100px;" bindtap="qux">取消</button>
<button class="cu-btn bg-cyan " style="margin-left: 40px; width: 100px; margin-top: 100px;" bindtap="qr">确认</button>
</form>
</van-popup>