Commit 2c9665e5 authored by 前端-许佳敏's avatar 前端-许佳敏

merge

parent 2efe44b4
......@@ -16,13 +16,8 @@ const LoginWrap: React.FC = () => {
const finish = (value: any) => {
PublicApi.postMemberLogin(value).then(res => {
<<<<<<< HEAD
const { data, code } = res
if (code === 1000) {
=======
if (res.code === 1000) {
const { data } = res
>>>>>>> b6c1ae61f6410dc9d474b42013b4ef4b18157d5e
setAuth({
memberId: data.memberId,
userId: data.userId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment