Commit 32c3f72e by 王悦

fix isDirectBuy-string

parent 287e5c4f
...@@ -279,7 +279,7 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -279,7 +279,7 @@ class UtilsNeedSve extends AppServiceBase {
actionType: "getLoginByUserName", actionType: "getLoginByUserName",
actionBody: {} actionBody: {}
}; };
if (pobj.isDirectBuy){//直购 if (pobj.isDirectBuy === "true"){//直购
userparam.actionBody.channelUserId = pobj.mobile userparam.actionBody.channelUserId = pobj.mobile
userparam.actionBody.mobile = pobj.mobile userparam.actionBody.mobile = pobj.mobile
userparam.actionBody.userName = pobj.mobile userparam.actionBody.userName = pobj.mobile
......
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