|
|
@@ -529,8 +529,8 @@ const loadExamData = async () => {
|
|
|
const combinePaperData = async (examinee: Study.Examinee, paperType: EnumPaperType) => {
|
|
|
examineeId.value = examinee.examineeId;
|
|
|
report(events.ExamStartCombineData, {
|
|
|
- envUser: localStorage.getItem('ie-user'),
|
|
|
- envApp: localStorage.getItem('ie-app'),
|
|
|
+ envUser: uni.getStorageSync('ie-user'),
|
|
|
+ envApp: uni.getStorageSync('ie-app'),
|
|
|
});
|
|
|
|
|
|
if (!examinee.paperId) {
|