htc hace 6 meses
padre
commit
ed493ab8e3
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      components/l-echart/l-echart.vue

+ 0 - 2
components/l-echart/l-echart.vue

@@ -326,11 +326,9 @@ export default {
 				await sleep(this.beforeDelay)
 			}
 			let config = await this.getContext();
-			console.log(config,'config');
 			// #ifndef APP-NVUE
 			setCanvasCreator(echarts, config)
 			try {
-				console.log(typeof callback,'callback');
 				this.chart = echarts.init(config.canvas, theme, Object.assign({}, config, opts))
 				if(typeof callback === 'function') {
 					callback(this.chart)