未捕获的TypeError:无法读取属性' toLowerCase'空控制台日志错误

时间:2018-01-26 11:33:17

标签: javascript console.log

我不知道为什么我在控制台日志中出现此错误。此代码位于utm源脚本区域中。当我点击错误时,它会在这段代码中重定向。

if(utm_source.toLowerCase() == "other"){
  tmpVars = updateQueryStringParameter(tmpVars, "utm_source", "referrer");

  if( tmpVars.charAt( 0 ) === "?" ){
    tmpVars = tmpVars.substr(1);
  }

  trackingVars = tmpVars;
}

我试图制作一个静态页面。实时页面没有错误但是当我使用wget下载它并将其传输到我的xampp时,我收到了这个错误。

0 个答案:

没有答案