update uniapp

This commit is contained in:
linfeng 2023-08-14 10:02:38 +08:00
parent 78b7a3b4db
commit 311eccc94f
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
if (index === 0) {
this.page1 = 1;
this.getFollowUserPost();
}else if (index === 1) {
} else if (index === 1) {
this.page2 = 1;
this.getLastPost();
}

View File

@ -49,10 +49,10 @@
if (res.code === 0) {
uni.setStorageSync("hasLogin", true);
uni.setStorageSync("token", res.token);
that.getUserInfo();
uni.switchTab({
url: '/pages/index/index'
});
that.getUserInfo();
}
uni.hideLoading();
})