update uniapp
This commit is contained in:
parent
78b7a3b4db
commit
311eccc94f
@ -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();
|
||||
}
|
||||
|
@ -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();
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user