mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
cf9ca7dca6
commit
7fc2b3087e
@ -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;
|
||||
|
||||
},
|
||||
|
||||
@ -44,8 +44,8 @@ export default {
|
||||
logo: '',
|
||||
companyName:'',
|
||||
loginForm: {
|
||||
username: 'wuxw',
|
||||
passwd: 'admin',
|
||||
username: '',
|
||||
passwd: '',
|
||||
validateCode: ''
|
||||
},
|
||||
captchaUrl: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user