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