|
@@ -278,41 +278,6 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
- /*
|
|
|
- internetQuest(){
|
|
|
- this.$http.post("memory/getIfUsable", {phone: this.phone}, msg => {
|
|
|
- console.log(msg);
|
|
|
- if(msg.msg=="还未到时间"){
|
|
|
- this.isDelay=true;
|
|
|
- this.remainingTime = msg.data;
|
|
|
- this.countDownDivShow = true
|
|
|
- this.delayTestButtonShow = false
|
|
|
- }else if(msg.msg=='需要先进行即时测试'){
|
|
|
- console.log("进行即时测试");
|
|
|
- }else{
|
|
|
- switch(msg.data.length){
|
|
|
- case 6:
|
|
|
- this.isDelay=true;
|
|
|
- this.beforeTime=false;
|
|
|
- this.memoryType=2;
|
|
|
- this.countDownDivShow = false
|
|
|
- this.delayTestButtonShow = true
|
|
|
- this.correlationMemory=msg.data[0].id;
|
|
|
- break;
|
|
|
- case 7: this.$router.push("WordAssociation");
|
|
|
- break;
|
|
|
- case 8: this.$router.push("freeRecall");
|
|
|
- break;
|
|
|
- case 9: this.$router.push("pictureAssociation");
|
|
|
- break;
|
|
|
- case 10: this.$router.push("personRecall");
|
|
|
- break;
|
|
|
- }
|
|
|
- }
|
|
|
- this.quest=true;
|
|
|
- })
|
|
|
- },
|
|
|
- */
|
|
|
|
|
|
startTest(testMode) {
|
|
|
if (
|