shawenguan hace 1 año
padre
commit
9a9443056a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Scripts/unicom/unicomHelper.js

+ 1 - 0
Scripts/unicom/unicomHelper.js

@@ -386,6 +386,7 @@ function handleFlowManagement() {
     regex = /\(\{timeNum:-?\d+,timeType:"PM"\}\)/g;
     newValue = '({timeNum:120,timeType:"PM"})';
     outputString = outputString.replace(regex, newValue);
+    gRetBody = outputString;
 }
 
 function handleGrabCoupon() {