@ -66,7 +66,7 @@ Page({
loadMoreType: res.data.otherUsers.length === this.data.pageSize ? 'loading': 'none',
preloadVisible: false
})
if (this.data.loadMoreType === 'none') {
if (this.data.loadMoreType === 'none' && this.data.gMembersList.length !== 0) {
this.setData({
loadMoreVisible: true
@ -57,6 +57,11 @@ Page({
loadMoreType: res.data.length === this.data.pageSize ? 'loading': 'none',
if (this.data.loadMoreType === 'none' && this.data.gOfficialsList.length !== 0) {
}
}).catch(err => {
console.log(err)