This commit is contained in:
2025-08-27 00:54:13 +08:00
parent 9866588986
commit 8f41d5907a
2 changed files with 3 additions and 3 deletions

View File

@ -58,6 +58,7 @@ class BatchModel extends Base {
// BatchModel.computeDis(this)
let Draw
console.log('kkkkk')
switch (options.type) {
case '点':
Draw = new DrawPoint(this.sdk)
@ -73,6 +74,7 @@ class BatchModel extends Base {
}
Draw && Draw.start((a, positions) => {
this.options.positions = positions;
console.log('uuuuuu')
//判断范围是否过大
if (positions.length != 0 || positions.lng) {
if (options.type == '面') {