GitLab
Sign in
zooble
/
text-to-audio
Back to Group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
fe1ead00cf2df66f43a14dc7517cc7edcd94f35d
Authored by
xwenliang
2024-04-14 23:28:10 +0800
1 parent
733b41fc
fix: login bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
fe1ead0
...
...
@@ -70,7 +70,7 @@ App({
70
70
} = resp.data?.data?.user;
71
71
wx.setStorageSync('ssid', ssid);
72
72
wx.setStorageSync('openid', openid);
73
- resolve(
resp.data?.data?.user
);
73
+ resolve(
ssid
);
74
74
},
75
75
fail: resp => {
76
76
wx.showModal({
...
...