听书页面

This commit is contained in:
@fawn-nine
2023-07-19 17:41:16 +08:00
parent afb1462db6
commit fc9bca37c1
13 changed files with 169 additions and 71 deletions

View File

@@ -155,15 +155,19 @@
title: '手机验证成功',
duration: 1000,
});
console.log(res)
res.userInfo.token = res.token.token;
this.setUserInfo(res.userInfo);
setTimeout(() => {
uni.navigateBack({
delta: 1
});
}, 1000);
this.setUserInfo(res.userInfo);
// socket.init();
setTimeout(() => {
uni.switchTab({
url: '/pages/peanut/home'
});
}, 1000);
// uni.showModal({
// title: '提示',