diff --git a/test_mini/pages/lianxi/main.js b/test_mini/pages/lianxi/main.js index 71e1b16..7b8999c 100644 --- a/test_mini/pages/lianxi/main.js +++ b/test_mini/pages/lianxi/main.js @@ -175,8 +175,8 @@ Page({ if (isright == false && tm_current.user_answer != undefined) { tm_current.dtime = util.formatTime(new Date()) that.data.ctms.unshift(tm_current) - if (that.data.ctms.length > 40) { - that.data.ctms.length = 40 + if (that.data.ctms.length > 100) { + that.data.ctms.length = 100 } } return isright diff --git a/test_mini/pages/login/login.js b/test_mini/pages/login/login.js index 8491569..56b237e 100644 --- a/test_mini/pages/login/login.js +++ b/test_mini/pages/login/login.js @@ -130,7 +130,7 @@ Page({ } }, isPhone: function(phone){ - var phoneReg = /^[1][3,4,5,7,8,9][0-9]{9}$/; + var phoneReg = /^[1][3,4,5,6,7,8,9][0-9]{9}$/; if (phoneReg.test(phone)) { return true; } else { diff --git a/test_mini/pages/moni/note.wxml b/test_mini/pages/moni/note.wxml index 3f34242..29121dd 100644 --- a/test_mini/pages/moni/note.wxml +++ b/test_mini/pages/moni/note.wxml @@ -10,14 +10,13 @@ {{panduan_count}}道判断题,每题{{panduan_score}}分 多选题漏选每个正确选项得1分,错选0分 满分{{total_score}};{{pass_score}}以上通过 - - 2.答题须知 进入答题后请不要后退或返回桌面 用户可点击上一题/下一题进行切换答题 可点击答题卡复查 请合理安排时间答题,可提前交卷,超时会自动提交 + 开始考试 - 开始考试 + \ No newline at end of file diff --git a/test_mini/pages/quota/quota.wxml b/test_mini/pages/quota/quota.wxml index b328913..9dce566 100644 --- a/test_mini/pages/quota/quota.wxml +++ b/test_mini/pages/quota/quota.wxml @@ -11,17 +11,17 @@ {{item.cityName}} {{item.examDate}} - + 考试时间: {{item.examTime}} - 截止报名: {{item.endSignDate}} - + 联系电话:{{item.linkContact}} - + {{item.planName}} diff --git a/test_mini/project.config.json b/test_mini/project.config.json index ab52b0f..51718bc 100644 --- a/test_mini/project.config.json +++ b/test_mini/project.config.json @@ -18,15 +18,15 @@ "checkInvalidKey": true, "checkSiteMap": true, "uploadWithSourceMap": true, + "compileHotReLoad": false, "babelSetting": { "ignore": [], "disablePlugins": [], "outputPath": "" }, - "useCompilerModule": true, - "userConfirmedUseCompilerModuleSwitch": false, - "compileHotReLoad": false, - "useIsolateContext": true + "useIsolateContext": true, + "useCompilerModule": false, + "userConfirmedUseCompilerModuleSwitch": false }, "compileType": "miniprogram", "libVersion": "2.10.3",