From 24c1a221688f708e8baa19b5256ccf7e83a3e136 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Mon, 17 Feb 2025 14:34:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=BA=86=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/Roads.ets | 6 ------ 1 file changed, 6 deletions(-) diff --git a/entry/src/main/ets/pages/Roads.ets b/entry/src/main/ets/pages/Roads.ets index 4b3e3271..a9e5d240 100644 --- a/entry/src/main/ets/pages/Roads.ets +++ b/entry/src/main/ets/pages/Roads.ets @@ -21,12 +21,6 @@ struct Index { //TODO 字段名称待修改 const { no1, no2, no3, txt1, txt2 } = systemParm; if (no1 == 4) { - const temp = { - no2, - no3, - txt1: decodeURI(txt1), - txt2 - } this.roadObj[no2] = no2 } })