updateEcharts(newValue, oldValue, ownerInstance, instance) {
console.log(newValue.series[0].data)
console.log(oldValue.series[0].data)
// 监听 service 层数据变更
myChart.setOption(newValue)
}
newValue, oldValue的值相同在H5端是相同的
1 个回复
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
已验证,确实存在这个问题