This commit is contained in:
2023-09-21 12:00:51 +08:00
parent a626d36591
commit b28caaad4c
12 changed files with 397 additions and 37 deletions

View File

@@ -41,7 +41,7 @@ Page({
let value = e.detail.value
let data = {
username : value.username,
password : value.password,
password : value.password
}
wx.$api.auth.Login(data).then(res => {
// 存储登录信息