uniapp update

This commit is contained in:
linfeng 2023-07-03 10:40:25 +08:00
parent f08e8e370c
commit 479c1fdce0
2 changed files with 1 additions and 6 deletions

View File

@ -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();
} }

View File

@ -45,8 +45,6 @@
</view> </view>
</block> </block>
</view> </view>
<!-- 发帖入口 --> <!-- 发帖入口 -->
<add-post-tag></add-post-tag> <add-post-tag></add-post-tag>
</view> </view>