|
@@ -158,6 +158,14 @@ export default {
|
|
} catch (error) {
|
|
} catch (error) {
|
|
// FIXME: more processing
|
|
// FIXME: more processing
|
|
console.log("定时抓拍流程失败");
|
|
console.log("定时抓拍流程失败");
|
|
|
|
+ window._hmt.push([
|
|
|
|
+ "_trackEvent",
|
|
|
|
+ "摄像头框",
|
|
|
|
+ "定时抓拍流程失败",
|
|
|
|
+ (this.lastSnapTime ? "(非初次抓拍)" : "") + "将再次抓拍",
|
|
|
|
+ ]);
|
|
|
|
+ this.lastSnapTime = null;
|
|
|
|
+ this.toggleSnapNow();
|
|
} finally {
|
|
} finally {
|
|
this.videoStartPlay();
|
|
this.videoStartPlay();
|
|
this.decreaseSnapCount();
|
|
this.decreaseSnapCount();
|