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 } })