bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user