|
@@ -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"
|