(n.isUseNewAplusJs = function ()()

in static/js/aplus_v2.js [211:238]


          (n.isUseNewAplusJs = function () {
            var e = i('aplus-core'),
              t = window.navigator.userAgent.toLocaleLowerCase(),
              n = /qq\//.test(t),
              a = /micromessenger/.test(t),
              r = /(taobao\.com)|(tmall\.com)/.test(location.hostname),
              o =
                ['www.taobao.com/', 'www.dingtalk.com/'].indexOf(
                  location.hostname + location.pathname
                ) > -1,
              s = /aone\.alibaba-inc\.com/.test(location.hostname),
              u =
                [
                  'we.taobao.com',
                  'creator.guanghe.taobao.com',
                  'h5.m.goofish.com',
                  'account.yuekeyun.com',
                  'dengta.taopiaopiao.com',
                  'myseller.taobao.com',
                  'dms.alibaba-inc.com',
                  'qn.taobao.com',
                ].indexOf(location.hostname) > -1,
              l =
                /\.wapa\./.test(location.hostname) ||
                /^pre-/.test(location.hostname),
              c = ['aplus.js'].indexOf(e) > -1;
            return ((n || a) && r) || o || u || l || s || c;
          });