jinquanwu vor 6 Jahren
Ursprung
Commit
95fbc3284c
4 geänderte Dateien mit 1427 neuen und 3 gelöschten Zeilen
  1. 1420 0
      WeChat/client-side/Visitors.html
  2. 1 1
      WeChat/establish.html
  3. 1 1
      WeChat/index.html
  4. 5 1
      WeChat/client-side/tourist.html

Datei-Diff unterdrückt, da er zu groß ist
+ 1420 - 0
WeChat/client-side/Visitors.html


+ 1 - 1
WeChat/establish.html

@@ -380,7 +380,7 @@
380 380
 		<script src="../js/jquery.min.js"></script>
381 381
 		<script src="../Script/Common/huayi.config.js"></script>
382 382
 		<script src="../Script/Common/huayi.http.js"></script>
383
-		<script src="js/establish.js"></script>
383
+		<script src="js/AddWorkolder.js"></script>
384 384
 	</body>
385 385
 
386 386
 </html>

+ 1 - 1
WeChat/index.html

@@ -48,7 +48,7 @@
48 48
 						window.location.replace("login.html");
49 49
 						break; //调查问卷
50 50
 						case "MANA":
51
-						window.location.replace("establish.html");
51
+						window.location.replace("tourist.html");
52 52
 						break; //游客创建页
53 53
 					default:
54 54
 						window.location.replace("error.html");

+ 5 - 1
WeChat/client-side/tourist.html

@@ -339,7 +339,7 @@
339 339
 								//工单跳转
340 340
 								$('.order').on('tap', function() {
341 341
 									var index = $(this).attr('data-index');
342
-									window.location.href = "details.html?id=" + index + '&itype=' + itype;
342
+									window.location.href = "Visitors.html?id=" + index + '&itype=' + itype;
343 343
 
344 344
 								});
345 345
 							}
@@ -433,6 +433,10 @@
433 433
 			$('.turnGo').on('tap', function() {
434 434
 				window.location.href = "WorkSearch.html";
435 435
 			})
436
+			$('.add_icon').on('tap', function() {
437
+				window.location.href = "establish.html";
438
+
439
+			});
436 440
 			
437 441
 		</script>
438 442
 	</body>