织梦dedecms首页列表页,ajax点击加载更多,瀑布流,首页多栏目切换(9)

 {dede:sql sql='Select * from  `myppttype`  where id=2'}    

<div class="alert2 alert-copy">  

            <div class="copy-lay" style="[field:other/]">  

                <span class="close2"></span>  

                <div class="copy" id="copyBtn"></div>  

                <div class="copy-layer-img" style="background: url('[field:pic/]') no-repeat; -o-background-size: contain; background-size: contain; "></div>  

            </div>  

        </div>  

        {/dede:sql}       



二,,修改,plus/list.PHP 在require_once(dirname(__FILE__)."/../include/common.inc.php"); 

的下面增加一段

[php]  

 

if(isset($_GET['ajax'])){  

     $typeid = isset($_GET['typeid']) ? intval($_GET['typeid']): 0;//传递过来的分类ID  

     $orderby = isset($_GET['orderby']) ? intval($_GET['orderby']): 1;  

     //print_r($orderby);exit;  

     //1id排,2hot排序  

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/846f56df6227068ecc667990582a7dde.html