修改登录提示语
This commit is contained in:
@@ -54,7 +54,7 @@ Page({
|
|||||||
this.noPermission()
|
this.noPermission()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
alertSuccess("注册成功")
|
alertSuccess("登录成功")
|
||||||
const { token, ...user } = data
|
const { token, ...user } = data
|
||||||
wx.setStorageSync('user', user)
|
wx.setStorageSync('user', user)
|
||||||
wx.setStorageSync('token', data?.token)
|
wx.setStorageSync('token', data?.token)
|
||||||
|
Reference in New Issue
Block a user