|
|
@@ -879,7 +879,7 @@ function GetTestReportInfo(reportid, callback) {
|
|
879
|
879
|
var name1 = UserTestReport[n].Name[0].split(" ");
|
|
880
|
880
|
var name2 = UserTestReport[n].Name[1];
|
|
881
|
881
|
|
|
882
|
|
- if (name1[0].indexOf("英语") >= 0 ||name1[0].indexOf("单词") >= 0 || name1[0].indexOf("1000") >= 0 || name1[0].indexOf("4000") >= 0) {
|
|
|
882
|
+ if (name1[0].indexOf("英语") >= 0 ||name1[0].indexOf("单词") >= 0 || name1[0].indexOf("1000") >= 0 || name1[0].indexOf("2000") >= 0 || name1[0].indexOf("4000") >= 0) {
|
|
883
|
883
|
//console.log("英语");
|
|
884
|
884
|
var wordStr = "";
|
|
885
|
885
|
var userTestReportInfo = UserTestReport[n];
|
|
|
@@ -1255,6 +1255,7 @@ function getEnglish(callback) {
|
|
1255
|
1255
|
var arrNewConceptEngList = common.Decrypt(data.NewConceptEngList);
|
|
1256
|
1256
|
var arrCambridgeEngList = common.Decrypt(data.CambridgeEngList);
|
|
1257
|
1257
|
var arrEEWEngList = common.Decrypt(data.EEWEngList);
|
|
|
1258
|
+ var arrCEWEngList = common.Decrypt(data.CEWEngList);
|
|
1258
|
1259
|
var arrBEWEngList = common.Decrypt(data.BEWEngList);
|
|
1259
|
1260
|
var arrMiddleSchoolTestWords = common.Decrypt(data.MiddleSchoolTestWords);
|
|
1260
|
1261
|
var arrPhoneticEngList = common.Decrypt(data.PhoneticEngList);
|
|
|
@@ -1262,6 +1263,7 @@ function getEnglish(callback) {
|
|
1262
|
1263
|
wx.setStorageSync("NewConceptEngList", arrNewConceptEngList);
|
|
1263
|
1264
|
wx.setStorageSync("CambridgeEngList", arrCambridgeEngList);
|
|
1264
|
1265
|
wx.setStorageSync("EEWEngList", arrEEWEngList);
|
|
|
1266
|
+ wx.setStorageSync("CEWEngList", arrCEWEngList);
|
|
1265
|
1267
|
wx.setStorageSync("BEWEngList", arrBEWEngList);
|
|
1266
|
1268
|
wx.setStorageSync("MiddleSchoolTestWords", arrMiddleSchoolTestWords);
|
|
1267
|
1269
|
wx.setStorageSync("PhoneticEngList", arrPhoneticEngList);
|