{boolean} true|false */ isCallNAPermit: function (opts) { if (opts && this.callNAMoreList[opts.callNaMore]) { return true; } if (this.isGreaterThanOne) { return false; } if (isEnvNeedCookieImplCallupOnce() && cookie.get('calluponcetag') === '1') { return false; } return ...