-
由于工作原因(懒惰/逃),开源的事情搁置了很久,很多存在的问题也一直没有解决。
最近打算重拾起来,计划开发2.0版本,希望得到大家的积极反馈。
内容不限,可以是新功能,可以是批评...谢谢大家支持!
-
### we-cropper 版本
1.3.4
### 对应工具或者iOS或者Andriod的版本号
ios12
### 微信版本号
6.0
### 重现步骤
```javascript
onLoad(option) {
let _this = this;
const { cropperOpt } = _this.data
_thi…
-
第二个参数,传入当前组件的 this , 方便在自定义组件中嵌套。
修改点:
![image](https://user-images.githubusercontent.com/15630104/69321297-c6901c80-0c7d-11ea-9203-c604190a13a5.png)
创建 画布的时候使用:
![image](https://user-images.git…
-
传入当前组件的this ,这样更加方便在组件中使用
只需在源码中加入:
![image](https://user-images.githubusercontent.com/15630104/69320969-289c5200-0c7d-11ea-9062-26274b7e71e6.png)
然后再创建画布的时候:
![image](https://user-images.github…
-
-
### we-cropper 版本
1.3.4
### 对应工具或者iOS或者Andriod的版本号
微信开发者工具
### 微信版本号
微信开发者工具
### 重现步骤
mpvue组件中getCropperImage缺少参数。
![mpvue组件](https://user-images.githubusercontent.com/12763586/536…
-
### we-cropper 版本
1.3.4
### 对应工具或者iOS或者Andriod的版本号
Android 8.0.0
### 微信版本号
7.0.3
### 重现步骤
将.wecropper.getCropperImage({original:true}) 得到的并不是原图,而是超过原图尺寸很多的图片
### 期待的行为
.wecropper.…
-
mpvue组件中getCropperImage缺少参数。
![mpvue组件](https://user-images.githubusercontent.com/12763586/53676477-bd20e780-3cdd-11e9-9316-049a27944e74.png)
getCropperImage定义位置
![default](https://user-image…
-
getCropperImage () {
let _this = this;
this.wecropper.getCropperImage()
.then((src) => {
console.log(src)
// 只要再做其他的操作就会报错_this.ImgUrl = src;
if…
-
代码如下:
``` JavaScript
import weCropper from '../../we-cropper/dist/weCropper.js';
var app = getApp();
const device = wx.getSystemInfoSync() // 获取设备信息
const width = 350;
const height = 300;
Page(…