@@ -433,6 +433,12 @@ export class QingXiCheAdnQvCarEventStep {
break;
case '清洗车_调整卷筒器到合适位置_关闭_1':
+ list = [
+ { "name" : "大卷盘", "speed" : 1, "from" : 102, "to" : 0 },
+ ];
+ break;
+
+ case '清洗车_调整卷筒器到合适位置_关闭_2':
list = [
{ "name" : "大卷盘开关盖板", "speed" : 1, "from" : 200, "to" : 100 },
];
@@ -1196,9 +1196,13 @@ export class QingXiCheAndQvCarEventClick {
QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_调整卷筒器到合适位置_关闭_1', function() {
- QingXiCheAndQvCarEvent.find().eventEnd = 2;
- QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
- QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+ QingXiCheAdnQvCarEventStep.find().animationAllTypeUpdate('清洗车_调整卷筒器到合适位置_关闭_2', function() {
+ QingXiCheAndQvCarEvent.find().eventEnd = 2;
+ QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
+ QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
+ });
});