WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-08-11 38da567056a6fb2c2287523ccc472c9775904495
去除图表日志
1 files modified
2 ■■■■■ changed files
plugins/echarts/CECharts.weapp.vue 2 ●●●●● patch | view | raw | blame | history
plugins/echarts/CECharts.weapp.vue
@@ -58,7 +58,6 @@
                .select('#' + this.canvasId)
                .fields({ node: true, size: true })
                .exec(res => {
                    console.log(res);
                    const canvasNode = res[0].node;
                    this.canvasNode = canvasNode;
                    const canvasDpr = wx.getSystemInfoSync().pixelRatio;
@@ -69,7 +68,6 @@
                    echarts.setCanvasCreator(() => {
                        return canvas;
                    });
                    console.log(typeof callback);
                    if (typeof callback === 'function') {
                        callback(canvas, canvasWidth, canvasHeight, canvasDpr);
                    } else {