浏览代码

服务H5跳转

luyanan 7 年之前
父节点
当前提交
25d3a8ee07
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {