Commit 817658d3 by 宋毅

tj

parent e9a2a8ef
......@@ -151,8 +151,7 @@ class OrderInfoService extends ServiceBase {
return system.getResultFail(-101, "post is error");
}
txorder = txorderinfo.data;
console.log(txorder);
var txorder = txorderinfo.data;
if (txorder.status < 0) {
return system.getResultFail(-101, "post is error");
}
......@@ -161,6 +160,7 @@ class OrderInfoService extends ServiceBase {
}
var txorderdetail = txorder.data.deals[0];
console.log(txorderdetail.goodsDetail, "....txorderdetail.goodsDetail.....1");
txorderdetail.goodsDetail=JSON.parse(txorderdetail.goodsDetail);
var self = this;
var isoldsolutionorder = false;
var ispush = true;
......
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