@@ -16,7 +16,6 @@ Page({
this.refreshData() //更新权限等信息
getApp().globalData.http.refreshData = this.refreshData.bind(this);
vIndate();
-
},
/* 更新站点信息 */
refreshData() {
@@ -75,7 +74,8 @@ Page({
"method": "getCount",
"content": {
"nocache": true,
- "status": "待跟进"
+ "status": "待跟进",
+ content: Date.now()
}
}, false).then(res => {
if (res.data.count == 0) res.data.count = '';
@@ -97,7 +97,8 @@ Page({
"pageNumber": 1,
- "pageSize": 3
+ "pageSize": 3,
if (res.msg != '成功') return;