fix
This commit is contained in:
parent
e6f7c54e97
commit
e5bcc32b90
@ -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', {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user