shawenguan 1 vuosi sitten
vanhempi
commit
b507b28714
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {