This commit is contained in:
dongqing 2019-12-05 09:35:58 +08:00
parent e6f7c54e97
commit e5bcc32b90

View File

@ -310,9 +310,10 @@ Component({
}); });
}, true, this.movingCache); }, true, this.movingCache);
} else { } else {
// 某些机型(华为 P20只绘制一遍会偶然性没法展示目前采用再绘一遍的方法次方法加上后没法针对半透明场景会导致叠加增强 // 某些机型(华为 P20非移动场景下只绘制一遍会偶然性图片绘制失败目前采用再绘一遍的方法
// 后续找到原因 if (!isMoving && doView.type === 'image') {
pen.paint() pen.paint()
}
pen.paint((callbackInfo) => { pen.paint((callbackInfo) => {
callback && callback(callbackInfo); callback && callback(callbackInfo);
this.triggerEvent('viewUpdate', { this.triggerEvent('viewUpdate', {