人生啊人生 1 nedēļu atpakaļ
vecāks
revīzija
0b4d2fb35b

+ 5 - 1
src/components/ThreeWorldEventQingXiCheAndQv/event/QingXiCheAndQvProcessEvent.vue

@@ -70,7 +70,11 @@ const downEvent = () => {
         "
         class="main">
             
-            <div class="txt">{{ QingXiCheAndQvProcessEventStore().obj.list[QingXiCheAndQvProcessEventStore().obj.listIndex].note }}</div>
+            <div class="txt" v-if="QingXiCheAndQvProcessEventStore().obj.eventMode == 0"
+            >{{ QingXiCheAndQvProcessEventStore().obj.list[QingXiCheAndQvProcessEventStore().obj.listIndex].note }}</div>
+
+            <div class="txt" v-if="QingXiCheAndQvProcessEventStore().obj.eventMode == 1" >请继续完成当前考点!</div>
+
             <div class="comBtn" v-show="QingXiCheAndQvProcessEventStore().obj.btnUp == true" >上一步</div>
             <div class="comBtn" v-show="QingXiCheAndQvProcessEventStore().obj.btnDown == true" v-on:click="downEvent()" >下一步</div>
             

+ 1 - 1
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvCarEvent.js

@@ -284,7 +284,7 @@ export class QingXiCheAndQvCarEvent {
         );
 
         // 同步当前的模式
-        thisClass.eventMode = QingXiCheAndQvCarEventClick.find().QingXiCheAndQvProcessEventStore.eventMode;
+        thisClass.eventMode = QingXiCheAndQvCarEventClick.find().QingXiCheAndQvProcessEventStore.obj.eventMode;
         
         // if (typeof type != 'string' && type != '' && type != ' ' && type != '  ') {
         //     this.storesObj.courseChapter3dShow.show.threeWorldMask = false;