shawenguan hai 1 ano
pai
achega
b507b28714
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {