uniapp update
This commit is contained in:
parent
f08e8e370c
commit
479c1fdce0
@ -82,13 +82,10 @@
|
||||
this.current = index;
|
||||
this.followUserPost = [];
|
||||
this.lastPost = [];
|
||||
|
||||
if (index === 0) {
|
||||
this.page1 = 1;
|
||||
this.getFollowUserPost();
|
||||
|
||||
}
|
||||
if (index === 1) {
|
||||
}else if (index === 1) {
|
||||
this.page2 = 1;
|
||||
this.getLastPost();
|
||||
}
|
||||
|
@ -45,8 +45,6 @@
|
||||
</view>
|
||||
</block>
|
||||
</view>
|
||||
|
||||
|
||||
<!-- 发帖入口 -->
|
||||
<add-post-tag></add-post-tag>
|
||||
</view>
|
||||
|
Loading…
Reference in New Issue
Block a user