diff --git a/entry/src/main/ets/pages/UserInfo.ets b/entry/src/main/ets/pages/UserInfo.ets index 2c76afa4..76e6aee9 100644 --- a/entry/src/main/ets/pages/UserInfo.ets +++ b/entry/src/main/ets/pages/UserInfo.ets @@ -711,10 +711,12 @@ struct UserInfo { this.startExam = true } listData.id = index.toString() - // TODO 需要修改 // for (let i in listData) { // listData[i] = decodeURI(listData[i]) // } + Object.keys(listData).forEach((key) => { + Reflect.set(listData, key, decodeURI(Reflect.get(listData, key))); + }); if (this.systemParam.Param828Str == '1' || this.systemParam.Param828Str == '2') { // listData.ksy2=listData.ksy1; listData.ksy2 = this.examinerLoginInfo.kgxm