|
@@ -236,7 +236,7 @@ export default {
|
|
|
setTimeout(function () {
|
|
|
that.handsFind(video);
|
|
|
that.start();
|
|
|
- }, 5000);
|
|
|
+ }, 3000);
|
|
|
});
|
|
|
|
|
|
// setInterval(() => {
|
|
@@ -319,7 +319,7 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
this.hand = 2;
|
|
|
- clearInterval(this.timer);
|
|
|
+ //clearInterval(this.timer);
|
|
|
this.$refs.fan.className = "asn";
|
|
|
} else if (_58y > 1 && _912y > 1 && _1316y < 1 && _1720y < 1) {
|
|
|
console.log("剪刀");
|