Results 2 comments of Zhang

![image](https://user-images.githubusercontent.com/41320159/217689837-00544ad3-ed0b-424c-8ba5-c96a6ac1de3b.png) 应该是浮点数精度问题,我装了个number-precision包处理了一下cut_left和cut_top这块的计算就没有报错了

> > ![image](https://user-images.githubusercontent.com/41320159/217689837-00544ad3-ed0b-424c-8ba5-c96a6ac1de3b.png) 应该是浮点数精度问题,我装了个number-precision包处理了一下cut_left和cut_top这块的计算就没有报错了 > > 这个 方法贴出来看看 ``` /** * 检测剪裁框位置是否在允许的范围内(屏幕内) */ _cutDetectionPosition() { let _cutDetectionPositionTop = () => { //检测上边距是否在范围内 if (this.data.cut_top < 0) { this.setData({ cut_top: 0...