This commit is contained in:
yanran200730
2022-05-27 14:35:59 +08:00
parent cf1a4c5b10
commit b6e07a9908

View File

@@ -137,7 +137,9 @@
}).then(res => { }).then(res => {
console.log(res) console.log(res)
uni.hideLoading() uni.hideLoading()
this.userId = res.userList.map(e => e.openUserId) || [] if (res.userList && res.userList) {
this.userId = res.userList[0].openUserId
}
this.isMore = false this.isMore = false
this.current = 1 this.current = 1