@@ -108,6 +108,7 @@ Page({
wx.showLoading({ title: '加载中', mask: true })
await that.searchUser()
await that.searchOther()
+ await that.clearPage()
await that.search()
wx.hideLoading()
},
@@ -86,9 +86,6 @@ Page({
let res = await app.$api('team', 'GET', { ...info, ...that.data.searchInfo })
if (res.errcode == '0') {
let list = [...that.data.list, ...res.data]
- // for (const val of list) {
- // val.tel = val.phone.substr(0,3) + "****" + val.phone.substr(7)
- // }
that.setData({ list })
that.setData({ total: res.total })
}