zs 1 年之前
父節點
當前提交
d34f6c3636
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pagesHome/home/index.js

+ 1 - 0
pagesHome/home/index.js

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