shawenguan 1 год назад
Родитель
Сommit
9a9443056a
1 измененных файлов с 1 добавлено и 0 удалено
  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() {