zhaoxiaohai 2 gadi atpakaļ
vecāks
revīzija
8807a82f27
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      pages/tabbar/home/index.js

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

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