修改登录提示语

This commit is contained in:
2025-07-30 11:05:45 +08:00
parent f9aedf7d79
commit f0dee5bc77

View File

@@ -54,7 +54,7 @@ Page({
this.noPermission()
return;
}
alertSuccess("注册成功")
alertSuccess("登录成功")
const { token, ...user } = data
wx.setStorageSync('user', user)
wx.setStorageSync('token', data?.token)