From 0f5da4e8c4fedac1a612d3abbaf1f31ef0d07395 Mon Sep 17 00:00:00 2001
From: Lijiawei <1456470136@qq.com>
Date: Thu, 28 Sep 2023 15:24:18 +0800
Subject: [PATCH] fix: target image format error
---
js/report.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/js/report.js b/js/report.js
index dad8c57..973c5e8 100644
--- a/js/report.js
+++ b/js/report.js
@@ -428,8 +428,8 @@ function StepPannel(data, root){
for(var i=0; i < step.screen.pos.length; i++){
var pos = step.screen.pos[i]
var rect = JSON.stringify({'left': pos[0], "top": pos[1]})
- targets += ""
- .format(this.static, rect)
+ targets += ""
+ .format(rect)
}
// 线