去掉console
This commit is contained in:
@@ -112,8 +112,6 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleToTest({id, examinationDuration: time, examinationType }) {
|
handleToTest({id, examinationDuration: time, examinationType }) {
|
||||||
|
|
||||||
console.log(time, examinationType,this.studyDuration);
|
|
||||||
if(examinationType == 1) {
|
if(examinationType == 1) {
|
||||||
if(this.studyDuration && this.studyDuration < time) {
|
if(this.studyDuration && this.studyDuration < time) {
|
||||||
return uni.showModal({
|
return uni.showModal({
|
||||||
|
|||||||
Reference in New Issue
Block a user