zhaoxiaohai 2 years ago
parent
commit
8807a82f27
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/tabbar/home/index.js

+ 2 - 2
pages/tabbar/home/index.js

@@ -116,7 +116,7 @@ Page({
                 "nocache": true,
                 "status": "待跟进"
             }
-        }).then(res => {
+        }, false).then(res => {
             if (res.data.count == 0) return;
             if (res.data.count > 99) res.data.count = '99+';
             this.data.gridList[index].count = res.data.count;
@@ -166,7 +166,7 @@ Page({
                 type: "",
                 where: {}
             },
-        }).then(res => {
+        }, false).then(res => {
             if (res.msg != '成功') return (i <= 5) ? this.queryMessage(i + 1) : wx.showToast({
                 title: res.msg,
                 icon: "none"