|  | @@ -220,7 +220,7 @@ export default {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |            //获取当前时间
 |  |            //获取当前时间
 | 
											
												
													
														|  |            var myDate = new Date()
 |  |            var myDate = new Date()
 | 
											
												
													
														|  | -          var myDate = new Date("2021-05-02");
 |  | 
 | 
											
												
													
														|  | 
 |  | +          var myDate = new Date("2021-07-25");
 | 
											
												
													
														|  |            this.newtime = myDate.getTime(myDate)
 |  |            this.newtime = myDate.getTime(myDate)
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |            //判断时间显示
 |  |            //判断时间显示
 | 
											
										
											
												
													
														|  | @@ -237,11 +237,12 @@ export default {
 | 
											
												
													
														|  |              this.timequjian = this.answerStime + '~' + this.answerEtime
 |  |              this.timequjian = this.answerStime + '~' + this.answerEtime
 | 
											
												
													
														|  |            } else if (
 |  |            } else if (
 | 
											
												
													
														|  |              this.newtime >= this.answerS &&
 |  |              this.newtime >= this.answerS &&
 | 
											
												
													
														|  | -            this.newtime < this.reviewEtime
 |  | 
 | 
											
												
													
														|  | 
 |  | +            this.newtime < this.reviewE
 | 
											
												
													
														|  |            ) {
 |  |            ) {
 | 
											
												
													
														|  |              this.status = '4'
 |  |              this.status = '4'
 | 
											
												
													
														|  |              this.num = 80
 |  |              this.num = 80
 | 
											
												
													
														|  |              this.timequjian = this.answerEtime + '~' + this.reviewStime
 |  |              this.timequjian = this.answerEtime + '~' + this.reviewStime
 | 
											
												
													
														|  | 
 |  | +         
 | 
											
												
													
														|  |            } else if (
 |  |            } else if (
 | 
											
												
													
														|  |              this.newtime >= this.reviewS &&
 |  |              this.newtime >= this.reviewS &&
 | 
											
												
													
														|  |              this.newtime < this.reviewE
 |  |              this.newtime < this.reviewE
 | 
											
										
											
												
													
														|  | @@ -253,6 +254,8 @@ export default {
 | 
											
												
													
														|  |              this.status = '6'
 |  |              this.status = '6'
 | 
											
												
													
														|  |              this.timequjian = this.reviewEtime
 |  |              this.timequjian = this.reviewEtime
 | 
											
												
													
														|  |            } else {
 |  |            } else {
 | 
											
												
													
														|  | 
 |  | +           
 | 
											
												
													
														|  | 
 |  | +          
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |          })
 |  |          })
 | 
											
												
													
														|  |          .catch((err) => {})
 |  |          .catch((err) => {})
 |