问题修复

This commit is contained in:
BianLzhaoMin 2025-01-15 18:12:13 +08:00
parent aa7bb484df
commit 1d4c895c6d
1 changed files with 6 additions and 8 deletions

View File

@ -13,12 +13,7 @@
border="none"
maxlength="11"
></u-input> -->
<u-input
v-model="loginForm.username"
placeholder="请输入手机号"
border="none"
maxlength="11"
></u-input>
<u-input v-model="loginForm.username" placeholder="请输入手机号" border="none" maxlength="11"></u-input>
</view>
<view class="input-item flex align-center">
<div style="color: #777">密码</div>
@ -73,7 +68,9 @@ export default {
globalConfig: getApp().globalData.config,
loginForm: {
username: uni.getStorageSync('remember') ? uni.getStorageSync('remember').username : 'bns', //
password: uni.getStorageSync('remember') ? uni.getStorageSync('remember').password : '1769fb2837e10e9d22c1c25add76355a', // 1769fb2837e10e9d22c1c25add76355a', // bns - 1769fb2837e10e9d22c1c25add76355a
password: uni.getStorageSync('remember')
? uni.getStorageSync('remember').password
: '1769fb2837e10e9d22c1c25add76355a', // 1769fb2837e10e9d22c1c25add76355a', // bns - 1769fb2837e10e9d22c1c25add76355a
code: '',
uuid: ''
},
@ -118,7 +115,8 @@ export default {
// this.$modal.msgError("")
} else {
// this.$modal.loading('...')
this.pwdLogin()
this.$tab.reLaunch('/pages/system')
// this.pwdLogin()
}
},
//