shawenguan 1 年間 前
コミット
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() {