liting2017 6 years ago
parent
commit
99ca129e11

+ 6 - 0
src/css/newMenu/header.css

@@ -519,6 +519,12 @@ input:focus{
 .signin a:nth-child(2):hover{
     color:#f00;
 }
+.text_top a{
+    color: #fff;
+}
+.text_top a:hover{
+    color: #0289df;
+}
 .shopIcon .tint.active{
     opacity: 1;
     position: absolute;

+ 40 - 15
src/css/newMenu/special.css

@@ -2,10 +2,9 @@
 .specialLeft{
     width: 888px;
     float: left;
+    padding-top: 40px;
 }
-.container{
-    padding-top: 80px;
-}
+
 .specialLeft .input-append{
     width: 100%;
     height: 44px;
@@ -85,7 +84,7 @@
     padding-top: 26px;
 }
 .spList ul li {
-    margin-bottom: 24px;
+    margin-bottom: 50px;
     border-bottom: 1px solid #eeeeee;
     clear: both;
     width: 100%
@@ -122,23 +121,41 @@
     color: #666666;
     text-align: right;
     margin-top: 30px;
+    height: 20px;
     margin-bottom: 20px;
 }
-.spList .guide>span{
+.spList .guide .guideRight>span{
     cursor: pointer;
     position: relative;
     margin-left: 20px;
     height: 20px;
     line-height: 20px;
     z-index: 1200;
+   
 }
-.spList .guide>span>img{
+.spList .guide .guideRight>span>img{
     width: 18px;
     height: 18px;
     margin-right:3px;
     vertical-align: top; 
     margin-top: 1px;
 }
+.guideLeft{
+    float: left;
+}
+.guideLeft .keyword{
+    display: inline-block;
+    margin-left: 40px;
+}
+.guideLeft .keyword span{
+    display: inline-block;
+    margin-right: 28px;
+    color: #ffb46b;
+    font-size: 12px;
+}
+.guideRight{
+    float: right;
+}
 .fxWrap{
     position: absolute;
     right: 20px;
@@ -160,9 +177,14 @@
     opacity: 1;
     transition: all .3s ease-in
 }
-.guide span:hover{
+.guideRight span:hover{
     color: #1797e9;
 }
+.spList li .title time{
+    display: inline-block;
+    margin-left: 45px;
+    color: #999999;
+}
 .fxWrap img{
     width: 20px;
     height: 20px;
@@ -186,6 +208,7 @@
     width: 280px;
     float: right;
     margin-bottom: 100px;
+    padding-top: 40px;
 }
 .specialRight .writeXF{
     height: 134px;
@@ -215,10 +238,11 @@
     padding: 35px 60px;
     margin-bottom: 18px;
 }
-.specialRight .collection a{
+.specialRight .collection p{
     color: #333333;
+    cursor: pointer;
 }
-.specialRight .collection a:hover{
+.specialRight .collection p:hover{
     color: #1797e9;
 }
 .specialRight .collection p img{
@@ -306,7 +330,7 @@
     margin-top: 22px;
     margin-bottom: 22px;
 }
-.policy .videoImg>div div{
+.policy .videoImg a>div div{
     background: rgba(0, 0, 0, .5);
 }
 .policy p span{
@@ -332,7 +356,9 @@
 }
 
 /* 顾问 */
-
+.nubCollect{
+    margin-left: 10px;
+}
 .adviserList{
     display: none;
 }
@@ -457,8 +483,7 @@
 
 /* 专栏详情 */
 .hr{
-    margin-top: -40px;
-    margin-bottom: 50px;
+    margin-top: 30px;
 }
 .detaiTitle{
     text-align: center;
@@ -476,8 +501,8 @@
     margin-bottom:18px; 
 }
 .detaiTitle>img{
-    width: 500px;
-    height: 500px;
+    width: 800px;
+    height: 400px;
     margin-bottom: 60px;
     display: inline-block;
 }

+ 2 - 2
src/js/dataDic.js

@@ -123,8 +123,8 @@ module.exports={
             key:'法律顾问'
         },
         {
-            value:'',
-            key:''
+            value:'knowledge_base',
+            key:'社区'
         }
     ]
 }

+ 1 - 1
src/js/facilitator/facilitator.js

@@ -213,7 +213,7 @@ $(function(){
     function inpFun() {
         $('.inp .btn').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <= thePageLength && val > 0) {
+            if (!isNaN(val) && val <= thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(thePageNo);
             }else{

+ 1 - 1
src/js/newMenu/achievementList.js

@@ -282,7 +282,7 @@ $(function () {
     function inpFun() {
         $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <= thePageLength && val > 0) {
+            if (!isNaN(val) && val <= thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(thePageNo);
             }else{

+ 1 - 1
src/js/newMenu/adviserList.js

@@ -168,7 +168,7 @@ $(function () {
     function inpFun() {
         $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <= thePageLength && val > 0) {
+            if (!isNaN(val) && val <= thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(thePageNo);
             } else {

+ 1 - 1
src/js/newMenu/demandList.js

@@ -281,7 +281,7 @@ $(function () {
     function inpFun() {
         $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <=thePageLength && val > 0) {
+            if (!isNaN(val) && val <=thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(thePageNo);
             }else{

+ 1 - 1
src/js/newMenu/patentList.js

@@ -308,7 +308,7 @@ $(function () {
     function inpFun() {
         $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <= thePageLength && val > 0) {
+            if (!isNaN(val) && val <= thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(thePageNo);
             } else {

+ 1 - 1
src/js/newMenu/safeguardingList.js

@@ -169,7 +169,7 @@ $(function () {
     function inpFun() {
         $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <= thePageLength && val > 0) {
+            if (!isNaN(val) && val <= thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(thePageNo);
             } else {

+ 1 - 1
src/js/newMenu/serviceList.js

@@ -311,7 +311,7 @@ $(function () {
     function inpFun() {
         $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <= thePageLength && val > 0) {
+            if (!isNaN(val) && val <= thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(thePageNo);
             }else{

+ 109 - 54
src/js/newMenu/special.js

@@ -7,34 +7,35 @@ $(function(){
     var thePageNo = 1,
         thePageLength = 1,
         dataList = {},
-        pageSize = 6;
+        pageSize = 7;
    init();
    function init(){
-        //初始处理
-        initState();
-        //分享
-        share();
         //写答案、写想法
         write();
         //收藏关注跳转
         jumpFollow();
-        //关注顾问
+        //分页
         pages();
         //点击切换数据
         tabData();
         //点击小分类
         allType();
-        //点赞
-        fabulous();
+        //初始调用
+        proDate();
     };
+    //点赞
     function fabulous(){
-        $('.fabulous').click(function(){
-            let nut = $(this).find('i').text();
-            $(this).find('i').text(parseInt(nut)+1);
-            let ids = $(this).parents('.guide').find('input').val();
+        $('.fabulous').on('click',function(e){
+            e.preventDefault();
+            e.stopPropagation();
+            if($(this).hasClass('active')) return ;
+            let nut = $(this).find('span').text(),
+                _this= $(this),
+                ids = $(this).parents('.guide').find('input').val();
+                $(this).addClass('active');
             $.ajax({
                 method:'get',
-                url:globalConfig.context+'xsxsx',
+                url:globalConfig.context+'/portal/special/addStar',
                 dataType:'json',
                 data:{
                     id:ids
@@ -44,34 +45,56 @@ $(function(){
                         msg(data.error[0].message);
                         return;
                     }
+                    if(nut.indexOf('点赞')>-1){
+                        _this.find('span').text('1');
+                        _this.removeClass('active');
+                        return;
+                    };
+                    _this.find('span').text(parseInt(nut)+1);
+                    _this.removeClass('active');
                 }
             })
         });
     };
+    //切换种类
     function allType(){
         $('.proType li').click(function(){
-            let index = $(this).index();
-            if(index){
-                $(this).addClass('active').siblings().removeClass('active');
-                dataList.types = index;
-                proDate();
-            }
+            let index = $(this).attr('value');
+            $(this).addClass('active').siblings().removeClass('active');
+            dataList.types = index;
+            proDate();
         })
     };
+    //切换全部分类
     function tabData(){
         $('.spType li').click(function(){
             let index = $(this).index();
             $(this).addClass('active').siblings().removeClass('active');
-            dataList.type=index+1;
+            $('.proType li').eq(1).addClass('active').siblings().removeClass('active');
+            dataList.types=1;
+            dataList.name='';
+            $('.search').val('');
+            dataList.hot=index;
             if(index=='2'){
                 $('.proType').hide();
-                $('.spList ').empty();
+                $('.spList ').hide();
                 $('.adviserList').show();
                 loadDate();
+                $('.spType').css({
+                    "border-bottom":'none'
+                });
+                $('.specialLeft hr').hide();
             }else{
                 $('.proType').show();
+                $('.spList ').show();
                 $('.adviserList').hide();
+                dataList.types=0;
                 proDate();
+                $('.spType').css({
+                    "border-bottom":'1px solid #eeeeee'
+                });
+                $('.specialLeft hr').show();
+                
             }
         })
     }
@@ -81,13 +104,15 @@ $(function(){
         $.ajax({
             method: "get",
             dataType: "json",
-            url: globalConfig.context + "/api/portal/identity/consultantList",
+            url: globalConfig.context + "/portal/special/specialList",
             data: {
                 pageNo: pageNo || 1,
                 pageSize: pageSize,
-                name: dataList.name,
-                type:dataList.type||'0',
-                types:dataList.types||'1',
+                title: dataList.name,
+                status:1,
+                recommend:dataList.hot?'0':'1',
+                top:dataList.hot?'1':'0',
+                category:dataList.types!='0'?dataList.types:''
             },
             success: function (data) {
                 var theArrs = [];
@@ -98,22 +123,36 @@ $(function(){
                     let nub = data.data.list.length;
                     for (let i = 0; i < nub; i++) {
                         let thisdata = data.data.list[i];
+                        /* 关键字 */
+                        let keyword =(thisdata.keyword).split(',')||[],
+                            theKeyWord = '';
+                            keyword.map(item=>{
+                                theKeyWord+=`<span>#${item}#</span>`
+                            });
                         theArrs.push(`
                         <li>
                             <div class="title">
-                                <h3><a href="${globalConfig.context}/portal/adviser/adviserDetail?id=${thisdata.id}">${thisdata.title}</a></h3><span>阅读(${thisdata.nub})</span>		
+                                <h3><a href="${globalConfig.context}/portal/special/specialDetail?id=${thisdata.id}">${thisdata.title}</a><time>${thisdata.releaseTime?((new Date(thisdata.releaseTime)).toLocaleString()).split(' ')[0]:''}</time></h3>		
                             </div>
-                            <p>${thisdata.pro}</p>
+                            <p>${thisdata.summary&&thisdata.summary.length>170?thisdata.summary.substr(0,170)+'...':thisdata.summary}</p>
                             <div class="guide">
-                                <span><img src="${globalConfig.portalHost}/img/newMenu/pj.png" alt="">${thisdata.ping?thisdata.ping:'评论'}</span>
-                                <span class="fabulous"><img src="${globalConfig.portalHost}/img/newMenu/dz.png" alt=""><i>${thisdata.zang?thisdata.zang:'点赞'}</i></span>
-                                <span class="fengX"><img src="${globalConfig.portalHost}/img/newMenu/fx.png" alt="">分享
-                                    <div class="fxWrap"> 
-                                        <span class="qqHy"><img src="${globalConfig.portalHost}/img/indedImg/qq_yes.png" alt=""></span>
-                                        <span class="qqKj"><img src="${globalConfig.portalHost}/img/indedImg/kj_yes.png" alt=""></span>
-                                        <span class="xlWb"><img src="${globalConfig.portalHost}/img/indedImg/xl_yes.png" alt=""></span>
-                                    </div>
-                                </span>
+                                <div class="guideLeft">
+									<span>阅读(<span>${thisdata.readNumber}</span>)</span>
+									<div class="keyword">
+										${theKeyWord}
+									</div>
+                                </div>
+                                <div class="guideRight">
+                                    <span><img src="${globalConfig.portalHost}/img/newMenu/pj.png" alt="">${thisdata.commentNumber?thisdata.commentNumber:'评论'}</span>
+                                    <span class="fabulous"><img src="${globalConfig.portalHost}/img/newMenu/dz.png" alt=""><span>${thisdata.starNumber?thisdata.starNumber:'点赞'}</span></span>
+                                    <span class="fengX"><img src="${globalConfig.portalHost}/img/newMenu/fx.png" alt="">分享
+                                        <div class="fxWrap"> 
+                                            <span class="qqHy"><img src="${globalConfig.portalHost}/img/indedImg/qq_yes.png" alt=""></span>
+                                            <span class="qqKj"><img src="${globalConfig.portalHost}/img/indedImg/kj_yes.png" alt=""></span>
+                                            <span class="xlWb"><img src="${globalConfig.portalHost}/img/indedImg/xl_yes.png" alt=""></span>
+                                        </div>
+                                    </span>
+                                </div>
                                 <input type="hidden" value="${thisdata.id}">
                             </div>
                         </li>
@@ -152,12 +191,19 @@ $(function(){
                 };
                 $('.pageNumber').remove();
                 $('.pagePre').after(pageArr.join(''));
+                //点赞
+                fabulous();
+                //分享
+                share();
+                //初始处理
+                initState();
             }
         });
     };
     //顾问数据
     function loadDate(pageNo) {
         $('.loading').show();
+        pageSize=6;
         $.ajax({
             method: "get",
             dataType: "json",
@@ -203,6 +249,7 @@ $(function(){
                                             <p><span>好评率 ( ${thisdata.favorableRate} )</span><span class="nubCollect">${thisdata.countInterest}</span>${thisdata.interested?'<span class="heart active"></span>':'<span class="heart"></span>'}</p>
                                         </div> 
                                         <p>${thisdata.introduction?thisdata.introduction:'暂无描述'}</p>
+                                        <input type="hidden" value= ${thisdata.uid}/>
                                     </div>
                                 </a>
                             </div>
@@ -242,6 +289,7 @@ $(function(){
                 };
                 $('.pageNumber').remove();
                 $('.pagePre').after(pageArr.join(''));
+                colFun();
             }
         });
     }
@@ -275,7 +323,7 @@ $(function(){
     function inpFun() {
         $('.inp button').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <= thePageLength && val > 0) {
+            if (!isNaN(val) && val <= thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(parseInt(thePageNo));
             } else {
@@ -298,9 +346,11 @@ $(function(){
     }
 
     //关注
-    colFun();
+   
     function colFun(){
         $('.txt .heart').click(function (e) {
+            e.preventDefault();
+            e.stopPropagation();
             let  loginTxt=$('.head_login')[0];
             if(loginTxt&&($(loginTxt).text())=='登录'){
                 window.location.hash='jump'
@@ -312,8 +362,6 @@ $(function(){
                     return;
                 }
             }
-            e.preventDefault();
-            e.stopPropagation();
             let nub=parseInt($(this).siblings('.nubCollect').text()),
                 heart = $(this),
                 id=$(this).parents('.txt').attr('data-id');
@@ -395,23 +443,30 @@ $(function(){
    };
    function share(){
          //好友
-        document.querySelector('.qqHy').onclick=function(){
-            let title = $(this).parents('li').find('h3').text(),
-                img="//ss.jishutao.com/portal/1.2.4/img/Logo111.png";
-                shareQQ_friend(title, window.location.href, img)
-        }; 
+        $('.qqHy').click(function(){
+            let title = $(this).parents('li').find('h3 a').text(),
+                id=$(this).parents('li').find('input').val(),
+                img="//ss.jishutao.com/portal/1.2.4/img/Logo111.png",
+                url = window.location.origin+'/portal/special/specialDetail?id'+id;
+                shareQQ_friend(title, url, img)
+        })
         //qq
-        document.querySelector('.qqKj').onclick=function(){
-            let title = $(this).parents('li').find('h3').text(),
-            img="//ss.jishutao.com/portal/1.2.4/img/Logo111.png";
-            shareToQq(title, window.location.href, img)
-        };
+       $('.qqKj').click(function(){
+            let title = $(this).parents('li').find('h3 a').text(),
+                id=$(this).parents('li').find('input').val(),
+                url = window.location.origin+'/portal/special/specialDetail?id'+id,
+                img="//ss.jishutao.com/portal/1.2.4/img/Logo111.png";
+                shareToQq(title, url, img)
+        });
         //微博
-        document.querySelector('.xlWb').onclick=function(){
-            let title =  $(this).parents('li').find('h3').text(),
+        $('.xlWb').click(function(){
+            let title = $(this).parents('li').find('h3 a').text(),
+                id=$(this).parents('li').find('input').val(),
+                url = window.location.origin+'/portal/special/specialDetail?id'+id,
                 img="//ss.jishutao.com/portal/1.2.4/img/Logo111.png";
-            shareToXl(title,window.location.href,img)
-        };
+         
+            shareToXl(title,url,img)
+        });
    };
     //分享
     function shareToQq(title, url, picurl) {

+ 133 - 15
src/js/newMenu/specialDetail.js

@@ -6,10 +6,11 @@ import 'js/public.js';
 $(function(){
     var thePageNo = 1,
         thePageLength = 1,
-        pageSize = 6;
+        pageSize = 4;
     init();
     function init(){
         //初始处理
+        $('.totalCommit').empty();
         initState();
         //分享
         share();
@@ -30,17 +31,107 @@ $(function(){
             }else{
                 $(this).addClass('active');
                 $('.commentBody').show();
+                loadDate();
+                pLun();
             }
         })
-    }
+    };
+    //获取id
+    function getRequest() {
+        var url = window.location.search; //获取url中"?"符后的字串
+        var theRequest = new Object();
+        if (url.indexOf("?") != -1) {
+            var str = url.substr(1),
+            strs = str.split("&");
+            for (var i = 0; i < strs.length; i++) {
+                theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
+            }
+        }
+        return theRequest;
+    };
+    //评论数据获取
+
+    function loadDate(pageNo) {
+        $('.commentList').hide()
+        let ids = getRequest().id;
+        $.ajax({
+            method: "get",
+            dataType: "json",
+            url: globalConfig.context + "/open/unlanded/comment/list",
+            data: {
+                pageNo: pageNo || 1,
+                pageSize:4,
+                commodityId:ids
+            },
+            success: function (data) {
+                var theArrs = [];
+                if(data&&data.error.length){
+                    msg(data.error[0].message)
+                };
+                if(data.data.totalCommentCount==0){
+                    return;
+                };
+                if (data.data && data.data.comments.list.length) {
+                    let nub = data.data.comments.list.length;
+                    for (let i = 0; i < nub; i++) {
+                        theArrs.push(`
+                            <li>
+                                <div>用户名:${nub.name}<time>${nub.time}</time></div>
+								<p>${nub.pro}</p>
+							</li>`);
+                    };
+                    
+                };
+                $('.commentList').show();
+                $('.totalCommit').html(`${data.data.totalCommentCount}条评论`)
+                $('.commentList>ul').empty();
+                $('.commentList>ul').append(theArrs.join(''));
+                if (!(data.data.comments.list.length)) {
+                    $('.commentList>ul').html("<div class='list_none'>暂无评论</div>");
+                    $('.pagination_box').css('display', 'none');
+                }else{
+                    $('.pagination_box').css('display', 'block');
+                }
+                thePageLength = data.data.comments.totalCount ? Math.ceil(data.data.comments.totalCount / pageSize) : 1;
+                $('.totalCount').html(`共${data.data.comments.totalCount}条数据 ${thePageLength}页`)
+                var pageArr = [],
+                    firstNo = 1,
+                    endNo = 5;
+                if (thePageNo > 3) {
+                    firstNo = thePageNo - 2;
+                    endNo = Math.min((Number(thePageNo) + 2), thePageLength);
+                } else {
+                    endNo = Math.min(thePageLength, 5);
+                };
+                for (let i = firstNo; i <= endNo; i++) {
+                    if (i == thePageNo) {
+                        pageArr.push(
+                            '<li class="pageNumber active"><a href="#" value=' + i + ' >' + i + '</a></li>'
+                        );
+                    } else {
+                        pageArr.push(
+                            '<li class="pageNumber"><a href="#" value=' + i + ' >' + i + '</a></li>'
+                        );
+                    }
+                };
+                $('.pageNumber').remove();
+                $('.pagePre').after(pageArr.join(''));
+                pages();
+            }
+        });
+    };
+
+    //点赞
     function fabulous(){
         $('.fabulous').click(function(){
-            let nut = $(this).find('i').text();
-            $(this).find('i').text(parseInt(nut)+1);
-            let ids = $(this).parents('.guide').find('input').val();
+            if($(this).hasClass('active')) return;
+            let nut = $(this).find('span').text(),
+                _this=$(this),
+                ids = $(this).parents('.guide').find('input').val();
+                $(this).addClass('active');
             $.ajax({
                 method:'get',
-                url:globalConfig.context+'xsxsx',
+                url:globalConfig.context+'/portal/special/addStar',
                 dataType:'json',
                 data:{
                     id:ids
@@ -50,6 +141,8 @@ $(function(){
                         msg(data.error[0].message);
                         return;
                     }
+                    _this.find('span').text(parseInt(nut)+1);
+                    _this.removeClass('active');
                 }
             })
         });
@@ -79,7 +172,6 @@ $(function(){
             };
         });
     }
-    
     //关注
     colFun();
     function colFun(){
@@ -134,7 +226,7 @@ $(function(){
             }
         })
     };
-   function jumpFollow(){
+    function jumpFollow(){
         $('.collection .myCollect').click(function(){
             let loginTxt=$('.head_login')[0];
             if(loginTxt&&($(loginTxt).text())=='登录'){
@@ -163,20 +255,46 @@ $(function(){
                 window.location.href= globalConfig.context+'/user/account/index.html#/follow';
             }
         })
-   };
-   function write(){
+    };
+    //评论
+    function pLun(){
+        $('.commentBody .btn').click(function(){
+            let val = $('.commentBody .search').val();
+            if(!val.trim()){
+                msg('请填写评论内容.');
+                return ;
+            }
+            $.ajax({
+                method:'get',
+                dataType:'json',
+                url:globalConfig.context+'/portal/special/addComment',
+                data:{
+                    id:getRequest().id,
+                    value:val
+                }
+            }).done(function(data){
+                if(data&&data.error.length){
+                    msg(data.error[0].message)
+                    return;
+                }
+                msg('感谢您的评论.');
+                loadDate(1);
+            })
+        })
+    };
+    function write(){
        $(' .writeXF div').click(function(){
             msg('敬请期待!');
        })
-   }
-   function initState(){
+    }
+    function initState(){
         $('.fengX').hover(function(){
             $(this).find('.fxWrap').show(10).addClass('active');
         },function(){
             $(this).find('.fxWrap').hide(200).removeClass('active');
         });
-   };
-   function share(){
+    };
+    function share(){
          //好友
         document.querySelector('.qqHy').onclick=function(){
             let title = $('.detaiTitle h3').text(),
@@ -195,7 +313,7 @@ $(function(){
             img= $('.detaiTitle img').attr('src');
             shareToXl(title,window.location.href,img);
         };
-   };
+    };
     //分享
     function shareToQq(title, url, picurl) {
         var shareqqzonestring = 'http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?summary=' + encodeURIComponent(title) + '&url=' +

+ 2 - 1
src/js/search.js

@@ -158,6 +158,7 @@ $(function(){
                 case "expert":window.open(globalConfig.context + `/portal/subscriberDetail?uid=${dataId}&type=1`);break;//专家
                 case "adviser":window.open(globalConfig.context + `/portal/adviser/adviserDetail?id=${dataId}`);break;//顾问
                 case "legal_adviser":window.open(globalConfig.context + `/portal/service/safeguardingDetail?id=${dataId}`);break;//顾问
+                case "knowledge_base":window.open(globalConfig.context + `/portal/news/newsDetail?id=${dataId}`);break;//顾问
                 default :break;
             }
         })
@@ -191,7 +192,7 @@ $(function(){
     function inpFun() {
         $('.inp .btn').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <= thePageLength && val > 0) {
+            if (!isNaN(val) && val <= thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(thePageNo);
             }else{

+ 1 - 1
src/js/video.js

@@ -168,7 +168,7 @@ $(function () {
     function inpFun() {
         $('.inp .btn').on('click', function () {
             let val = $(this).siblings().val();
-            if (!isNaN(val) && val <= thePageLength && val > 0) {
+            if (!isNaN(val) && val <= thePageLength && val > 0&&val%1=='0') {
                 thePageNo = val;
                 loadDate(thePageNo);
             } else {

+ 44 - 27
template/newMenu/special.html

@@ -22,48 +22,65 @@
 				</ol>
 				<ul class="proType">
 					<li>所有分类 > </li>
-					<li class="active">所有产品</li>
-					<li>高新</li>
-					<li>军工</li>
-					<li>知识产权</li>
-					<li>科技项目</li>
-					<li>其他</li>
+					<li class="active" value='0'>所有产品</li>
+					<li value='2'>高新</li>
+					<li value='3'>军工</li>
+					<li value='1'>知识产权</li>
+					<li value="5">科技项目</li>
 				</ul>
 				<hr>
 				<div class="spList ">
 					<ul>
 						<li>
 							<div class="title">
-								<h3><a href="">2018高企申报----如何建立健全高企的财务核算体系</a></h3><span>阅读(1254)</span>		
+								<h3><a href="">2018高企申报----如何建立健全高企的财务核算体系</a><time>2018/01/10</time></h3>	
 							</div>
 							<p>高新技术企业认定国家高新技术企业国家级高新技术企业申报依据:跟进《高新技术企业认定管理办法?规定,高新技术企业认定是指在《国家重点支持的高新技术领域》内,持续进行研究开发与技术成果形成企业核心自主知识产权,并以此为基础展开经营活动,在中国境内(不包括港、澳、台地区)注册一年以上的居民企业。  高新技术企业认定有哪些税.....</p>
 							<div class="guide">
-								<span><img src="../../img/newMenu/pj.png" alt=""> 评论</span>
-								<span><img src="../../img/newMenu/dz.png" alt="">点赞</span>
-								<span class="fengX"><img src="../../img/newMenu/fx.png" alt="">分享
-									<div class="fxWrap"> 
-										<span class="qqHy"><img src="../../img/indedImg/qq_yes.png" alt=""></span>
-										<span class="qqKj"><img src="../../img/indedImg/kj_yes.png" alt=""></span>
-										<span class="xlWb"><img src="../../img/indedImg/xl_yes.png" alt=""></span>
+								<div class="guideLeft">
+									<span>阅读(<span>10000</span>)</span>
+									<div class="keyword">
+										<span>#申报前期#</span>
+										<span>#申报前期1#</span>
 									</div>
-								</span>
+								</div>
+								<div class="guideRight">
+									<span><img src="http://192.168.0.188:80/portal/1.0.1/img/newMenu/pj.png" alt=""> 评论</span>
+									<span><img src="http://192.168.0.188:80/portal/1.0.1/img/newMenu/dz.png" alt="">点赞</span>
+									<span class="fengX"><img src="http://192.168.0.188:80/portal/1.0.1/img/newMenu/fx.png" alt="">分享
+										<div class="fxWrap"> 
+											<span class="qqHy"><img src="http://192.168.0.188:80/portal/1.0.1/img/indedImg/qq_yes.png" alt=""></span>
+											<span class="qqKj"><img src="http://192.168.0.188:80/portal/1.0.1/img/indedImg/kj_yes.png" alt=""></span>
+											<span class="xlWb"><img src="http://192.168.0.188:80/portal/1.0.1/img/indedImg/xl_yes.png" alt=""></span>
+										</div>
+									</span>
+								</div>
 							</div>
 						</li>
 						<li>
 							<div class="title">
-								<h3><a href="">2018高企申报----如何建立健全高企的财务核算体系</a></h3><span>阅读(1254)</span>		
+								<h3><a href="">2018高企申报----如何建立健全高企的财务核算体系</a><time>2018/01/10</time></h3>	
 							</div>
 							<p>高新技术企业认定国家高新技术企业国家级高新技术企业申报依据:跟进《高新技术企业认定管理办法?规定,高新技术企业认定是指在《国家重点支持的高新技术领域》内,持续进行研究开发与技术成果形成企业核心自主知识产权,并以此为基础展开经营活动,在中国境内(不包括港、澳、台地区)注册一年以上的居民企业。  高新技术企业认定有哪些税.....</p>
 							<div class="guide">
-								<span><img src="../../img/newMenu/pj.png" alt=""> 评论</span>
-								<span><img src="../../img/newMenu/dz.png" alt="">点赞</span>
-								<span><img src="../../img/newMenu/fx.png" alt="">分享
-									<div class="fxWrap"> 
-										<span class="qqHy"><img src="../../img/indedImg/qq_yes.png" alt=""></span>
-										<span class="qqKj"><img src="../../img/indedImg/kj_yes.png" alt=""></span>
-										<span class="xlWb"><img src="../../img/indedImg/xl_yes.png" alt=""></span>
+								<div class="guideLeft">
+									<span>阅读(<span>10000</span>)</span>
+									<div class="keyword">
+										<span>#申报前期#</span>
+										<span>#申报前期1#</span>
 									</div>
-								</span>
+								</div>
+								<div class="guideRight">
+									<span><img src="http://192.168.0.188:80/portal/1.0.1/img/newMenu/pj.png" alt=""> 评论</span>
+									<span class="fabulous"><img src="http://192.168.0.188:80/portal/1.0.1/img/newMenu/dz.png" alt="">点赞</span>
+									<span class="fengX"><img src="http://192.168.0.188:80/portal/1.0.1/img/newMenu/fx.png" alt="">分享
+										<div class="fxWrap"> 
+											<span class="qqHy"><img src="http://192.168.0.188:80/portal/1.0.1/img/indedImg/qq_yes.png" alt=""></span>
+											<span class="qqKj"><img src="http://192.168.0.188:80/portal/1.0.1/img/indedImg/kj_yes.png" alt=""></span>
+											<span class="xlWb"><img src="http://192.168.0.188:80/portal/1.0.1/img/indedImg/xl_yes.png" alt=""></span>
+										</div>
+									</span>
+								</div>
 							</div>
 						</li>
 					</ul>
@@ -120,8 +137,8 @@
 					</div>
 				</div>	
 				<div class="collection">
-					<p class="myCollect"><img src="../../img/newMenu/shoucang.png" alt="">我的收藏 <span>123</span></a></p>
-					<p class="myFollow"><img src="../../img/newMenu/guanzhu.png" alt="">我的关注 <span>123</span></a> </p>
+					<p class="myCollect"><img src="../../img/newMenu/shoucang.png" alt="">我的收藏</p>
+					<p class="myFollow"><img src="../../img/newMenu/guanzhu.png" alt="">我的关注</p>
 				</div>
 				<div class="videoZs">
 					<h3>视频<a href="">更多 ></a></h3>
@@ -137,7 +154,7 @@
 					</div>	
 				</div>
 				<div class="videoZs policy">
-					<h3>前政策<a href="">更多 ></a></h3>
+					<h3>前沿政策<a href="">更多 ></a></h3>
 					<div class="videoImg">
 						<a href="">
 							<div>

+ 4 - 3
template/newMenu/specialDetail.html

@@ -15,9 +15,10 @@
 				<div class="detaiTitle">
 					<h3>2018高企申报----如何建立健全高企的财务核算体系?</h3>	
 					<p>1990/09/18</p>
-					<img src="../../img/6.jpg" alt="">
+					<img src="../../img/6.jpg" alt="">  <!-- 若没有图片则不显示此img标签 -->
 				</div>
 				<div class="detailWrapper">
+					
 					<P>如何建立健全高企的财务核算如何建立健全高企的财务核算如何建立健全高企的财务核算</P>
 				</div>
 				<div class="comment">
@@ -81,8 +82,8 @@
 					</div>
 				</div>	
 				<div class="collection">
-					<p class="myCollect"><img src="../../img/newMenu/shoucang.png" alt="">我的收藏 <span>123</span></a></p>
-					<p class="myFollow"><img src="../../img/newMenu/guanzhu.png" alt="">我的关注 <span>123</span></a> </p>
+					<p class="myCollect"><img src="../../img/newMenu/shoucang.png" alt="">我的收藏</p>
+					<p class="myFollow"><img src="../../img/newMenu/guanzhu.png" alt="">我的关注</p>
 				</div>
 				<div class="videoZs">
 					<h3>视频<a href="">更多 ></a></h3>

+ 1 - 1
webpack.config.js

@@ -549,7 +549,7 @@ module.exports = (function () {
             disableHostCheck: true,
             host: '192.168.0.188',
             port: 80,
-            allowedHosts: ['192.168.0.190', '192.168.0.99', '192.168.0.20'],
+            allowedHosts: ['192.168.0.190', '192.168.0.99', '192.168.0.20','192.168.0.17'],
             headers: {
                 "Access-Control-Allow-Origin": "*"
             }