|
@@ -288,17 +288,17 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- $(document)
|
|
|
- .off("click touchstart")
|
|
|
- .on("click touchstart", () => {
|
|
|
- this.tongji("click");
|
|
|
- });
|
|
|
-
|
|
|
- $(document)
|
|
|
- .off("keydown")
|
|
|
- .on("keydown", () => {
|
|
|
- this.tongji("keydown");
|
|
|
- });
|
|
|
+ // $(document)
|
|
|
+ // .off("click touchstart")
|
|
|
+ // .on("click touchstart", () => {
|
|
|
+ // this.tongji("click");
|
|
|
+ // });
|
|
|
+
|
|
|
+ // $(document)
|
|
|
+ // .off("keydown")
|
|
|
+ // .on("keydown", () => {
|
|
|
+ // this.tongji("keydown");
|
|
|
+ // });
|
|
|
});
|
|
|
},
|
|
|
beforeDestroy() {
|