| | |
| | | <view class="inputBox"> |
| | | <view class="phone"> |
| | | <image src="@/static/login/phone.png" mode="加载错误"></image> |
| | | <input type="text" placeholder="请输入手机号" v-model="formData.username" /> |
| | | <input type="text" placeholder="请输入用户名/手机号" v-model="formData.username" /> |
| | | </view> |
| | | <view class="password"> |
| | | <image src="@/static/login/lock.png" mode="加载错误" /> |
| | | <input type="password" placeholder="请输入密码" v-model="formData.password" /> |
| | | <input type="password" placeholder="请输入账号密码" v-model="formData.password" /> |
| | | </view> |
| | | <view class="loginBtn"><button type="default" @click="loginSubmit">登录</button></view> |
| | | </view> |