Commit c0a67945 by Sxy

fix: sb bug

parent d451a2fa
...@@ -327,7 +327,7 @@ class AliHandler { ...@@ -327,7 +327,7 @@ class AliHandler {
// "statusReason": datajson.actionBody.refusalContent // "statusReason": datajson.actionBody.refusalContent
} }
} }
title = ""; let title = "";
if (datajson.actionBody.needsolution.status == "USER_CONFIRMED") {//用户已确认递交文件 if (datajson.actionBody.needsolution.status == "USER_CONFIRMED") {//用户已确认递交文件
title = "用户已确认递交文件"; title = "用户已确认递交文件";
params.d.deliverStatus = "userConfirmationResolve"; params.d.deliverStatus = "userConfirmationResolve";
......
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