估计是微信的问题,太tm sb 了;被wx整无语了
为什么使用wx.openDocument在PC端的微信打开小程序里面调用打开Excel文件无法编辑?打开的Excel文件只能预览,无法像以前那个编辑保存等操作。是微信版本问题,还是程序问题 onBtn_EXCEL_preview(e){ console.log(e) const orderID = e.detail const URL = this.data.shareExcelURL; wx.openDocument({ filePath: URL, fileType:'xlsx', showMenu:true, success: function (res) { console.log('打开文档成功') } }) },
2024-11-27这个Canvas有好多问题,我已经彻底放弃了,改为后端生成
微信小程序手机端不开调试canvas无法正常绘制,而开发者工具和真机调试都正常?求助![图片][图片] this.ctx = wx.createCanvasContext('myCanvas'); this.ctx.font = '20px SimSun'; this.ctx.fillStyle = '#704AF2'; this.ctx.fillText('AI集合站·您身边的AI助手!', 60, 40); this.ctx.draw() // this.ctx.drawImage(ewmfilePath, 50, 60, 180, 180); this.ctx.font = '14px SimSun'; this.ctx.fillStyle = '#00007f'; this.ctx.fillText('(扫一扫或长按上方二维码进入)', 50, 280); this.ctx.draw(true); this.flag = true; uni.hideLoading()
2024-05-08