|
@@ -18,7 +18,7 @@
|
|
<!--搜索-->
|
|
<!--搜索-->
|
|
<div class="search-tontrol">
|
|
<div class="search-tontrol">
|
|
<div>
|
|
<div>
|
|
- <input class="inp-search" type="text" name="searchvalue" value="" maxlength="50" placeholder="示例:税务局 软件" />
|
|
|
|
|
|
+ <input class="inp-search" type="text" name="searchvalue" value="" maxlength="50" placeholder="示例:税务局 软件" readonly/>
|
|
<input class="search-submit" type="submit" value="" />
|
|
<input class="search-submit" type="submit" value="" />
|
|
</div>
|
|
</div>
|
|
<!--点击关闭-->
|
|
<!--点击关闭-->
|
|
@@ -54,32 +54,39 @@
|
|
$(".rightHref").click(function(){
|
|
$(".rightHref").click(function(){
|
|
window.open("http://mp.weixin.qq.com/mp/homepage?__biz=MzIyNTM1NDUyNw==&hid=2&sn=379fc869080a36d9d0798a3d4fb9a63a#wechat_redirect");
|
|
window.open("http://mp.weixin.qq.com/mp/homepage?__biz=MzIyNTM1NDUyNw==&hid=2&sn=379fc869080a36d9d0798a3d4fb9a63a#wechat_redirect");
|
|
});
|
|
});
|
|
|
|
+ /*
|
|
$(".inp-search").click(function(){
|
|
$(".inp-search").click(function(){
|
|
window.open("/jylab/superSearch");
|
|
window.open("/jylab/superSearch");
|
|
- });
|
|
|
|
- //超级和中标企业搜索跳转跳转
|
|
|
|
- $(".content ul li a:eq(0)").click(function(){
|
|
|
|
- if(open_supersearch){
|
|
|
|
- window.location.href='/jylab/superSearch';
|
|
|
|
- }else{
|
|
|
|
- window.location.href='/jylab/laboratory/cjss';
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
- $(".content ul li a:eq(1)").click(function(){
|
|
|
|
- if(open_entsesearch){
|
|
|
|
- window.location.href='/jylab/entsesearch/search';
|
|
|
|
- }else{
|
|
|
|
- window.location.href='/jylab/laboratory/zbqy';
|
|
|
|
- }
|
|
|
|
|
|
+ });*/
|
|
|
|
+ $(".inp-search").on("touchstart",function (e) {
|
|
|
|
+ e.preventDefault();
|
|
});
|
|
});
|
|
- });
|
|
|
|
- //查询是否开通超级搜索和中标企业搜索
|
|
|
|
- function flush_isOpenSupersearch() {
|
|
|
|
- $.post("/jylab/supsearch/getstatus",function(result){
|
|
|
|
- open_supersearch=result.supstatus;
|
|
|
|
- open_entsesearch=result.entstatus;
|
|
|
|
|
|
+ $(".inp-search").on("touchend",function () {
|
|
|
|
+ window.open("/jylab/superSearch");
|
|
});
|
|
});
|
|
- }
|
|
|
|
- </script>
|
|
|
|
|
|
+ //超级和中标企业搜索跳转跳转
|
|
|
|
+ $(".content ul li a:eq(0)").click(function(){
|
|
|
|
+ if(open_supersearch){
|
|
|
|
+ window.location.href='/jylab/superSearch';
|
|
|
|
+ }else{
|
|
|
|
+ window.location.href='/jylab/laboratory/cjss';
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ $(".content ul li a:eq(1)").click(function(){
|
|
|
|
+ if(open_entsesearch){
|
|
|
|
+ window.location.href='/jylab/entsesearch/search';
|
|
|
|
+ }else{
|
|
|
|
+ window.location.href='/jylab/laboratory/zbqy';
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ });
|
|
|
|
+ //查询是否开通超级搜索和中标企业搜索
|
|
|
|
+ function flush_isOpenSupersearch() {
|
|
|
|
+ $.post("/jylab/supsearch/getstatus",function(result){
|
|
|
|
+ open_supersearch=result.supstatus;
|
|
|
|
+ open_entsesearch=result.entstatus;
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+</script>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|