@@ -88,6 +88,7 @@ Page({
wx.showLoading({ title: '加载中', mask: true })
await that.searchUser()
await that.searchOther()
+ await that.clearPage()
await that.search()
wx.hideLoading()
},