lisenzhou 2 years ago
parent
commit
3eb9758cd8
2 changed files with 0 additions and 28 deletions
  1. 0
    1
      index.html
  2. 0
    27
      public/heart.js

+ 0
- 1
index.html View File

@@ -8,7 +8,6 @@
8 8
     <script src="./jquery.1.9.1.js"></script>
9 9
     <script src="./turn.min.js"></script>
10 10
     <script src="./config.js"></script>
11
-    <script src="./heart.js"></script>
12 11
     <!-- <script src="./slidePage/slidePage.min.js"></script> -->
13 12
     <!-- <script src="https://api.map.baidu.com/api?v=3.0&ak=IDixtryGuZAFPZLh4r8XCAM054r8LCRs"></script> -->
14 13
 

+ 0
- 27
public/heart.js View File

@@ -1,27 +0,0 @@
1
-jQuery(document).ready(function ($) {
2
-    // $("html,body").click(function (e) {
3
-    //     // var n = Math.round(Math.random() * 100);
4
-    //     console.log(e,'==')
5
-	// var n = 1;
6
-	// var $i = $("<b/>").text("+" + n);
7
-	// var x = e.pageX,
8
-	//     y = e.pageY;
9
-	// $i.css({
10
-	// 	"z-index": 99999,
11
-	// 	  "top": y - 20,
12
-	// 	  "left": x,
13
-	// 	  "position": "absolute",
14
-	// 	   "color": "#fff"
15
-    //     // "color": "#C6B0EA"
16
-       
17
-	// });
18
-	// $("body").append($i);
19
-	// 	$i.animate({
20
-	// 	     "top": y - 80,
21
-	// 	     "opacity": 0
22
-	// 	}, 1500, function () {
23
-	// 	 $i.remove();
24
-	//   });
25
-	//   e.stopPropagation();
26
-	// });
27
-});