错误信息: n.forEach is not a function 错误路径: common/vendor.js 错误代码: rget,e.detail)),e}(e);var r=(e.currentTarget||e.target).dataset;if(!r)return console.warn("事件信息不存在");var n=r.eventOpts||r["event-opts"];if(!n)return console.warn("事件信息不存在");var i=e...
let data = [], tian = [], reportLine = [], notReportLine = [];try { let res = await getWeekStuReport();data = res.result;data.forEach((item) => { tian.push(item.type);reportLine.push(item.sbNum);notReportLine.push(item.notSbNum);});} catch (e) { console.l...
addEventListener is not a function at Oe (echarts.min.js:1) at gi (echarts.min.js:1) at echarts.min.js:1 at Array.forEach (<anonymous>) at v (echarts.min.js:1) at fi (echarts.min.js:1) at new n (echarts.min.js:8) at new t (echarts.min.js:8) at zi (echarts....
使用当前最新版本5.4.1的时候出现了报错,根据报错内容可以知道是缺少了addEventListener函数,所以我们在wx-canvas.js中添加下空函数; TypeError: t.addEventListener is not afunctionatOe(echarts.min.js:1)atgi(echarts.min.js:1)atecharts.min.js:1atArray.forEach(<anonymous>)atv(echarts.min.js:1)atfi(...
},//判断是否是json格式isJSON(str) {if(typeofstr == "string") {try{varobj =JSON.parse(str)if(typeofobj == "object" &&obj) {returntrue}else{returnfalse} }catch(e) {returnfalse} } },//电话号码加密phonePas(string, type) {if(string) { ...
{ success: function (res) { let storageKeys = res.keys; let chatKeys = []; let len = myName.length; storageKeys.forEach((item) => { if (item.slice(-len) == myName) { chatKeys.push(item); } }); chatKeys.forEach((item, index) => { if (item.indexOf(searchValue) != -...
data.forEach((item) => { // 从接口中提取自己想要的数据 tian.push(item.type); reportLine.push(item.sbNum); notReportLine.push(item.notSbNum); }) } } catch (e) { console.log(e); } // 这里开始就是echarts的配置项了 let option = { ...
!!!修改 echarts.min.js,否则会报错 t.addEventListener is not a function。 1.增加代码 varisDomLevel2 = (typeofwindow!=='undefined') && !!window.addEventListener; AI代码助手复制代码 如下图 2.修改 Le 和 Pe 函数(可通过ctrl+f搜索)如下 ...
条件编译调用 HTML5+ 小程序及 H5 等平台是没有 HTML5+ 扩展规范的,因此在 uni-app 调用 HTML5+ 的扩展规范时,需要注意使用条件编译。否则运行到h5、小程序等平台会出现 plus is not defined错误。 // #ifdef APP-PLUS var appid = ... ]]> ...
transformImport(){// 获取所有import标签constimports=this.$('import')for(leti=0;i<imports.length;i++){constnode=imports.eq(i)if(!node.is('import'))returnconstimportPath=node.attr('src')// 收集引入的路径信息this.importPath.push(importPath)// 将文件名统一转换成短横线风格letcompName=Transfo...