diff --git a/src/components/community/moreCommunity.vue b/src/components/community/moreCommunity.vue index 107b79f89..4b3fdf565 100644 --- a/src/components/community/moreCommunity.vue +++ b/src/components/community/moreCommunity.vue @@ -70,14 +70,14 @@ export default { }, async listEnterCommunity(_page, _row) { - const { communitys, records } = await getMyEnteredCommunitys({ + const { communitys, total } = await getMyEnteredCommunitys({ _uid: '123mlkdinkldldijdhuudjdjkkd', page: _page, row: _row, communityName: this.navCommunityInfo.searchCommunityName }) this.communitys = communitys - this.total = records; + this.total = total; this.currentPage = _page; }, diff --git a/src/views/user/login/Login.vue b/src/views/user/login/Login.vue index 1cc6ee1b2..3f680715a 100644 --- a/src/views/user/login/Login.vue +++ b/src/views/user/login/Login.vue @@ -44,8 +44,8 @@ export default { logo: '', companyName:'', loginForm: { - username: 'wuxw', - passwd: 'admin', + username: '', + passwd: '', validateCode: '' }, captchaUrl: '',