|
|
@@ -2,7 +2,7 @@
|
|
|
<view class="body">
|
|
|
<image src="/static/tab-icon/Starify.png" class="title"/>
|
|
|
<input type="email" v-model="username" placeholder="输入用户名/手机号/邮箱" class="input"/>
|
|
|
- <input type="safe-password" v-model="password" placeholder="输入登录密码" class="input"/>
|
|
|
+ <input :password="true" v-model="password" placeholder="输入登录密码" class="input"/>
|
|
|
<view class="find-password">
|
|
|
<navigator class="text">找回密码</navigator>
|
|
|
</view>
|
|
|
@@ -39,7 +39,6 @@
|
|
|
isChildUser: res.is_child_user,
|
|
|
token: res.token
|
|
|
})
|
|
|
- this.$store.commit('asyncUserInfo')
|
|
|
uni.navigateBack({
|
|
|
delta: 1
|
|
|
})
|