Closed ChengYu-Zhang closed 5 years ago
在mpvue中 let { imgLeft, imgTop, scaleWidth, scaleHeight } = this.wecropper let { x, y, width, height } = this.wecropper.cut 获取不到相应的参数,怎样才能获取参数呢
可以先参照FAQ方式自己封装一个mpvue组件
您那边封装好的组件吗?因为我这边赶项目没有时间自己封装,如果有麻烦您给我分享一下,万分感谢~
在mpvue中 let { imgLeft, imgTop, scaleWidth, scaleHeight } = this.wecropper let { x, y, width, height } = this.wecropper.cut 获取不到相应的参数,怎样才能获取参数呢
同样的疑问
在mpvue中 let { imgLeft, imgTop, scaleWidth, scaleHeight } = this.wecropper let { x, y, width, height } = this.wecropper.cut 获取不到相应的参数,怎样才能获取参数呢
同样的疑问
这个获取不到的,你需要重新新建一个canvas,总的来说就是新建一个很大的canvas,然后用wx的api保存下来,和平常把canvas变清晰一样的套路。
在mpvue中 let { imgLeft, imgTop, scaleWidth, scaleHeight } = this.wecropper let { x, y, width, height } = this.wecropper.cut 获取不到相应的参数,怎样才能获取参数呢
请问这个问题解决了吗?我也遇到了
描述
we-cropper在mpvue中怎样优化截图模糊问题呢?