Commit 7687764b by 王悦

fix

parent 11bd664e
...@@ -777,6 +777,9 @@ class UtilsNeedService extends AppServiceBase { ...@@ -777,6 +777,9 @@ class UtilsNeedService extends AppServiceBase {
}; };
for (let item of result.data) { for (let item of result.data) {
if (item.Type == 1) { if (item.Type == 1) {
console.log("======================================================================================")
console.log(item)
console.log("======================================================================================")
pobj.actionBody.intentionBizId = item.BizId; pobj.actionBody.intentionBizId = item.BizId;
pobj.actionBody.mobile = item.Mobile ? item.Mobile : ""; pobj.actionBody.mobile = item.Mobile ? item.Mobile : "";
//pobj.actionBody.Area = item.Area || "北京" //pobj.actionBody.Area = item.Area || "北京"
...@@ -804,6 +807,11 @@ class UtilsNeedService extends AppServiceBase { ...@@ -804,6 +807,11 @@ class UtilsNeedService extends AppServiceBase {
PageSize: 10, PageSize: 10,
}, apiVersion: "2019-05-08" }, apiVersion: "2019-05-08"
}); });
console.log("======================================================================================")
console.log("======================================================================================")
console.log("======================================================================================")
console.log(res)
console.log("======================================================================================")
if (res.status == 0) { if (res.status == 0) {
pobj.actionBody.data.push(...res.data.Data); pobj.actionBody.data.push(...res.data.Data);
if (page < res.data.TotalPageNum) { if (page < res.data.TotalPageNum) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment