Commit 5f289061 by 宋毅

修改接口

parent 94c40c51
......@@ -21,7 +21,9 @@ class IcpOrderService extends AppServiceBase {
appInfo: pobj.appInfo,
actionProcess: pobj.actionProcess
}
if (pobj.param1 || pobj.param2) {
if (pobj.param1 && pobj.param2) {
sobj.additionsDesc = pobj.param1 + "-" + pobj.param2;
} else if (pobj.param1 || pobj.param2) {
sobj.additionsDesc = pobj.param1 + pobj.param2;
}//附加参数
let productUrl = settings.centerAppUrl() + "action/opProduct/springBoard";
......
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