人脸验证
parent
e0d9a3fe38
commit
39544b2aa3
|
@ -150,7 +150,7 @@ export default {
|
||||||
this.CLASSCURRICULUM_ID = options.CLASSCURRICULUM_ID;
|
this.CLASSCURRICULUM_ID = options.CLASSCURRICULUM_ID;
|
||||||
this.CLASS_ID = options.CLASS_ID;
|
this.CLASS_ID = options.CLASS_ID;
|
||||||
this.STUDENT_ID = options.STUDENT_ID;
|
this.STUDENT_ID = options.STUDENT_ID;
|
||||||
this.ISFACE = '0';
|
this.ISFACE = options.ISFACE;
|
||||||
this.fnInit();
|
this.fnInit();
|
||||||
},
|
},
|
||||||
onReady() {
|
onReady() {
|
||||||
|
|
Loading…
Reference in New Issue