Browse Source

点击事件优化

wangchuanjin 7 năm trước cách đây
mục cha
commit
da5516ee28
47 tập tin đã thay đổi với 339 bổ sung240 xóa
  1. 4 3
      src/jfw/modules/app/src/web/staticres/jyapp/css/wxkeyset.css
  2. 17 14
      src/jfw/modules/app/src/web/staticres/jyapp/css/wxsearch.css
  3. 2 2
      src/jfw/modules/app/src/web/staticres/jyapp/js/common.js
  4. 11 11
      src/jfw/modules/app/src/web/staticres/jyapp/js/syz-publicJs.js
  5. 15 11
      src/jfw/modules/app/src/web/staticres/jyapp/js/wxEntsesearch.js
  6. 58 41
      src/jfw/modules/app/src/web/staticres/jyapp/js/wxSupersearch.js
  7. 5 2
      src/jfw/modules/app/src/web/staticres/jyapp/me/css/forgetPwd.css
  8. 13 7
      src/jfw/modules/app/src/web/staticres/jyapp/me/css/login.css
  9. 1 1
      src/jfw/modules/app/src/web/staticres/jyapp/me/css/register.css
  10. 5 4
      src/jfw/modules/app/src/web/staticres/jyapp/me/css/reset.css
  11. 1 1
      src/jfw/modules/app/src/web/staticres/jyapp/me/css/setPwd.css
  12. 1 1
      src/jfw/modules/app/src/web/staticres/jyapp/me/css/setpwdTwo.css
  13. 2 2
      src/jfw/modules/app/src/web/templates/followent/add.html
  14. 1 0
      src/jfw/modules/app/src/web/templates/followent/list.html
  15. 0 3
      src/jfw/modules/app/src/web/templates/me/login.html
  16. 2 0
      src/jfw/modules/app/src/web/templates/me/pushMsgSet.html
  17. 2 0
      src/jfw/modules/app/src/web/templates/weixin/about.html
  18. 2 0
      src/jfw/modules/app/src/web/templates/weixin/historypush.html
  19. 2 0
      src/jfw/modules/app/src/web/templates/weixin/jylab/lab-index.html
  20. 2 0
      src/jfw/modules/app/src/web/templates/weixin/resultpreview.html
  21. 16 20
      src/jfw/modules/app/src/web/templates/weixin/search/mainSearch.html
  22. 7 6
      src/jfw/modules/app/src/web/templates/weixin/wxkeyset/index.html
  23. 2 2
      src/jfw/modules/app/src/web/templates/weixin/wxkeyset/notkey.html
  24. 1 1
      src/jfw/modules/app/src/web/templates/weixin/wxkeyset/seniorset.html
  25. 2 0
      src/jfw/modules/app/src/web/templates/weixin/wxpush.html
  26. 1 0
      src/web/staticres/css/follow.css
  27. 1 0
      src/web/staticres/css/wx_about.css
  28. 4 3
      src/web/staticres/css/wxkeyset.css
  29. 9 7
      src/web/staticres/css/wxsearch.css
  30. 24 1
      src/web/staticres/js/common.js
  31. 6 6
      src/web/staticres/js/syz-publicJs.js
  32. 14 10
      src/web/staticres/js/wxEntsesearch.js
  33. 57 39
      src/web/staticres/js/wxSupersearch.js
  34. 2 0
      src/web/templates/weixin/about.html
  35. 2 0
      src/web/templates/weixin/historypush.html
  36. 4 5
      src/web/templates/weixin/jylab/lab-cjss.html
  37. 4 3
      src/web/templates/weixin/jylab/lab-gzqy.html
  38. 4 2
      src/web/templates/weixin/jylab/lab-index.html
  39. 4 4
      src/web/templates/weixin/jylab/lab-sjdc.html
  40. 4 5
      src/web/templates/weixin/jylab/lab-zbqy.html
  41. 4 4
      src/web/templates/weixin/jylab/lab-zndy.html
  42. 2 0
      src/web/templates/weixin/resultpreview.html
  43. 10 14
      src/web/templates/weixin/search/mainSearch.html
  44. 5 3
      src/web/templates/weixin/wxkeyset/index.html
  45. 2 2
      src/web/templates/weixin/wxkeyset/notkey.html
  46. 2 0
      src/web/templates/weixin/wxpush.html
  47. BIN
      src/zb.bin

+ 4 - 3
src/jfw/modules/app/src/web/staticres/jyapp/css/wxkeyset.css

@@ -160,9 +160,10 @@ html.hidden,body.hidden,.keysetpage .keyWordContent.adjustment{
 .keysetpage .keyWordGroup>div>img{
 	position: absolute;
 	top: 50%;
-	right: 10px;
-	margin-top: -10px;
+	right: 0px;
+	margin-top: -20px;
 	width: 20px;
+	padding: 10px;
 	display: none;
 }
 .keysetpage .keyWordGroup>span{
@@ -197,7 +198,7 @@ html.hidden,body.hidden,.keysetpage .keyWordContent.adjustment{
 	transform: translateZ(0);
 }
 .keysetpage .keyWordGroup [type='text'].focus{
-	padding-right: 35px;
+	padding-right: 45px;
 }
 /*********************seniorsetpage************************/
 .seniorsetpage .content{

+ 17 - 14
src/jfw/modules/app/src/web/staticres/jyapp/css/wxsearch.css

@@ -1623,7 +1623,7 @@ body{
 	transform: translateZ(0);
 }
 .searchinput-padding{
-	padding-right: 70px;
+	padding-right: 80px;
 }
 .wxhead{
 	padding:10px 15px;
@@ -1680,25 +1680,28 @@ body{
 	overflow: hidden;
 }
 .screen{
-	color:#0987ff;
-	position: absolute;
-	right: 0px;
-	top: 50%;
-	margin-top: -11px;
+	color: #0987ff;
+    position: absolute;
+    right: -10px;
+    top: 50%;
+    margin-top: -21px;
+    padding: 10px;
 }
 .query img{
-	width: 22px;
+	width: 42px;
     position: absolute;
-    right: 60px;
+    right: 45px;
     top: 50%;
-    margin-top: -11px;
+    margin-top: -21px;
+    padding: 10px;
 }
 .clearInpt img{
-	width: 20px;
-	position: absolute;
-	right: 90px;
-	top: 50%;
-	margin-top: -10px;
+	width: 40px;
+    position: absolute;
+    right: 85px;
+    top: 50%;
+    margin-top: -20px;
+    padding: 10px;
 }
 .selLable{
 	font-size:14px;

+ 2 - 2
src/jfw/modules/app/src/web/staticres/jyapp/js/common.js

@@ -288,7 +288,7 @@ $(function(){
 		}
 		$target.trigger("tap");
     });
-	$(".app-layout-header .app-back").unbind("touchstart").on("touchstart",function(){
+	$(".app-layout-header .app-back").unbind("tap").on("tap",function(){
 		try{
 			afterClickBack()
 		}catch(e){}
@@ -303,7 +303,7 @@ $(function(){
 			window.history.back();
 		}
 	});
-	$(".app-layout-footer li").click(function(){
+	$(".app-layout-footer li").on("tap",function(){
 		if($(this).hasClass("active")){
 			return;
 		}

+ 11 - 11
src/jfw/modules/app/src/web/staticres/jyapp/js/syz-publicJs.js

@@ -1,6 +1,6 @@
 $(function() {
-			$(".syz-Popup").on("click", function() {
-				$(this).hide()
+			$(".syz-Popup").on("tap", function() {
+				$(this).hide();
 			})
 			/*公共滑动功能*/
 			TouchSlide({
@@ -24,7 +24,7 @@ $(function() {
 				var $onBtn = $(".details .details-inner .iner-title span");
 				var showflag = true;
 				var timeflag = true;
-				$onBtn.on('click', function() {
+				$onBtn.on('tap', function() {
 					if(timeflag){
 						if (showflag){
 							showflag=false;
@@ -57,12 +57,12 @@ $(function() {
 			sysThumbsUp();
 			function sysThumbsUp() {
 				var $ThumbsUp = $('#dz').parent("div");
-				$ThumbsUp.on("click", function() {
+				$ThumbsUp.on("tap",function() {
 					//$(this).toggleClass("on")
 					$(".share").show();
 				})
 			};
-			$("#mustshare").click(function(){
+			$("#mustshare").on("tap",function(){
 				myCommonShare(3,true);
 				setTimeout(function(){
 					$("#check").addClass("checked");
@@ -76,7 +76,7 @@ $(function() {
 				});
 			});
 			var once = false;
-			$("#check").click(function(){
+			$("#check").on("tap",function(){
                 if($(this).hasClass('checked')){
 					$(this).removeClass('checked');
 					canOpenSwitch();
@@ -96,19 +96,19 @@ $(function() {
 					});
 				}
 			})
-			$("#dz").click(function(){
+			$("#dz").on("tap",function(){
                 behaviorCollect(2);
 			})
-			$(".share").click(function(e){
+			$(".share").on("tap",function(e){
 				$(".share").hide();
 			});
-			$(".shareMain").click(function(e){
+			$(".shareMain").on("tap",function(e){
 				e.stopPropagation();
 			});
-			$(".shareQx").click(function(){
+			$(".shareQx").on("tap",function(){
 				$(".share").hide();
 			});
-			$(".share li").click(function(){
+			$(".share li").on("tap",function(){
 				myCommonShare($(this).index()+1,false);
 			});
 		})

+ 15 - 11
src/jfw/modules/app/src/web/staticres/jyapp/js/wxEntsesearch.js

@@ -66,7 +66,7 @@ var EntSearch = {
         });
 
         //清除
-        $("#entsearchPage .clearInpt").click(function(){
+        $("#entsearchPage .clearInpt").on("tap",function(){
             $("#entsearchPage #ent_searchinput").val("");
             $("#entsearchPage .clearInpt").addClass("hidden");
             $("#entsearchPage .query").addClass("hidden");
@@ -206,35 +206,35 @@ var EntSearch = {
 			}
         });
 
-        $("#entsearchPage .money .btn").click(function () {
+        $("#entsearchPage .money .btn").on("tap",function () {
             $("#entsearchPage .money .btn").addClass("active_m");
             $("#entsearchPage .money-inp").removeClass("money-inp-active");
         });
 
 
-		$("#entsearchPage .money-inp").click(function () {
+		$("#entsearchPage .money-inp").on("tap",function () {
             $("#entsearchPage .money .btn").removeClass("active_m");
             $("#entsearchPage .money-inp").addClass("money-inp-active");
         });
 
         //重置
-        $("#entsearchPage .jydqreset").click(function () {
+        $("#entsearchPage .jydqreset").on("tap",function () {
             EntSearch.resetSx();
         });
 
         //搜索企业项目信息
-        $("#entsearchPage .jydqsure").click(function () {
+        $("#entsearchPage .jydqsure").on("tap",function () {
             if($(this).hasClass("jydqsure_active")){
                 EntSearch.formSubmit();
 			}
         });
 
-        $("#entsearchPage .query").click(function(){
+        $("#entsearchPage .query").on("click",function(){
             EntSearch.formSubmit();
         });
 
         //显示筛选过滤选择
-        $("#entsearchPage .screen").click(function(){
+        $("#entsearchPage .screen").on("tap",function(){
 			if(EntSearch.requesting){
 				return;
 			}
@@ -263,7 +263,7 @@ var EntSearch = {
         });
 
         //选择金额or地区
-        $("#entsearchPage #set_search .select ul li:eq(0)").click(function(){
+        $("#entsearchPage #set_search .select ul li:eq(0)").on("tap",function(){
             $(this).css("color","#2cb7ca");
             $("#entsearchPage #set_search .select ul li:eq(2)").css("color","#888");
             $("#entsearchPage #set_search .select ul li:eq(0) img").attr("src","/jylab/entsesearch/images/wx/sys-jt-bottom2.png");
@@ -271,7 +271,7 @@ var EntSearch = {
             $("#entsearchPage .money").removeClass("hidden");
             $("#entsearchPage .jydq-dialog").addClass("hidden");
         })
-        $("#entsearchPage #set_search .select ul li:eq(2)").click(function(){
+        $("#entsearchPage #set_search .select ul li:eq(2)").on("tap",function(){
             $(this).css("color","#2cb7ca");
             $("#entsearchPage #set_search .select ul li:eq(0)").css("color","#888");
             $("#entsearchPage #set_search .select ul li:eq(0) img").attr("src","/jylab/entsesearch/images/wx/sys-jt-bottom.png");
@@ -281,7 +281,7 @@ var EntSearch = {
         });
 		
 		var dialogObj = $("#entsearchPage .contentone");
-		dialogObj.find(".btn").click(function(){
+		dialogObj.find(".btn").on("tap",function(){
 			if($(this).parent().index() == 0){
 				dialogObj.find(".btn").removeClass("active");
 			}else{
@@ -292,6 +292,10 @@ var EntSearch = {
 				dialogObj.find("ul:first li:first .btn").addClass("active");
 			};
 		});
+		
+		$("#entsearchPage #feedback").on("tap",function(){
+			EntSearch.goToFeedbackPage();
+		});
 	},
 	recoveryPage: function(){
 		$("#searchIndex").addClass("hidden");
@@ -611,7 +615,7 @@ var EntSearch = {
                         }
                         var obj=$("<div class='rec' data-entname='"+recList[i].name+"'>"+entName.replace(entName_key,"<span class='highLight'>"+entName_key+"</span>")+"</div>");
                         $("#entsearchPage #recList").append(obj);
-                        $(obj).click(function(){
+                        $(obj).on("tap",function(){
 							if($(this).text()!=""){
 								//$("#entsearchPage #ent_searchinput").val($(this).text());
 								$("#entsearchPage #ent_searchinput").val($(this).attr("data-entname"));

+ 58 - 41
src/jfw/modules/app/src/web/staticres/jyapp/js/wxSupersearch.js

@@ -72,13 +72,31 @@ var SuperSearch = {
 				//$("#supersearchPage #search_title").addClass("on").siblings().removeClass("on");
 		//	}
 		//}
-		$("#supersearchPage .tableclose").click(function(){
+		$("#supersearchPage #feedback").on("tap",function(){
+			SuperSearch.goToFeedbackPage();
+		});
+		$("#supersearchPage #allSearchModel").on("tap",function(){
+			SuperSearch.allSearch();
+		});
+		$("#supersearchPage #search_title").on("tap",function(){
+			SuperSearch.titleSearch();
+		});
+		$("#supersearchPage #search_all").on("tap",function(){
+			SuperSearch.allSearch();
+		});
+		$("#supersearchPage .showType>.showlist").on("tap",function(){
+			SuperSearch.showlist();
+		});
+		$("#supersearchPage .showType>.showtable").on("tap",function(){
+			SuperSearch.showTable();
+		});
+		$("#supersearchPage .tableclose").on("tap",function(){
 			$("#supersearchPage .TableTip").fadeOut("normal",function(){
 				$.post('/jylab/changePro',function(r){});
 			});
 		});
 		//筛选菜单展示or隐藏
-		$("#supersearchPage .wxhead").find(".screen").click(function(){
+		$("#supersearchPage .wxhead").find(".screen").on("tap",function(){
 			if(SuperSearch.requesting){
 				return;
 			}
@@ -122,33 +140,33 @@ var SuperSearch = {
 		});
 		
 		//清除输入框功能
-		$("#supersearchPage .clearInpt").click(function(){
+		$("#supersearchPage .clearInpt").on("tap",function(){
 			$("#supersearchPage input[name=super_searchinput]").val("");
 			$("#supersearchPage input[name=super_searchinput]").focus();
 			SuperSearch.canSearch();
 		});
 		//提交查询
-		$("#supersearchPage .query").click(function(){
+		$("#supersearchPage .query").on("click",function(){
 			SuperSearch.formSubmit("N");
 		});
-		$("#supersearchPage .jyshxbottom .jydqsure").click(function(){
+		$("#supersearchPage .jyshxbottom .jydqsure").on("tap",function(){
 			if($(this).hasClass("on")){
 				SuperSearch.formSubmit("N");
 			}
 		});
 		//清除筛选
-		$("#supersearchPage .jydqreset").click(function(){
+		$("#supersearchPage .jydqreset").on("tap",function(){
 			SuperSearch.resetSx();
 		});
 		//是否开通超级搜索服务
 		//关闭搜索后订阅================================================================
-		$("#supersearchPage .dy_close").on("click",function(){
+		$("#supersearchPage .dy_close").on("tap",function(){
 			$("#supersearchPage .resbm").addClass("hidden");
 			SuperSearch.dyDiv=true;
 		});
 		
 		//订阅
-		$("#supersearchPage #zjdy").click(function(){
+		$("#supersearchPage #zjdy").on("tap",function(even){
 			if(s_openid == ""){
 				SuperSearch.setSessionStorage();
 				window.location.href = "/jyapp/free/login?to=back";
@@ -177,7 +195,7 @@ var SuperSearch = {
 		});
 		//订阅结束==========================================================================
 		//删除历史搜索
-		$("#supersearchPage #del_history").click(function(){
+		$("#supersearchPage #del_history").on("tap",function(){
 			if(localStorage){
 				localStorage.removeItem("superSearch_history");
 			}
@@ -196,15 +214,15 @@ var SuperSearch = {
 		});
 		////
 		SuperSearch.njTipEasyPopup = new EasyPopup("nijianTip");
-		$("#supersearchPage .q-mark").click(function(){
+		$("#supersearchPage .q-mark").on("tap",function(){
 			SuperSearch.njTipEasyPopup.show();
 		});
 		//金额点击事件
-		$("#supersearchPage .money-dialog .btn").click(function(){
+		$("#supersearchPage .money-dialog .btn").on("tap",function(){
 			$(this).addClass("active");
 			$("#supersearchPage .money-dialog .money-inp").removeClass("active");
 		});
-	    $("#supersearchPage .money-dialog .money-inp").click(function(){
+	    $("#supersearchPage .money-dialog .money-inp").on("tap",function(){
 	    	if(open_supersearch){
 	            $(this).addClass("active");
 	            $("#supersearchPage .money-dialog .btn").removeClass("active");
@@ -215,7 +233,7 @@ var SuperSearch = {
 	
 	    var reg = /^[\u4e00-\u9fa5]+$/;
 	    var maxnum = "";
-	    $("#supersearchPage .maxMrice").click(function(){
+	    $("#supersearchPage .maxMrice").on("tap",function(){
 	        if(!open_supersearch){
 	            SuperSearch.toOpenSupersearch();
 	        }
@@ -278,7 +296,7 @@ var SuperSearch = {
 		});
 	
 	    var minnum = "";
-	    $("#supersearchPage .minMrice").click(function(){
+	    $("#supersearchPage .minMrice").on("tap",function(){
 	        if(!open_supersearch){
 	            SuperSearch.toOpenSupersearch();
 	        }
@@ -340,32 +358,32 @@ var SuperSearch = {
 	        }
 	    });
 	
-	    $("#supersearchPage .shaixIndustry").click(function(){
+	    $("#supersearchPage .shaixIndustry").on("tap",function(){
 	            $(this).addClass("shaixcl");
 	            $(this).siblings().removeClass("shaixcl");
 	            $("#supersearchPage .industry-dialog").removeClass("hidden");
 	            $("#supersearchPage .jydq-dialog,#supersearchPage .jytype-dialog,#supersearchPage .jypt-dialog,#supersearchPage .money-dialog").addClass("hidden");
 		});
-		$("#supersearchPage .shaixMoney").click(function(){
+		$("#supersearchPage .shaixMoney").on("tap",function(){
 	        $(this).addClass("shaixcl");
 	        $(this).siblings().removeClass("shaixcl");
 			$("#supersearchPage .money-dialog").removeClass("hidden");
 	        $("#supersearchPage .jydq-dialog,#supersearchPage .jytype-dialog,#supersearchPage .jypt-dialog,#supersearchPage .industry-dialog").addClass("hidden");
 		});
 		//
-		$("#supersearchPage .shaixpt").click(function(){
+		$("#supersearchPage .shaixpt").on("tap",function(){
 			$("#supersearchPage .jypt-dialog").removeClass("hidden");
 			$("#supersearchPage .jydq-dialog,#supersearchPage .jytype-dialog,#supersearchPage .money-dialog,#supersearchPage .industry-dialog").addClass("hidden");
 	        $(this).addClass("shaixcl");
 	        $(this).siblings().removeClass("shaixcl");
 		});
-		$("#supersearchPage .shaixone").click(function(){
+		$("#supersearchPage .shaixone").on("tap",function(){
 			$("#supersearchPage .jydq-dialog").removeClass("hidden");
 			$("#supersearchPage .jypt-dialog,#supersearchPage .jytype-dialog,#supersearchPage .money-dialog,#supersearchPage .industry-dialog").addClass("hidden");
 	        $(this).addClass("shaixcl");
 	        $(this).siblings().removeClass("shaixcl");
 		});
-		$("#supersearchPage .shaixtwo").click(function(){
+		$("#supersearchPage .shaixtwo").on("tap",function(){
 			$("#supersearchPage .newest").removeClass("hidden");
 			$("#supersearchPage .jytype-dialog").removeClass("hidden");
 			$("#supersearchPage .jypt-dialog,#supersearchPage .jydq-dialog,#supersearchPage .money-dialog,#supersearchPage .industry-dialog").addClass("hidden");
@@ -374,7 +392,7 @@ var SuperSearch = {
 		});
 			
 		var dialogObj = $("#supersearchPage .contentone");
-		dialogObj.find(".btn").click(function(){
+		dialogObj.find(".btn").on("tap",function(){
 			if($(this).parent().index() == 0){
 				dialogObj.find(".btn").removeClass("active");
 			}else{
@@ -387,7 +405,7 @@ var SuperSearch = {
 		});
 		
 		var dialogObjtwo = $("#supersearchPage .contenttwo");
-	    dialogObjtwo.find(".btn").click(function(){
+	    dialogObjtwo.find(".btn").on("tap",function(){
 	        if($(this).parent().index() == 0){
 	            dialogObjtwo.find('div[id="dqbtn"]').removeClass("active");
 	            dialogObjtwo.find(".btn").removeClass("active");
@@ -407,7 +425,7 @@ var SuperSearch = {
 	        };
 	    });
 	
-	    dialogObjtwo.find('div[id="dqbtn"]').click(function(){
+	    dialogObjtwo.find('div[id="dqbtn"]').on("tap",function(){
 	        $(this).toggleClass("active");
 	        if ($(this).attr("class") != "active"){
 	            $(this).nextAll(".btn").removeClass("active");
@@ -421,7 +439,7 @@ var SuperSearch = {
 	    });
 	
 		//获取输入时间
-		$("#supersearchPage .jypt-pt button").click(function(){
+		$("#supersearchPage .jypt-pt button").on("tap",function(){
 			var thisIndex = $("#supersearchPage .jypt-pt .jypt-active").index();
 			$("#supersearchPage .jypt-pt .jypt-active").removeClass("jypt-active");
 			if(thisIndex == $(this).index()){
@@ -434,17 +452,17 @@ var SuperSearch = {
 			}
 			$("#supersearchPage .jypt-timeinputs").removeClass("jypt-timeinputs-active");
 		});
-		$("#supersearchPage .jypt-fg").click(function(){
+		$("#supersearchPage .jypt-fg").on("tap",function(){
 			$("#supersearchPage .jypt-pt .jypt-active").removeClass("jypt-active");
 			$("#supersearchPage .jypt-timeinputs").toggleClass("jypt-timeinputs-active");
 			if(!$("#supersearchPage .jypt-timeinputs").hasClass("jypt-timeinputs-active")){
 				$("#supersearchPage .jypt-pt>button:first").addClass("jypt-active");
 			}
 		});
-		$("#supersearchPage #starttime").click(function(){
+		$("#supersearchPage #starttime").on("tap",function(){
 	        $("#supersearchPage #starttime").mobiscroll('show');
 		});
-		$("#supersearchPage #endtime").click(function(){
+		$("#supersearchPage #endtime").on("tap",function(){
 	        $("#supersearchPage #endtime").mobiscroll('show');
 		});
 		SuperSearch.initMobiscroll();
@@ -626,11 +644,11 @@ var SuperSearch = {
 	},
 	//js 方法
 	resetSx: function(){         //清除筛选
-		$("#supersearchPage .dialog-content.contentthree ul li:eq(0) button").trigger("click");//清除行业
-		$("#supersearchPage .money-dialog ul li:eq(0) .btn").trigger("click");//清除金额
-		$("#supersearchPage .jypt-dialog .jypt-pt .btn:eq(0)").trigger("click");//清除时间
-		$("#supersearchPage .jydq-dialog .btn:eq(0)").trigger("click");  //清除地区
-		$("#supersearchPage .jytype-dialog .btn:eq(0)").trigger("click"); //清除类别
+		$("#supersearchPage .dialog-content.contentthree ul li:eq(0) button").trigger("tap");//清除行业
+		$("#supersearchPage .money-dialog ul li:eq(0) .btn").trigger("tap");//清除金额
+		$("#supersearchPage .jypt-dialog .jypt-pt .btn:eq(0)").trigger("tap");//清除时间
+		$("#supersearchPage .jydq-dialog .btn:eq(0)").trigger("tap");  //清除地区
+		$("#supersearchPage .jytype-dialog .btn:eq(0)").trigger("tap"); //清除类别
 	},
 	canSearch: function(){  //判断是否显示搜索按钮
 		var len=$.trim($("#supersearchPage input[name=super_searchinput]").val()).length;
@@ -1125,7 +1143,7 @@ var SuperSearch = {
 	appendListHtml: function (html){  //下拉时展示信息
 	    // 插入数据到页面,放到最后面
 	    var ListHtmlObj = $(html.ListHtml);
-	    ListHtmlObj.on("click", function(event){
+	    ListHtmlObj.on("tap", function(event){
 	        var h = $(this).find("a.bt").attr("s");
 	        var sid = $(this).find("a.bt").attr("sid");
 	        var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1135,7 +1153,7 @@ var SuperSearch = {
 	    $('#supersearchPage #list').append(ListHtmlObj);
 	
 	    var TableHtmlobj=$(html.TableHtml);
-	    TableHtmlobj.on("click",function(event){
+	    TableHtmlobj.on("tap",function(event){
 	        var h = $(this).attr("s");
 	        var sid = $(this).attr("sid");
 	        var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1175,7 +1193,7 @@ var SuperSearch = {
 				}
 			}
 		});
-	   	ListHtmlObj.on("click", function(event){
+	   	ListHtmlObj.on("tap", function(event){
 	       var h = $(this).find("a.bt").attr("s");
 	       var sid = $(this).find("a.bt").attr("sid");
 	       var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1184,7 +1202,7 @@ var SuperSearch = {
 	   	});
 	   	$('#supersearchPage #list').html(ListHtmlObj);
 	
-	   	TableHtmlobj.on("click",function(event){
+	   	TableHtmlobj.on("tap",function(event){
 	       	var h =  $(this).attr("s");
 	       	var sid = $(this).attr("sid");
 	       	var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1312,7 +1330,7 @@ var SuperSearch = {
 		var len=$("#supersearchPage .inputDiv ul li").length;
 		$("#supersearchPage .inputDiv ul li:eq("+(len-1)+")").css("border-bottom-right-radius","5px").css("border-bottom-left-radius","5px");
 		//点击提示框内容 进行搜索
-		$("#supersearchPage .inputDiv li").unbind("click").click(function () {
+		$("#supersearchPage .inputDiv li").unbind("tap").on("tap",function () {
 			$("#supersearchPage input[name=super_searchinput]").val($(this).text());
 			SuperSearch.canSearch();
 			SuperSearch.formSubmit("N");
@@ -1465,7 +1483,7 @@ var SuperSearch = {
 			SuperSearch.noMoreCache = sessionStorage.superSearch_noMoreCache;
 			SuperSearch.showNull = false;
 			var ListContent=$(sessionStorage.superSearch_listContent);
-			ListContent.on("click", function(event){
+			ListContent.on("tap", function(event){
 			    var h = $(this).find("a.bt").attr("s");
 			    var sid = $(this).find("a.bt").attr("sid");
 			    var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1475,7 +1493,7 @@ var SuperSearch = {
 			$("#supersearchPage #list").html(ListContent);
 			SuperSearch.initDropload(SuperSearch.noMoreCache!="true",sessionStorage.superSearch_pageNum);
 			var TableContent=$(sessionStorage.superSearch_tableContent);
-			TableContent.on("click",function(event){
+			TableContent.on("tap",function(event){
 			    var h =  $(this).attr("s");
 			    var sid = $(this).attr("sid");
 			    var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1647,7 +1665,7 @@ var SuperSearch = {
 	industryAction: function(){
 	    //行业点击事件
 	    var dialogObjthree = $("#supersearchPage .contentthree");
-	    dialogObjthree.find(".btn").click(function(){
+	    dialogObjthree.find(".btn").on("tap",function(){
 			if($(this).parent().index() == 0){
 			    dialogObjthree.find('div[id="dqbtn"]').removeClass("active");
 			    dialogObjthree.find(".btn").removeClass("active");
@@ -1670,9 +1688,8 @@ var SuperSearch = {
 			    }
 			};
 	    });
-	    dialogObjthree.find('div[id="dqbtn"]').click(function(){
+	    dialogObjthree.find('div[id="dqbtn"]').on("tap",function(){
 			if(open_supersearch){
-		
 			    if($(this).hasClass("active")){
 					dialogObjthree.find(".btn").removeClass("active");
 					dialogObjthree.find("div[id='dqbtn']").removeClass("active");

+ 5 - 2
src/jfw/modules/app/src/web/staticres/jyapp/me/css/forgetPwd.css

@@ -34,6 +34,9 @@ body {
 .register .registerMain .code>div:nth-child(1){
    position: relative;
 }
+.register .registerMain .code:nth-child(1)>div:nth-child(1){
+	display: block;
+}
 .register .registerMain .code input{
 	width: 100%;
     font-size: 16px;
@@ -52,10 +55,10 @@ body {
 	margin-right: 10px;
 }
 .closeQc{
-	right: 10px;
+	right: 0px;
 }
 .code input{
-	padding-right: 45px;
+	padding-right: 55px;
 }
 center{
 	padding: 0px 15px;

+ 13 - 7
src/jfw/modules/app/src/web/staticres/jyapp/me/css/login.css

@@ -15,12 +15,14 @@
 }
 
 .login div.pass input {
-  font-size: 16px;
-  padding-right: 40px;
-  width: 100%;
-  padding-left: 0px;
+  	font-size: 16px;
+  	padding-right: 40px;
+  	width: 100%;
+ 	padding-left: 0px;
     top: 29px;
     position: relative;
+	z-index: 2;
+	background-color: transparent;
 }
 .login div.onePass input{
 	padding-right: 80px;
@@ -30,7 +32,7 @@
 }
 
 .login div.onePass .closeQc {
-	right: 45px;
+	right: 35px;
 }
 
 .login .forget {
@@ -125,12 +127,14 @@
 	top: 30px;
     position: absolute;
 	right: 0px;
+	z-index: 3;
 }
 .login .closeQc{
-	margin-top: 1px;
+	margin-top: -15px;
+	z-index: 3;
 }
 .login .code .closeQc{
-	right: 100px;
+	right: 90px;
 }
 .login .pass.input-blur-a{
 	border-bottom: 1px solid #2CB7CA;
@@ -162,9 +166,11 @@
 	margin-top: -8px;
     padding: 10px;
     right: -10px;
+	z-index: 3;
 }
 .login .onePass .jyapp-icon-zhengyan{
 	margin-top: -3px;
     padding: 10px;
     right: -10px;
+	z-index: 3;
 }

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/me/css/register.css

@@ -46,7 +46,7 @@
 	margin-right: 10px;
 }
 .code input{
-	padding-right: 45px;
+	padding-right: 55px;
 }
 .closeQc{
 	right: 10px;

+ 5 - 4
src/jfw/modules/app/src/web/staticres/jyapp/me/css/reset.css

@@ -104,11 +104,12 @@ input,button{
   position: absolute;
   right: 0px;
   top: 50%;
-  margin-top: -9.5px;
-  width: 19px;
-  height: 19px;
-  right: 0px;
+    right: -15px;
   display: none;
+    margin-top: -25px;
+    padding: 15px;
+    width: 49px;
+    height: 49px;
 }
 .jyapp-icon-biyan{
 	position: absolute !important;

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/me/css/setPwd.css

@@ -16,7 +16,7 @@
 
 .takeIn div.pass input {
   width: 100%;
-  padding-right: 75px;
+  padding-right: 90px;
 }
 
 .takeIn div.pass span span {

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/me/css/setpwdTwo.css

@@ -22,7 +22,7 @@ body {
   border: none;
   font-size: 16px;
   background: #fff;
-  padding-right: 90px;
+  padding-right: 110px;
   padding-left: 15px;
 }
 

+ 2 - 2
src/jfw/modules/app/src/web/templates/followent/add.html

@@ -72,7 +72,7 @@
             }
         });
 
-        $(".opation").click(function(){
+        $(".opation").on("tap",function(){
             if($(this).hasClass("disabled")){
                 return;
             }
@@ -118,7 +118,7 @@
 					$("#recList").show();
 				}
 			}
-			$(".rec").click(function(){
+			$(".rec").on("tap",function(){
                     if($(this).text()!=""){
                         $("input").val($(this).text());
                         winner_id = $(this).attr("data-id");

+ 1 - 0
src/jfw/modules/app/src/web/templates/followent/list.html

@@ -19,6 +19,7 @@ if(sessionStorage){
 {{include "/common/js.html"}}
 <script type="text/javascript">
 	$(function () {
+		new FastClick(document.body);
 		$(window).bind("pageshow", function(event){
 			if(event.originalEvent.persisted && sessionStorage.version == "1"){
 				hasReload = true;

+ 0 - 3
src/jfw/modules/app/src/web/templates/me/login.html

@@ -79,9 +79,6 @@
 				}
 				changeBtnStatus();
 			});
-			$(".pass>lable").on("tap",function(){
-				$(this).next().focus();
-			});
 			//点击取消返回主页
 			$("#header a").on("tap",function(){
 				if(getUrlParam("back") == "index" || backToIndex){

+ 2 - 0
src/jfw/modules/app/src/web/templates/me/pushMsgSet.html

@@ -10,6 +10,7 @@
 		<link rel="stylesheet" type="text/css" href="/jyapp/me/css/pushMsgSet.css?v={{Msg "seo" "version"}}" />
 		<script src="/jyapp/js/jquery.js?v={{Msg "seo" "version"}}" type="text/javascript"></script>
 		{{include "/common/js.html"}}
+		<script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 		<title>推送消息设置</title>
 	</head>
 
@@ -40,6 +41,7 @@
 		</div>
 	</body>
 	<script type="text/javascript">
+		new FastClick(document.body);
 		if(mySysIsIos()){
 			$("#openSysNotice").removeClass("hide");
 		}else{

+ 2 - 0
src/jfw/modules/app/src/web/templates/weixin/about.html

@@ -7,6 +7,7 @@
 		<link href="/jyapp/css/wx_about.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 		<script type="text/javascript" src="/jyapp/js/jquery.js"></script>
 		{{include "/common/js.html"}}
+		<script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 	</head>
 <body>
 <div class="app-layout-header">
@@ -312,6 +313,7 @@ function adjustBarChart(flag){
 	$(".axis-shape li:gt(0)").css("margin-left",axisShapeLiML);
 }
 $(function(){
+	new FastClick(document.body);
 	$(".float-navbar li").click(function(){
 		$(this).addClass("active");
 		var thisClass = $(this);

+ 2 - 0
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -7,6 +7,7 @@
 <link href="/jyapp/css/wxlist.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 <script src="/jyapp/js/jquery.js"></script>
 <script src="/jyapp/js/dropload.js?v={{Msg "seo" "version"}}"></script>
+<script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 <script>
 var zbadd = {{Msg "seo" "ZBADDRESS"}};
 var firstPage = {{.T.data}};
@@ -19,6 +20,7 @@ var noMore = "false";
 var count = 0;
 var wxflag = "";
 $(function(){
+	new FastClick(document.body);
 	if(!success){
 		hasNoData();
 		return;

+ 2 - 0
src/jfw/modules/app/src/web/templates/weixin/jylab/lab-index.html

@@ -7,6 +7,7 @@
 	<link rel="stylesheet" href="/jyapp/css/dev2/syzindex.css?v={{Msg "seo" "version"}}" />
 	<link rel="stylesheet" href="/jyapp/css/common.css?v={{Msg "seo" "version"}}" />
 	<script src="/jyapp/js/jquery-3.2.1.min.js"></script>
+	<script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 	{{include "/common/js.html"}}
 	<title>剑鱼实验室</title>
 </head>
@@ -79,6 +80,7 @@ body{
 		}catch(e){}
 	}
 	$(function(){
+		new FastClick(document.body);
 		afterPageInit();
 		$("#navbar-laboratory").addClass("active");
         behaviorCollect();

+ 2 - 0
src/jfw/modules/app/src/web/templates/weixin/resultpreview.html

@@ -7,6 +7,7 @@
 <link href="/jyapp/css/wxlist.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 <script src="/jyapp/js/jquery.js"></script>
 <script src="/jyapp/js/dropload.js?v={{Msg "seo" "version"}}"></script>
+<script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 <script>
 var zbadd = {{Msg "seo" "ZBADDRESS"}};
 var a_key = {{.T.a_key}};
@@ -35,6 +36,7 @@ if(firstPage != null && firstPage.length == 1){
 		sessionStorage.version="1"
 	}
 	$(function(){
+		new FastClick(document.body);
 		if(keys.length > 0){
 			$(".app-layout-content-b>div:first>.keyword").text(keys.join("; ").replace(/\+/gm," "));
 		}

+ 16 - 20
src/jfw/modules/app/src/web/templates/weixin/search/mainSearch.html

@@ -98,13 +98,13 @@
 		<div>
 			<div class="selLable hidden" id="selLable">
 				<div class="com-title"><!--height:30px; margin-top:20px;-->
-					<span id="search_title" onclick="SuperSearch.titleSearch()" class="on">标题搜索</span><!--<span style="float:left;">|</span>--><span onclick="SuperSearch.allSearch()" id="search_all">全文搜索</span>
+					<span id="search_title" class="on">标题搜索</span><!--<span style="float:left;">|</span>--><span id="search_all">全文搜索</span>
 				</div>
 				<div class="line-vertical">
 				</div>
 				<div class="showType">
-					<div class="showlist on" onclick="SuperSearch.showlist();">列表</div>
-					<div class="showtable" onclick="SuperSearch.showTable()">表格</div>
+					<div class="showlist on">列表</div>
+					<div class="showtable">表格</div>
 				</div>
 			</div>		
 			<div id="intercept" class="hidden">
@@ -332,10 +332,10 @@
 					<font style="display: none;">抱歉!由于系统繁忙暂时无法进行搜索,请1分钟后再试!</font>
 					<font style="display: none;">抱歉!由于系统繁忙暂时无法进行搜索,请稍后再试!</font>
 				</span><br>
-				<div id="allSearchModel">试试<span onclick="SuperSearch.allSearch()" style="color:#2cb7ca;text-decoration:underline;line-height: 30px">全文搜索</span></div>
+				<div id="allSearchModel">试试<span style="color:#2cb7ca;text-decoration:underline;line-height: 30px">全文搜索</span></div>
 			</div>
-			<div style="width:100%;" class="text-center">
-				<img onClick="SuperSearch.goToFeedbackPage();" style="width: 200px;margin-top: 15px;" src="/jyapp/images/wx/jyyjfk.png">
+			<div style="width:100%;" class="text-center" id="feedback">
+				<img style="width: 200px;margin-top: 15px;" src="/jyapp/images/wx/jyyjfk.png">
 			</div>
 		</div>
 		<div class="easypopup" id="nijianTip">
@@ -523,8 +523,8 @@
 				<img style="width:150px;margin:0px 0 50px 0;" src="/jyapp/images/entsearch/jysorry_1.png">
 			</div>
 			<div style="font-size:16px;color:#1d1d1d;">没有找到和该关键词匹配的信息</div>
-			<div style="width:100%;" class="text-center">
-				<img onClick="EntSearch.goToFeedbackPage();" style="width: 200px;margin-top: 25px;" src="/jyapp/images/entsearch/jyyjfk.png">
+			<div style="width:100%;" class="text-center" id="feedback">
+				<img style="width: 200px;margin-top: 25px;" src="/jyapp/images/entsearch/jyyjfk.png">
 			</div>
 		</div>
 	</div>
@@ -646,15 +646,11 @@
 		backThisPage();
 		popstateFlag = true;
 		initFlag = 0;
-		$("#searchIndex .inp-search").click(function () {
+		$("#searchIndex .inp-search").on("tap",function () {
 			SuperSearch.init(true,true,true);
-	    }).on("touchstart",function (e) {
-            e.preventDefault();
-        }).on("touchend",function () {
-            SuperSearch.init(true,true,true);
-        });
+	    });
 		//点击帮助
-	    $(".rightHref").click(function(){
+	    $(".rightHref").on("click",function(){
 			JyObj.openExternalLink('http://mp.weixin.qq.com/mp/homepage?__biz=MzIyNTM1NDUyNw==&hid=3&sn=badf2d7da08654c58b58169e773f58f0#wechat_redirect','使用帮助')
 	    });
 		var pageType = getUrlParam("v");
@@ -665,10 +661,10 @@
 		}
 	});
 	function checkIsOpen(){
-		$(".content ul li a:eq(0)").unbind("click");
-		$(".content ul li a:eq(1)").unbind("click");
+		$(".content ul li a:eq(0)").unbind("tap");
+		$(".content ul li a:eq(1)").unbind("tap");
 		//超级搜索跳转
-	    $(".content ul li a:eq(0)").click(function(){
+	    $(".content ul li a:eq(0)").on("click",function(){
 			SuperSearch.init(true,true,true);
 	    });
 		//查询是否开通超级搜索和中标企业搜索
@@ -678,7 +674,7 @@
 		        open_entsesearch=result.entstatus;
 				onceFlag_tablepro=result.tablepro;
 				//中标企业搜索跳转
-			    $(".content ul li a:eq(1)").click(function(){
+			    $(".content ul li a:eq(1)").on("click",function(){
 					if(open_entsesearch){
 						EntSearch.clearSessionStorage();
 						EntSearch.init(true,true,true);
@@ -689,7 +685,7 @@
 		    });
 		}else{
 			//中标企业搜索跳转
-		    $(".content ul li a:eq(1)").click(function(){
+		    $(".content ul li a:eq(1)").on("tap",function(){
 				window.location.href='/jyapp/free/login';
 		    });
 		}

+ 7 - 6
src/jfw/modules/app/src/web/templates/weixin/wxkeyset/index.html

@@ -44,7 +44,7 @@ $(function(){
 			window.location.reload(true);
 		}
     });
-	$("body,#easyAlert").on("touchstart",function(){
+	$("body,#easyAlert").on("tap",function(){
 		setTimeout(function(){
 			$("#easyAlert").hide();
 		},500);
@@ -178,17 +178,17 @@ $(function(){
 		}
 		removesurp();
 	});
-	$(".keyword").next("img").on("touchstart",function(){
+	$(".keyword").next("img").on("tap",function(){
 		$(".inputText").remove();
 		$(this).prev("[type='text']").val("").focus();
 		saveData();
 		$(this).hide();
 		$(this).parents(".keyWordGroup").removeClass("hasinput hasset");
 	});
-	$(".seniorset").click(function(){
+	$(".seniorset").on("tap",function(event){
 		window.location.href = "/jyapp/wxkeyset/keyset/seniorset";
 	});
-	$(".set2,.set3").click(function(){
+	$(".set2,.set3").on("tap",function(){
 		var parentObj = $(this).parents(".keyWordGroup");
 		var value = parentObj.find(".keyword").val();
 		var index = parentObj.index();
@@ -203,7 +203,7 @@ $(function(){
 		$("#sp2").fadeOut("normal");
 		window.location.href = "/jyapp/wxkeyset/keyset/filterset?index="+index+"&keyword="+escape(value);
 	});
-	$(".complate").click(function(){});
+	$(".complate").on("tap",function(){});
 	document.onkeydown = function () {
         if (window.event && window.event.keyCode == 13){
             window.event.returnValue = false;
@@ -364,11 +364,12 @@ function loadRecoms(inputObj,datas){
 	//$(".relrecomtip").show();
 	//
 	var thisClass = this;
-	$(".relRecom li").click("touchstart",function(){
+	$(".relRecom li").on("tap",function(){
 		if($(this).text() == ""){
 			return;
 		}
 		inputObj.val($(this).text());
+		inputObj.next("img").show();
 		var ipNo = inputObj.parents(".keyWordGroup").index()
 		if(myArray[ipNo]&&(myArray[ipNo]["area"]!=undefined||myArray[ipNo]["infotype"]!=undefined||myArray[ipNo]["notkey"]!=undefined)){
 			inputObj.parents(".keyWordGroup").addClass("hasset");

+ 2 - 2
src/jfw/modules/app/src/web/templates/weixin/wxkeyset/notkey.html

@@ -38,7 +38,7 @@ $(function(){
 	$(".complate").on("click",function(){
 		saveData(1);
 	});
-	$(".add").on("touchstart",function(){
+	$(".add").on("tap",function(){
 		appendHtml("");
 		if($(".keyWordGroup").length == 10){
 			$(".add").addClass("hide");
@@ -70,7 +70,7 @@ function appendHtml(value){
 		}
 		saveData(0);
 	});
-	htmlObj.children(".delete").on("touchstart",function(){
+	htmlObj.children(".delete").on("tap",function(){
 		$(this).parent().remove();
 		if($(".keyWordGroup").length < 10){
 			$(".add").removeClass("hide");

+ 1 - 1
src/jfw/modules/app/src/web/templates/weixin/wxkeyset/seniorset.html

@@ -77,7 +77,7 @@ $(function(){
 	$(".modal-dialog").css("margin-top",$(window).height()*0.25);
 
     //智能订阅
-    $("#intelligentSubscribtion").click(function(){
+    $("#intelligentSubscribtion").on("tap",function(){
         window.location.href = "/jyapp/jylab/laboratory/zndy";
     });
     //订阅数据导出

+ 2 - 0
src/jfw/modules/app/src/web/templates/weixin/wxpush.html

@@ -5,6 +5,7 @@
 {{include "/common/inc.html"}}
 <link href="/jyapp/wxswordfish/style.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 <script src="/jyapp/js/jquery.js"></script>
+<script src="/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 <style>
     /* forceShare start */
     .sharel , .toShare{
@@ -82,6 +83,7 @@ var o_pushinfo={{.T.data.o_pushinfo}};
 var s_content={{.T.data.s_content}};
 var forceShareFlag = {{.T.forceShareFlag}};
 $(function(){
+	new FastClick(document.body);
     if(forceShareFlag){
         $(".mask").addClass("smask");
         $(".mask").html('<div class="sharel"><img src="/jyapp/images/wx/share.png"/></div><div class="toShare"><img onclick="toShare()" src="/jyapp/images/wx/toShare.png"/></div>');

+ 1 - 0
src/web/staticres/css/follow.css

@@ -92,6 +92,7 @@ top:17px;
 /***********设置页面******/
 .setpage{
 	padding-top: 45px;
+	background-color: #fff;
 }
 .setpage .disabledMask{
 	position: fixed;

+ 1 - 0
src/web/staticres/css/wx_about.css

@@ -6,6 +6,7 @@ a {
 }
 .screen_1{
 	text-align: center;
+	background-color: #fff;
 }
 .screen_1 .bg{
 	width: 100%;

+ 4 - 3
src/web/staticres/css/wxkeyset.css

@@ -160,10 +160,11 @@ html.hidden,body.hidden,.keysetpage .keyWordContent.adjustment{
 .keysetpage .keyWordGroup>div>img{
 	position: absolute;
 	top: 50%;
-	right: 10px;
-	margin-top: -10px;
+	right: 0px;
+	margin-top: -20px;
 	width: 20px;
 	display: none;
+	padding: 10px;
 }
 .keysetpage .keyWordGroup>span{
 	position: absolute;
@@ -197,7 +198,7 @@ html.hidden,body.hidden,.keysetpage .keyWordContent.adjustment{
 	transform: translateZ(0);
 }
 .keysetpage .keyWordGroup [type='text'].focus{
-	padding-right: 35px;
+	padding-right: 45px;
 }
 /*********************seniorsetpage************************/
 .seniorsetpage .content{

+ 9 - 7
src/web/staticres/css/wxsearch.css

@@ -1612,7 +1612,7 @@ body{
 	transform: translateZ(0);
 }
 .searchinput-padding{
-	padding-right: 70px;
+	padding-right: 80px;
 }
 .wxhead{
 	padding:10px 15px;
@@ -1676,18 +1676,20 @@ body{
 	margin-top: -11px;
 }
 .query img{
-	width: 22px;
+	width: 42px;
     position: absolute;
-    right: 60px;
+    right: 45px;
     top: 50%;
-    margin-top: -11px;
+    margin-top: -21px;
+    padding: 10px;
 }
 .clearInpt img{
-	width: 20px;
+	width: 40px;
 	position: absolute;
-	right: 90px;
+	right: 85px;
 	top: 50%;
-	margin-top: -10px;
+	margin-top: -20px;
+	padding: 10px;
 }
 .selLable{
 	font-size:14px;

+ 24 - 1
src/web/staticres/js/common.js

@@ -355,4 +355,27 @@ function moveEnd(obj) {
 			&& typeof obj.selectionEnd == 'number') {
 		obj.selectionStart = obj.selectionEnd = len;
 	}
-}
+}
+$(function(){
+	//自定义tap
+    $(document).on("touchstart", function(e) {
+        var $target = $(e.target);
+        $target.data("isMoved", 0);
+		$target.data("startTime", Date.now());
+    });
+    $(document).on("touchmove", function(e) {
+        var $target = $(e.target);
+        $target.data("isMoved", 1);
+    });
+    $(document).on("touchend", function(e) {
+        var $target = $(e.target);
+		var startTime = $target.data("startTime");
+		if(Date.now()-startTime>200){
+			return;
+		}
+        if($target.data("isMoved") == 1){
+			return;
+		}
+		$target.trigger("tap");
+    });
+});

+ 6 - 6
src/web/staticres/js/syz-publicJs.js

@@ -1,6 +1,6 @@
 //$(function() {
 			/*关闭弹出层*/
-			$(".syz-Popup").on("click", function() {
+			$(".syz-Popup").on("tap", function() {
 				$(this).hide();
 			})
 			/*公共滑动功能*/
@@ -25,7 +25,7 @@
 				var $onBtn = $(".details .details-inner .iner-title span");
 				var showflag = true;
 				var timeflag = true;
-				$onBtn.on('click', function() {
+				$onBtn.on('tap', function() {
 					if(timeflag){
 						if (showflag){
 							showflag=false;
@@ -58,7 +58,7 @@
 			sysThumbsUp();
 			function sysThumbsUp() {
 				var $ThumbsUp = $('#dz').parent("div");
-				$ThumbsUp.on("click", function() {
+				$ThumbsUp.on("tap", function() {
 					//$(this).toggleClass("on")
 					$(".mask").addClass("smask");
 					$(".mask").html('<div class="share"><img src="/images/syzindex/share.png"/></div><div class="iknow"><img id="iknow" src="/images/syzindex/iknow.png"/></div>')
@@ -67,13 +67,13 @@
 			};
 			function sysIknow(){
 				var $Iknow = $("#iknow");
-				$Iknow.on("click",function(){
+				$Iknow.on("tap",function(){
 					$(".mask").html('')
 					$(".mask").removeClass("smask");
 				})
 			}
 			var once = false;
-			$("#check").click(function(){
+			$("#check").on("tap",function(){
                 if($(this).hasClass('checked')){
 					$(this).removeClass('checked');
 					JylabShareTimeline.flag = false;
@@ -97,7 +97,7 @@
 					});
 				}
 			})
-			$(".mustshare-mark").click(function(){
+			$(".mustshare-mark").on("tap",function(){
 				$(this).hide();
 			});
 		//})

+ 14 - 10
src/web/staticres/js/wxEntsesearch.js

@@ -60,7 +60,7 @@ var EntSearch = {
         });
 
         //清除
-        $("#entsearchPage .clearInpt").click(function(){
+        $("#entsearchPage .clearInpt").on("tap",function(){
             $("#entsearchPage #ent_searchinput").val("");
             $("#entsearchPage .clearInpt").addClass("hidden");
             $("#entsearchPage .query").addClass("hidden");
@@ -200,24 +200,24 @@ var EntSearch = {
 			}
         });
 
-        $("#entsearchPage .money .btn").click(function () {
+        $("#entsearchPage .money .btn").on("tap",function () {
             $("#entsearchPage .money .btn").addClass("active_m");
             $("#entsearchPage .money-inp").removeClass("money-inp-active");
         });
 
 
-		$("#entsearchPage .money-inp").click(function () {
+		$("#entsearchPage .money-inp").on("tap",function () {
             $("#entsearchPage .money .btn").removeClass("active_m");
             $("#entsearchPage .money-inp").addClass("money-inp-active");
         });
 
         //重置
-        $("#entsearchPage .jydqreset").click(function () {
+        $("#entsearchPage .jydqreset").on("tap",function () {
             EntSearch.resetSx();
         });
 
         //搜索企业项目信息
-        $("#entsearchPage .jydqsure").click(function () {
+        $("#entsearchPage .jydqsure").on("tap",function () {
             if($(this).hasClass("jydqsure_active")){
                 EntSearch.formSubmit();
 			}
@@ -228,7 +228,7 @@ var EntSearch = {
         });
 
         //显示筛选过滤选择
-        $("#entsearchPage .screen").click(function(){
+        $("#entsearchPage .screen").on("tap",function(){
 			if(EntSearch.requesting){
 				return;
 			}
@@ -257,7 +257,7 @@ var EntSearch = {
         });
 
         //选择金额or地区
-        $("#entsearchPage #set_search .select ul li:eq(0)").click(function(){
+        $("#entsearchPage #set_search .select ul li:eq(0)").on("tap",function(){
             $(this).css("color","#2cb7ca");
             $("#entsearchPage #set_search .select ul li:eq(2)").css("color","#888");
             $("#entsearchPage #set_search .select ul li:eq(0) img").attr("src","/jylab/entsesearch/images/wx/sys-jt-bottom2.png");
@@ -265,7 +265,7 @@ var EntSearch = {
             $("#entsearchPage .money").removeClass("hidden");
             $("#entsearchPage .jydq-dialog").addClass("hidden");
         })
-        $("#entsearchPage #set_search .select ul li:eq(2)").click(function(){
+        $("#entsearchPage #set_search .select ul li:eq(2)").on("tap",function(){
             $(this).css("color","#2cb7ca");
             $("#entsearchPage #set_search .select ul li:eq(0)").css("color","#888");
             $("#entsearchPage #set_search .select ul li:eq(0) img").attr("src","/jylab/entsesearch/images/wx/sys-jt-bottom.png");
@@ -275,7 +275,7 @@ var EntSearch = {
         });
 		
 		var dialogObj = $("#entsearchPage .contentone");
-		dialogObj.find(".btn").click(function(){
+		dialogObj.find(".btn").on("tap",function(){
 			if($(this).parent().index() == 0){
 				dialogObj.find(".btn").removeClass("active");
 			}else{
@@ -286,6 +286,10 @@ var EntSearch = {
 				dialogObj.find("ul:first li:first .btn").addClass("active");
 			};
 		});
+		
+		$("#entsearchPage #feedback").on("tap",function(){
+			EntSearch.goToFeedbackPage();
+		});
 	},
 	recoveryPage: function(){
 		$("#searchIndex").addClass("hidden");
@@ -604,7 +608,7 @@ var EntSearch = {
                         }
                         var obj=$("<div class='rec' data-entname='"+recList[i].name+"'>"+entName.replace(entName_key,"<span class='highLight'>"+entName_key+"</span>")+"</div>");
                         $("#entsearchPage #recList").append(obj);
-                        $(obj).click(function(){
+                        $(obj).on("tap",function(){
 							if($(this).text()!=""){
 								//$("#entsearchPage #ent_searchinput").val($(this).text());
 								$("#entsearchPage #ent_searchinput").val($(this).attr("data-entname"));

+ 57 - 39
src/web/staticres/js/wxSupersearch.js

@@ -67,13 +67,31 @@ var SuperSearch = {
 				//$("#supersearchPage #search_title").addClass("on").siblings().removeClass("on");
 		//	}
 		//}
-		$("#supersearchPage .tableclose").click(function(){
+		$("#supersearchPage #feedback").on("tap",function(){
+			SuperSearch.goToFeedbackPage();
+		});
+		$("#supersearchPage #allSearchModel").on("tap",function(){
+			SuperSearch.allSearch();
+		});
+		$("#supersearchPage #search_title").on("tap",function(){
+			SuperSearch.titleSearch();
+		});
+		$("#supersearchPage #search_all").on("tap",function(){
+			SuperSearch.allSearch();
+		});
+		$("#supersearchPage .showType>.showlist").on("tap",function(){
+			SuperSearch.showlist();
+		});
+		$("#supersearchPage .showType>.showtable").on("tap",function(){
+			SuperSearch.showTable();
+		});
+		$("#supersearchPage .tableclose").on("tap",function(){
 			$("#supersearchPage .TableTip").fadeOut("normal",function(){
 				$.post('/jylab/changePro',function(r){});
 			});
 		});
 		//筛选菜单展示or隐藏
-		$("#supersearchPage .wxhead").find(".screen").click(function(){
+		$("#supersearchPage .wxhead").find(".screen").on("tap",function(){
 			if(SuperSearch.requesting){
 				return;
 			}
@@ -116,7 +134,7 @@ var SuperSearch = {
 		});
 		
 		//清除输入框功能
-		$("#supersearchPage .clearInpt").click(function(){
+		$("#supersearchPage .clearInpt").on("tap",function(){
 			$("#supersearchPage input[name=super_searchinput]").val("");
 			$("#supersearchPage input[name=super_searchinput]").focus();
 			SuperSearch.canSearch();
@@ -125,24 +143,24 @@ var SuperSearch = {
 		$("#supersearchPage .query").click(function(){
 			SuperSearch.formSubmit("N");
 		});
-		$("#supersearchPage .jyshxbottom .jydqsure").click(function(){
+		$("#supersearchPage .jyshxbottom .jydqsure").on("tap",function(){
 			if($(this).hasClass("on")){
 				SuperSearch.formSubmit("N");
 			}
 		});
 		//清除筛选
-		$("#supersearchPage .jydqreset").click(function(){
+		$("#supersearchPage .jydqreset").on("tap",function(){
 			SuperSearch.resetSx();
 		});
 		//是否开通超级搜索服务
 		//关闭搜索后订阅================================================================
-		$("#supersearchPage .dy_close").on("click",function(){
+		$("#supersearchPage .dy_close").on("tap",function(){
 			$("#supersearchPage .resbm").addClass("hidden");
 			SuperSearch.dyDiv=true;
 		});
 		
 		//订阅
-		$("#supersearchPage #zjdy").click(function(){
+		$("#supersearchPage #zjdy").on("tap",function(){
 			var rFlag = false;
 			$.ajax({
 				type: "post",
@@ -167,7 +185,7 @@ var SuperSearch = {
 		});
 		//订阅结束==========================================================================
 		//删除历史搜索
-		$("#supersearchPage #del_history").click(function(){
+		$("#supersearchPage #del_history").on("tap",function(){
 			if($("#supersearchPage .inputDiv .history").find("li").length >0){
 				$.ajax({
 					type:"post",
@@ -183,15 +201,15 @@ var SuperSearch = {
 		
 		////
 		SuperSearch.njTipEasyPopup = new EasyPopup("nijianTip");
-		$("#supersearchPage .q-mark").click(function(){
+		$("#supersearchPage .q-mark").on("tap",function(){
 			SuperSearch.njTipEasyPopup.show();
 		});
 		//金额点击事件
-		$("#supersearchPage .money-dialog .btn").click(function(){
+		$("#supersearchPage .money-dialog .btn").on("tap",function(){
 			$(this).addClass("active");
 			$("#supersearchPage .money-dialog .money-inp").removeClass("active");
 		});
-	    $("#supersearchPage .money-dialog .money-inp").click(function(){
+	    $("#supersearchPage .money-dialog .money-inp").on("tap",function(){
 	    	if(open_supersearch){
 	            $(this).addClass("active");
 	            $("#supersearchPage .money-dialog .btn").removeClass("active");
@@ -202,7 +220,7 @@ var SuperSearch = {
 	
 	    var reg = /^[\u4e00-\u9fa5]+$/;
 	    var maxnum = "";
-	    $("#supersearchPage .maxMrice").click(function(){
+	    $("#supersearchPage .maxMrice").on("tap",function(){
 	        if(!open_supersearch){
 	            SuperSearch.toOpenSupersearch();
 	        }
@@ -265,7 +283,7 @@ var SuperSearch = {
 		});
 	
 	    var minnum = "";
-	    $("#supersearchPage .minMrice").click(function(){
+	    $("#supersearchPage .minMrice").on("tap",function(){
 	        if(!open_supersearch){
 	            SuperSearch.toOpenSupersearch();
 	        }
@@ -327,32 +345,32 @@ var SuperSearch = {
 	        }
 	    });
 	
-	    $("#supersearchPage .shaixIndustry").click(function(){
+	    $("#supersearchPage .shaixIndustry").on("tap",function(){
 	            $(this).addClass("shaixcl");
 	            $(this).siblings().removeClass("shaixcl");
 	            $("#supersearchPage .industry-dialog").removeClass("hidden");
 	            $("#supersearchPage .jydq-dialog,#supersearchPage .jytype-dialog,#supersearchPage .jypt-dialog,#supersearchPage .money-dialog").addClass("hidden");
 		});
-		$("#supersearchPage .shaixMoney").click(function(){
+		$("#supersearchPage .shaixMoney").on("tap",function(){
 	        $(this).addClass("shaixcl");
 	        $(this).siblings().removeClass("shaixcl");
 			$("#supersearchPage .money-dialog").removeClass("hidden");
 	        $("#supersearchPage .jydq-dialog,#supersearchPage .jytype-dialog,#supersearchPage .jypt-dialog,#supersearchPage .industry-dialog").addClass("hidden");
 		});
 		//
-		$("#supersearchPage .shaixpt").click(function(){
+		$("#supersearchPage .shaixpt").on("tap",function(){
 			$("#supersearchPage .jypt-dialog").removeClass("hidden");
 			$("#supersearchPage .jydq-dialog,#supersearchPage .jytype-dialog,#supersearchPage .money-dialog,#supersearchPage .industry-dialog").addClass("hidden");
 	        $(this).addClass("shaixcl");
 	        $(this).siblings().removeClass("shaixcl");
 		});
-		$("#supersearchPage .shaixone").click(function(){
+		$("#supersearchPage .shaixone").on("tap",function(){
 			$("#supersearchPage .jydq-dialog").removeClass("hidden");
 			$("#supersearchPage .jypt-dialog,#supersearchPage .jytype-dialog,#supersearchPage .money-dialog,#supersearchPage .industry-dialog").addClass("hidden");
 	        $(this).addClass("shaixcl");
 	        $(this).siblings().removeClass("shaixcl");
 		});
-		$("#supersearchPage .shaixtwo").click(function(){
+		$("#supersearchPage .shaixtwo").on("tap",function(){
 			$("#supersearchPage .newest").removeClass("hidden");
 			$("#supersearchPage .jytype-dialog").removeClass("hidden");
 			$("#supersearchPage .jypt-dialog,#supersearchPage .jydq-dialog,#supersearchPage .money-dialog,#supersearchPage .industry-dialog").addClass("hidden");
@@ -361,7 +379,7 @@ var SuperSearch = {
 		});
 			
 		var dialogObj = $("#supersearchPage .contentone");
-		dialogObj.find(".btn").click(function(){
+		dialogObj.find(".btn").on("tap",function(){
 			if($(this).parent().index() == 0){
 				dialogObj.find(".btn").removeClass("active");
 			}else{
@@ -374,7 +392,7 @@ var SuperSearch = {
 		});
 		
 		var dialogObjtwo = $("#supersearchPage .contenttwo");
-	    dialogObjtwo.find(".btn").click(function(){
+	    dialogObjtwo.find(".btn").on("tap",function(){
 	        if($(this).parent().index() == 0){
 	            dialogObjtwo.find('div[id="dqbtn"]').removeClass("active");
 	            dialogObjtwo.find(".btn").removeClass("active");
@@ -394,7 +412,7 @@ var SuperSearch = {
 	        };
 	    });
 	
-	    dialogObjtwo.find('div[id="dqbtn"]').click(function(){
+	    dialogObjtwo.find('div[id="dqbtn"]').on("tap",function(){
 	        $(this).toggleClass("active");
 	        if ($(this).attr("class") != "active"){
 	            $(this).nextAll(".btn").removeClass("active");
@@ -408,7 +426,7 @@ var SuperSearch = {
 	    });
 	
 		//获取输入时间
-		$("#supersearchPage .jypt-pt button").click(function(){
+		$("#supersearchPage .jypt-pt button").on("tap",function(){
 			var thisIndex = $("#supersearchPage .jypt-pt .jypt-active").index();
 			$("#supersearchPage .jypt-pt .jypt-active").removeClass("jypt-active");
 			if(thisIndex == $(this).index()){
@@ -421,17 +439,17 @@ var SuperSearch = {
 			}
 			$("#supersearchPage .jypt-timeinputs").removeClass("jypt-timeinputs-active");
 		});
-		$("#supersearchPage .jypt-fg").click(function(){
+		$("#supersearchPage .jypt-fg").on("tap",function(){
 			$("#supersearchPage .jypt-pt .jypt-active").removeClass("jypt-active");
 			$("#supersearchPage .jypt-timeinputs").toggleClass("jypt-timeinputs-active");
 			if(!$("#supersearchPage .jypt-timeinputs").hasClass("jypt-timeinputs-active")){
 				$("#supersearchPage .jypt-pt>button:first").addClass("jypt-active");
 			}
 		});
-		$("#supersearchPage #starttime").click(function(){
+		$("#supersearchPage #starttime").on("tap",function(){
 	        $("#supersearchPage #starttime").mobiscroll('show');
 		});
-		$("#supersearchPage #endtime").click(function(){
+		$("#supersearchPage #endtime").on("tap",function(){
 	        $("#supersearchPage #endtime").mobiscroll('show');
 		});
 		SuperSearch.initMobiscroll();
@@ -608,11 +626,11 @@ var SuperSearch = {
 	},
 	//js 方法
 	resetSx: function(){         //清除筛选
-		$("#supersearchPage .dialog-content.contentthree ul li:eq(0) button").trigger("click");//清除行业
-		$("#supersearchPage .money-dialog ul li:eq(0) .btn").trigger("click");//清除金额
-		$("#supersearchPage .jypt-dialog .jypt-pt .btn:eq(0)").trigger("click");//清除时间
-		$("#supersearchPage .jydq-dialog .btn:eq(0)").trigger("click");  //清除地区
-		$("#supersearchPage .jytype-dialog .btn:eq(0)").trigger("click"); //清除类别
+		$("#supersearchPage .dialog-content.contentthree ul li:eq(0) button").trigger("tap");//清除行业
+		$("#supersearchPage .money-dialog ul li:eq(0) .btn").trigger("tap");//清除金额
+		$("#supersearchPage .jypt-dialog .jypt-pt .btn:eq(0)").trigger("tap");//清除时间
+		$("#supersearchPage .jydq-dialog .btn:eq(0)").trigger("tap");  //清除地区
+		$("#supersearchPage .jytype-dialog .btn:eq(0)").trigger("tap"); //清除类别
 	},
 	canSearch: function(){  //判断是否显示搜索按钮
 		var len=$.trim($("#supersearchPage input[name=super_searchinput]").val()).length;
@@ -1079,7 +1097,7 @@ var SuperSearch = {
 	appendListHtml: function (html){  //下拉时展示信息
 	    // 插入数据到页面,放到最后面
 	    var ListHtmlObj = $(html.ListHtml);
-	    ListHtmlObj.on("click", function(event){
+	    ListHtmlObj.on("tap", function(event){
 	        var h = $(this).find("a.bt").attr("s");
 	        var sid = $(this).find("a.bt").attr("sid");
 	        var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1089,7 +1107,7 @@ var SuperSearch = {
 	    $('#supersearchPage #list').append(ListHtmlObj);
 	
 	    var TableHtmlobj=$(html.TableHtml);
-	    TableHtmlobj.on("click",function(event){
+	    TableHtmlobj.on("tap",function(event){
 	        var h = $(this).attr("s");
 	        var sid = $(this).attr("sid");
 	        var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1129,7 +1147,7 @@ var SuperSearch = {
 				}
 			}
 		});
-	   	ListHtmlObj.on("click", function(event){
+	   	ListHtmlObj.on("tap", function(event){
 	       var h = $(this).find("a.bt").attr("s");
 	       var sid = $(this).find("a.bt").attr("sid");
 	       var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1138,7 +1156,7 @@ var SuperSearch = {
 	   	});
 	   	$('#supersearchPage #list').html(ListHtmlObj);
 	
-	   	TableHtmlobj.on("click",function(event){
+	   	TableHtmlobj.on("tap",function(event){
 	       	var h =  $(this).attr("s");
 	       	var sid = $(this).attr("sid");
 	       	var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1242,7 +1260,7 @@ var SuperSearch = {
 		var len=$("#supersearchPage .inputDiv ul li").length;
 		$("#supersearchPage .inputDiv ul li:eq("+(len-1)+")").css("border-bottom-right-radius","5px").css("border-bottom-left-radius","5px");
 		//点击提示框内容 进行搜索
-		$("#supersearchPage .inputDiv li").unbind("click").click(function () {
+		$("#supersearchPage .inputDiv li").unbind("tap").on("tap",function () {
 			$("#supersearchPage input[name=super_searchinput]").val($(this).text());
 			SuperSearch.canSearch();
 			SuperSearch.formSubmit("N");
@@ -1391,7 +1409,7 @@ var SuperSearch = {
 			SuperSearch.noMoreCache = sessionStorage.superSearch_noMoreCache;
 			SuperSearch.showNull = false;
 			var ListContent=$(sessionStorage.superSearch_listContent);
-			ListContent.on("click", function(event){
+			ListContent.on("tap", function(event){
 			    var h = $(this).find("a.bt").attr("s");
 			    var sid = $(this).find("a.bt").attr("sid");
 			    var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1401,7 +1419,7 @@ var SuperSearch = {
 			$("#supersearchPage #list").html(ListContent);
 			SuperSearch.initDropload(SuperSearch.noMoreCache!="true",sessionStorage.superSearch_pageNum);
 			var TableContent=$(sessionStorage.superSearch_tableContent);
-			TableContent.on("click",function(event){
+			TableContent.on("tap",function(event){
 			    var h =  $(this).attr("s");
 			    var sid = $(this).attr("sid");
 			    var sds = SuperSearch.s_words.replace(/\+/g,"+");
@@ -1570,7 +1588,7 @@ var SuperSearch = {
 	industryAction: function(){
 	    //行业点击事件
 	    var dialogObjthree = $("#supersearchPage .contentthree");
-	    dialogObjthree.find(".btn").click(function(){
+	    dialogObjthree.find(".btn").on("tap",function(){
 			if($(this).parent().index() == 0){
 			    dialogObjthree.find('div[id="dqbtn"]').removeClass("active");
 			    dialogObjthree.find(".btn").removeClass("active");
@@ -1593,7 +1611,7 @@ var SuperSearch = {
 			    }
 			};
 	    });
-	    dialogObjthree.find('div[id="dqbtn"]').click(function(){
+	    dialogObjthree.find('div[id="dqbtn"]').on("tap",function(){
 			if(open_supersearch){
 		
 			    if($(this).hasClass("active")){

+ 2 - 0
src/web/templates/weixin/about.html

@@ -6,6 +6,7 @@
 		<link href="/css/common.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 		<link href="/css/wx_about.css?v={{Msg "seo" "version"}}" rel="stylesheet">
 		<script type="text/javascript" src="/js/jquery.js"></script>
+		<script src="/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 		{{if .T.isWeixin}}
 			{{include "/common/weixin.html"}}
 			<script type="text/javascript" src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
@@ -310,6 +311,7 @@ function adjustBarChart(flag){
 	$(".axis-shape li:gt(0)").css("margin-left",axisShapeLiML);
 }
 $(function(){
+	new FastClick(document.body);
 	$(".float-navbar li").click(function(){
 		$(this).addClass("active");
 		var thisClass = $(this);

+ 2 - 0
src/web/templates/weixin/historypush.html

@@ -9,6 +9,7 @@
 <script src="/js/jquery.js"></script>
 <script src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
 <script src="/js/dropload.js?v={{Msg "seo" "version"}}"></script>
+<script src="/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 <script>
 var zbadd = {{Msg "seo" "ZBADDRESS"}};
 var firstPage = {{.T.data}};
@@ -22,6 +23,7 @@ var count = 0;
 var wxflag = "";
 initShare({{.T.signature}},{{.T.openid}},2,"jy_extend",{{.T.nickname}},{{.T.avatar}});
 $(function(){
+	new FastClick(document.body);
 	if(!success){
 		hasNoData();
 		return;

+ 4 - 5
src/web/templates/weixin/jylab/lab-cjss.html

@@ -3,13 +3,12 @@
 		<meta charset="UTF-8" />
 		<meta name="format-detection" content="telephone=no" />
 		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
-		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
-		<script src="/js/common.js?v={{Msg "seo" "version"}}"></script>
 		<link rel="stylesheet" href="/js/jq-wxui/weui.min.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/reset.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/syz-public-href.css?v={{Msg "seo" "version"}}" />
 		{{include "/common/weixin.html"}}
 		<script type="text/javascript" src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
+		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
 		<script>
 			jylabInitShare();
 			function jylabInitShare(){
@@ -95,8 +94,8 @@
 		<div class="mustshare-mark">
 			<img src="/images/jylab-share.png">
 		</div>
-	</body>
 	<script type="text/javascript" src="/js/jquery-3.2.1.min.js"></script>
+	<script src="/js/common.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/TouchSlide.1.1.js"></script>
 	<script type="text/javascript" src="/js/syz-publicJs.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/jypraise.js?v={{Msg "seo" "version"}}"></script>
@@ -111,7 +110,7 @@
 			}else{
 				$("#searchuse").addClass("hidden");
 			}
-			$("#dz").parent("div").click(function(){
+			$("#dz").parent("div").on("tap",function(){
                 behaviorCollect(2);
 			})
 		//})
@@ -157,5 +156,5 @@
 			}
 		}
 	</script>
-
+</body>
 </html>

+ 4 - 3
src/web/templates/weixin/jylab/lab-gzqy.html

@@ -3,12 +3,12 @@
 		<meta charset="UTF-8" />
 		<meta name="format-detection" content="telephone=no" />
 		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
-		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
 		<link rel="stylesheet" href="/js/jq-wxui/weui.min.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/reset.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/syz-public-href.css?v={{Msg "seo" "version"}}" />
 		{{include "/common/weixin.html"}}
 		<script type="text/javascript" src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
+		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
 		<script>
 			jylabInitShare();
 			function jylabInitShare(){
@@ -94,8 +94,8 @@
 		<div class="mustshare-mark">
 			<img src="/images/jylab-share.png">
 		</div>
-	</body>
 	<script type="text/javascript" src="/js/jquery-3.2.1.min.js"></script>
+	<script src="/js/common.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/TouchSlide.1.1.js"></script>
 	<script type="text/javascript" src="/js/syz-publicJs.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/jypraise.js?v={{Msg "seo" "version"}}"></script>
@@ -104,7 +104,7 @@
         var support = "";
 		var thistype = "gzqy";
 		//$(function(){
-			$("#dz").parent("div").click(function(){
+			$("#dz").parent("div").on("tap",function(){
                 behaviorCollect(2);
 			});
 		//})
@@ -137,4 +137,5 @@
             }
         }
 	</script>
+</body>
 </html>

+ 4 - 2
src/web/templates/weixin/jylab/lab-index.html

@@ -6,8 +6,10 @@
 		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
 		<link rel="stylesheet" href="/css/reset.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/syzindex.css?v={{Msg "seo" "version"}}" />
-		<script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
+		<script src="/js/jquery-3.2.1.min.js"></script>
+		{{include "/common/weixin.html"}}
 		<script type="text/javascript" src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
+		<script src="/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 		<script>
 			initShare({{.T.signature}},{{.T.openid}},2,"jy_extend",{{.T.nickname}},{{.T.avatar}});
 		</script>
@@ -60,8 +62,8 @@
 	</section>
 		
 	</body>
-	<script src="/js/jquery-3.2.1.min.js"></script>
 	<script>
+		new FastClick(document.body);
         var s_openid = {{.T.s_m_openid}};
 		//$(function(){
             behaviorCollect();

+ 4 - 4
src/web/templates/weixin/jylab/lab-sjdc.html

@@ -3,12 +3,12 @@
 		<meta charset="UTF-8" />
 		<meta name="format-detection" content="telephone=no" />
 		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
-		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
 		<link rel="stylesheet" href="/js/jq-wxui/weui.min.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/reset.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/syz-public-href.css?v={{Msg "seo" "version"}}" />
 		{{include "/common/weixin.html"}}
 		<script type="text/javascript" src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
+		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
 		<script>
 			jylabInitShare();
 			function jylabInitShare(){
@@ -92,8 +92,8 @@
 		<div class="mustshare-mark">
 			<img src="/images/jylab-share.png">
 		</div>
-	</body>
 	<script type="text/javascript" src="/js/jquery-3.2.1.min.js"></script>
+	<script src="/js/common.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/TouchSlide.1.1.js"></script>
 	<script type="text/javascript" src="/js/syz-publicJs.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/jypraise.js?v={{Msg "seo" "version"}}"></script>
@@ -102,7 +102,7 @@
         var support = "";
 		var thistype = "sjdc";
 		//$(function(){
-			$("#dz").parent("div").click(function(){
+			$("#dz").parent("div").on("tap",function(){
                 behaviorCollect(2);
 			})
 		//})
@@ -135,5 +135,5 @@
             }
         }
 	</script>
-
+</body>
 </html>

+ 4 - 5
src/web/templates/weixin/jylab/lab-zbqy.html

@@ -3,13 +3,12 @@
 		<meta charset="UTF-8" />
 		<meta name="format-detection" content="telephone=no" />
 		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
-		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
-		<script src="/js/common.js?v={{Msg "seo" "version"}}"></script>
 		<link rel="stylesheet" href="/js/jq-wxui/weui.min.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/reset.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/syz-public-href.css?v={{Msg "seo" "version"}}" />
 		{{include "/common/weixin.html"}}
 		<script type="text/javascript" src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
+		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
 		<script>
 			jylabInitShare();
 			function jylabInitShare(){
@@ -75,8 +74,8 @@
 		<div class="mustshare-mark">
 			<img src="/images/jylab-share.png">
 		</div>
-	</body>
 	<script type="text/javascript" src="/js/jquery-3.2.1.min.js"></script>
+	<script src="/js/common.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/TouchSlide.1.1.js"></script>
 	<script type="text/javascript" src="/js/syz-publicJs.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/jypraise.js?v={{Msg "seo" "version"}}"></script>
@@ -85,7 +84,7 @@
         var support = "";
 		var thistype = "zbqy";
 		//$(function(){
-			$("#dz").click(function(){
+			$("#dz").on("tap",function(){
                 behaviorCollect(2);
 			})
 		//})
@@ -132,5 +131,5 @@
 			}
 		}
 	</script>
-
+</body>
 </html>

+ 4 - 4
src/web/templates/weixin/jylab/lab-zndy.html

@@ -3,12 +3,12 @@
 		<meta charset="UTF-8" />
 		<meta name="format-detection" content="telephone=no" />
 		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
-		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
 		<link rel="stylesheet" href="/js/jq-wxui/weui.min.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/reset.css?v={{Msg "seo" "version"}}" />
 		<link rel="stylesheet" href="/css/dev2/syz-public-href.css?v={{Msg "seo" "version"}}" />
 		{{include "/common/weixin.html"}}
 		<script type="text/javascript" src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
+		<script src="/js/rem.js?v={{Msg "seo" "version"}}"></script>
 		<script>
 			jylabInitShare();
 			function jylabInitShare(){
@@ -94,8 +94,8 @@
 		<div class="mustshare-mark">
 			<img src="/images/jylab-share.png">
 		</div>
-	</body>
 	<script type="text/javascript" src="/js/jquery-3.2.1.min.js"></script>
+	<script src="/js/common.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/TouchSlide.1.1.js"></script>
 	<script type="text/javascript" src="/js/syz-publicJs.js?v={{Msg "seo" "version"}}"></script>
 	<script type="text/javascript" src="/js/jypraise.js?v={{Msg "seo" "version"}}"></script>
@@ -104,7 +104,7 @@
 		var support = "";
 		var thistype = "zndy";
 		//$(function(){
-			$("#dz").parent("div").click(function(){
+			$("#dz").parent("div").on("tap",function(){
                 behaviorCollect(2);
 			})
 		//})
@@ -137,5 +137,5 @@
             }
         }
 	</script>
-
+</body>
 </html>

+ 2 - 0
src/web/templates/weixin/resultpreview.html

@@ -9,6 +9,7 @@
 <script src="/js/jquery.js"></script>
 <script src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
 <script src="/js/dropload.js?v={{Msg "seo" "version"}}"></script>
+<script src="/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 <script>
 var zbadd = {{Msg "seo" "ZBADDRESS"}};
 var a_key = {{.T.a_key}};
@@ -38,6 +39,7 @@ if(firstPage != null && firstPage.length == 1){
 	}
 	initShare({{.T.signature}},{{.T.openid}},2,"jy_extend",{{.T.nickname}},{{.T.avatar}});
 	$(function(){
+		new FastClick(document.body);
 		if(keys.length > 0){
 			$("body>div:first>.keyword").text(keys.join("; ").replace(/\+/gm," "));
 		}

+ 10 - 14
src/web/templates/weixin/search/mainSearch.html

@@ -92,13 +92,13 @@
 	<div>
 		<div class="selLable hidden" id="selLable">
 			<div class="com-title"><!--height:30px; margin-top:20px;-->
-				<span id="search_title" onclick="SuperSearch.titleSearch()" class="on">标题搜索</span><!--<span style="float:left;">|</span>--><span onclick="SuperSearch.allSearch()" id="search_all">全文搜索</span>
+				<span id="search_title" class="on">标题搜索</span><!--<span style="float:left;">|</span>--><span id="search_all">全文搜索</span>
 			</div>
 			<div class="line-vertical">
 			</div>
 			<div class="showType">
-				<div class="showlist on" onclick="SuperSearch.showlist();">列表</div>
-				<div class="showtable" onclick="SuperSearch.showTable()">表格</div>
+				<div class="showlist on">列表</div>
+				<div class="showtable">表格</div>
 			</div>
 		</div>		
 		<div id="intercept" class="hidden">
@@ -326,10 +326,10 @@
 				<font style="display: none;">抱歉!由于系统繁忙暂时无法进行搜索,请1分钟后再试!</font>
 				<font style="display: none;">抱歉!由于系统繁忙暂时无法进行搜索,请稍后再试!</font>
 			</span><br>
-			<div id="allSearchModel">试试<span onclick="SuperSearch.allSearch()" style="color:#2cb7ca;text-decoration:underline;line-height: 30px">全文搜索</span></div>
+			<div id="allSearchModel">试试<span style="color:#2cb7ca;text-decoration:underline;line-height: 30px">全文搜索</span></div>
 		</div>
-		<div style="width:100%;" class="text-center">
-			<img onClick="SuperSearch.goToFeedbackPage();" style="width: 200px;margin-top: 15px;" src="/images/wx/jyyjfk.png">
+		<div style="width:100%;" class="text-center" id="feedback">
+			<img style="width: 200px;margin-top: 15px;" src="/images/wx/jyyjfk.png">
 		</div>
 	</div>
 	<div class="easypopup" id="nijianTip">
@@ -511,8 +511,8 @@
 			<img style="width:150px;margin:0px 0 50px 0;" src="/images/entsearch/jysorry_1.png">
 		</div>
 		<div style="font-size:16px;color:#1d1d1d;">没有找到和该关键词匹配的信息</div>
-		<div style="width:100%;" class="text-center">
-			<img onClick="EntSearch.goToFeedbackPage();" style="width: 200px;margin-top: 25px;" src="/images/entsearch/jyyjfk.png">
+		<div style="width:100%;" class="text-center" id="feedback">
+			<img style="width: 200px;margin-top: 25px;" src="/images/entsearch/jyyjfk.png">
 		</div>
 	</div>
 </section>
@@ -609,13 +609,9 @@
 		popstateFlag = true;
 		initFlag = 0;
 		////
-		$("#searchIndex .inp-search").click(function () {
+		$("#searchIndex .inp-search").on("tap",function () {
 			SuperSearch.init(true,true,true);
-	    }).on("touchstart",function (e) {
-            e.preventDefault();
-        }).on("touchend",function () {
-            SuperSearch.init(true,true,true);
-        });
+	    });
 		//点击帮助
 	    $(".rightHref").click(function(){
 	        window.open("http://mp.weixin.qq.com/mp/homepage?__biz=MzIyNTM1NDUyNw==&hid=2&sn=379fc869080a36d9d0798a3d4fb9a63a#wechat_redirect");

+ 5 - 3
src/web/templates/weixin/wxkeyset/index.html

@@ -8,6 +8,7 @@
 {{include "/common/weixin.html"}}
 <script src="/js/jquery.js"></script>
 <script src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
+<script src="/js/common.js?v={{Msg "seo" "version"}}"></script>
 <script>
 initShare({{.T.signature}},{{.T.openid}},2,"jy_extend",{{.T.nickname}},{{.T.avatar}});
 var isIOS = !!navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
@@ -180,7 +181,7 @@ $(function(){
 	$(".seniorset").click(function(){
 		window.location.href = "/wxkeyset/keyset/seniorset";
 	});
-	$(".set2,.set3").click(function(){
+	$(".set2,.set3").on("tap",function(){
 		var parentObj = $(this).parents(".keyWordGroup");
 		var value = parentObj.find(".keyword").val();
 		var index = parentObj.index();
@@ -195,7 +196,7 @@ $(function(){
 		$("#sp2").fadeOut("normal");
 		window.location.href = "/wxkeyset/keyset/filterset?index="+index+"&keyword="+escape(value);
 	});
-	$(".complate").click(function(){});
+	$(".complate").on("tap",function(){});
 	document.onkeydown = function () {
         if (window.event && window.event.keyCode == 13){
             window.event.returnValue = false;
@@ -356,11 +357,12 @@ function loadRecoms(inputObj,datas){
 	//$(".relrecomtip").show();
 	//
 	var thisClass = this;
-	$(".relRecom li").click("touchstart",function(){
+	$(".relRecom li").on("tap",function(){
 		if($(this).text() == ""){
 			return;
 		}
 		inputObj.val($(this).text());
+		inputObj.next("img").show();
 		var ipNo = inputObj.parents(".keyWordGroup").index()
 		if(myArray[ipNo]&&(myArray[ipNo]["area"]!=undefined||myArray[ipNo]["infotype"]!=undefined||myArray[ipNo]["notkey"]!=undefined)){
 			inputObj.parents(".keyWordGroup").addClass("hasset");

+ 2 - 2
src/web/templates/weixin/wxkeyset/notkey.html

@@ -41,7 +41,7 @@ $(function(){
 	$(".complate").click(function(){
 		saveData(1);
 	});
-	$(".add").click(function(){
+	$(".add").on("tap",function(){
 		appendHtml("");
 		if($(".keyWordGroup").length == 10){
 			$(".add").addClass("hide");
@@ -73,7 +73,7 @@ function appendHtml(value){
 		}
 		saveData(0);
 	});
-	htmlObj.children(".delete").click(function(){
+	htmlObj.children(".delete").on("tap",function(){
 		$(this).parent().remove();
 		if($(".keyWordGroup").length < 10){
 			$(".add").removeClass("hide");

+ 2 - 0
src/web/templates/weixin/wxpush.html

@@ -8,6 +8,7 @@
 <script src="/js/jquery.js"></script>
 <script src="/js/rem.js"></script>
 <script src="/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
+<script src="/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
 <style>
     /* forceShare start */
     .sharel {
@@ -55,6 +56,7 @@ var zbadd = {{Msg "seo" "ZBADDRESS"}}
 var sds = "";
 var forceShareFlag = {{.T.forceShareFlag}};
 $(function(){
+	new FastClick(document.body);
 	if(sessionStorage.getItem("listortable"+{{.T._id}})!=null&&sessionStorage.getItem("listortable"+{{.T._id}})=="T"){
 	    $(".showType .showTable").addClass("on").siblings().removeClass("on");
 		$(".listcontent").addClass("hidden");

BIN
src/zb.bin