Browse Source

服务H5跳转

luyanan 7 years ago
parent
commit
25d3a8ee07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/sevriceShow.js

+ 1 - 1
js/sevriceShow.js

@ -3,7 +3,7 @@ $(document).ready(function() {
3 3
	var userid = $.cookie("userid");
4 4
	var sevriceId = GetQueryString("sevriceId");
5 5
	if(navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i)) {
6
		location.href = "http://" + window.location.host + "/e/r.html?id=" + sevriceId;
6
		location.href = "http://" + window.location.host + "/e/s.html?id=" + sevriceId;
7 7
	}
8 8
	$(".jqzoom").imagezoom();
9 9
	$("#thumblist").on("click", "li a", function() {