shawenguan 1 년 전
부모
커밋
b507b28714
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -200,7 +200,7 @@ function getRequestPlainData() {
     } else {
         reqData = magicJS.parseQueryStr($request.url);
     }
-    if (!reqData || reqData.data) {
+    if (!reqData || !reqData.data) {
         return;
     }
     try {