htc 6 ヶ月 前
コミット
ed493ab8e3
1 ファイル変更0 行追加2 行削除
  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)