提交 19a644d0 编写于 作者: W wanganxp

修复 echart组件的js引用路径错误的bug

上级 cc2e5a53
......@@ -49,7 +49,7 @@
} else {
// 动态引入类库
const script = document.createElement('script')
script.src = './static/echarts.min.js'
script.src = '/uni_modules/wa-chart/static/echarts.min.js'
script.onload = this.init
document.head.appendChild(script)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册