也遇到这个问题了,看文档的意思是会影响代码体积的。[图片]
使用加固代码插件会导致主包变大?使用加固代码插件(devtool-code-obfuscation),加固的文件会算入主包大小,导致主包超过限制,无法上传 [图片] [图片] [图片]
2023-06-14var pieId = this.selectComponent('#mychart-pie'); 只是ec-canvas组件的实例,不是canvas的实例
微信小程序echart图表转成图片图片空白?wxml代码: <ec-canvas id="mychart-dom-pie" canvas-id="mychart-pie" ec="{{ ecPie }}"></ec-canvas> js代码: var pieId = this.selectComponent('#mychart-pie'); pieId.canvasToTempFilePath({ x: 100, y: 200, width: 50, height: 50, destWidth: 100, destHeight: 100, fileTpye:'png', canvasId: 'mychart-pie', success(res) { console.log(res.tempFilePath); imgUrl=res.tempFilePath; wx.saveImageToPhotosAlbum({ filePath:res.tempFilePath }) }, fail(error){ console.log(error); } },this); 没有报错,保存的图片打开后空白
2023-04-17https://www.finclip.com/news/f/16428.html
webview页面如何刷新小程序呢?webview页面如何刷新小程序呢?
2023-04-11