|
@@ -977,7 +977,7 @@ export default class ListenLayer {
|
|
|
y: magnifier.popPosition.y / coordinate.ratio,
|
|
|
});
|
|
|
distance = this.getDistance(position, popPosition);
|
|
|
- if (distance < 100) {
|
|
|
+ if (distance < 100 * coordinate.ratio) {
|
|
|
//圆圈的半径
|
|
|
magnifierInfo = {
|
|
|
magnifierId: magnifierId,
|