LIPENGTAO1313 6 years ago
parent
commit
19c4bea962
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/articalShow2.js

+ 2 - 2
js/articalShow2.js

@ -656,11 +656,11 @@ $(document).ready(function() {
656 656
	
657 657
	$("#oService").on("click","li",function(){
658 658
		var id = $(this).attr("data-id");
659
		location.href = "sevriceShow.html?sevriceId=" + id;
659
		location.href = "/sevriceShow.html?sevriceId=" + id;
660 660
	})
661 661
	$("#oProducts").on("click","li",function(){
662 662
		var id = $(this).attr("data-id");
663
		location.href = "productShow.html?productId=" + id;
663
		location.href = "/productShow.html?productId=" + id;
664 664
	})
665 665
	
666 666
	function keysli() {