|
@@ -1337,11 +1337,17 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
|
|
|
QingXiCheAdnQvCarEventStep.find().waterEvent(true);
|
|
|
|
|
|
- QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
|
|
|
- thisClass.downTimeEvent();
|
|
|
+
|
|
|
+ QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
+
|
|
|
+ thisClass.downTimeEvent();
|
|
|
+
|
|
|
+ });
|
|
|
|
|
|
});
|
|
|
|
|
@@ -1371,12 +1377,17 @@ export class QingXiCheAndQvCarEventClick {
|
|
|
ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
|
|
|
QingXiCheAdnQvCarEventStep.find().waterEvent(false);
|
|
|
+
|
|
|
+ ComVal.find().fpsEventAdd("type_click_" + thisTime, {}, 1500, function(fpsEventAddRet) {
|
|
|
+ ComVal.find().fpsEventDel(fpsEventAddRet.code);
|
|
|
|
|
|
- QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
- QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
+ QingXiCheAndQvCarEvent.find().eventEnd = 2;
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsUpOpenEventCallbackMain(false);
|
|
|
+ QingXiCheAndQvCarEvent.find().tipsBtnsDownOpenEventCallbackMain(true);
|
|
|
|
|
|
- thisClass.downTimeEvent();
|
|
|
+ thisClass.downTimeEvent();
|
|
|
+
|
|
|
+ });
|
|
|
|
|
|
});
|
|
|
|