<form class="margin-top-xl" @submit="formSubmit">
<view class="cu-form-group margin-top">
<view class="title"><text class="cuIcon-mobile"></text></view>
<input v-model="form.account" placeholder="请输入登录账号" name="account" type="text" focus></input>
</view>
<view class="cu-form-group">
<view class="title"><text class="cuIcon-lock"></text></view>
<input v-model="form.password" placeholder="请输入登录密码" name="password" password type="text"></input>
</view>
<view class="cu-form-group">
<view class="title"></view>
<view class="text-right">
<text class="text-blue" @click="navigateToF">忘记密码</text>
</view>
</view>
<view class="margin-top">
<button type="primary" class="cu-btn block bg-blue lg" :loading="loading" formType="submit">登录</button>
</view>
</form>
我想问下这个是因为什么导致的,,我用的是官方的默认基座
8***@qq.com (作者)
没有,,这个应该是官方的问题
2020-01-11 18:01
文哥998
可以添加一个隐藏域
2020-04-15 11:39