Server : nginx/1.20.1 System : Linux iZ2ze9ojcl78uluczwag69Z 4.18.0-240.22.1.el8_3.x86_64 #1 SMP Thu Apr 8 19:01:30 UTC 2021 x86_64 User : www ( 1000) PHP Version : 7.3.28 Disable Function : passthru,exec,system,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv Directory : /www/wwwroot/0531yanglao.com/runtime/index/temp/ |
<?php /*a:3:{s:35:"../templates/wap/article_index.html";i:1679390753;s:26:"../templates/wap/navi.html";i:1667193579;s:28:"../templates/wap/footer.html";i:1672019273;}*/ ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>养老资讯-济南最新养老资讯-养老政策法规和常见问题-济南养老网</title> <meta name="Description" content="济南养老网养老资讯频道分为最新资讯、政策法规和常见问题三个板块。养老资讯发布济南养老院、老年公寓、护理院等养老机构的新闻资讯,想了解更多养老机构及养老资讯,就上济南养老网!" /> <meta name="Keywords" content="济南养老机构资讯,济南养老院最新动态,济南养老机构新闻" /> <!-- <link rel="stylesheet/less" href="less.less" /> <script src="https://cdn.bootcdn.net/ajax/libs/less.js/4.1.2/less.min.js"></script> --> <base href="<?php echo server_url(); ?>" /> <link rel="stylesheet" href="./css/appstyle.css" /> <link rel="stylesheet" href="./css/swiper.min.css" /> </head> <style> </style> <body> <!-- 顶部 --> <div class="dingbu"> <img src="images/fanhui.png" onclick="goBack()" /> <h4>养老资讯</h4> <img src="images/nav.png" class="but" /> <div class="nav_top"> <ul id='nav'> <li> <a href="<?php echo server_url(); ?>">首页</a> </li> <li> <a href="<?php echo url('/nursingHome/index'); ?>">找养老院</a> </li> <li> <a href="<?php echo url('/map/index'); ?>">机构地图</a> </li> <li> <a href="<?php echo url('/sojourn/index'); ?>">旅居养老</a> </li> <li> <a href="<?php echo url('/service/index'); ?>">为老服务</a> </li> <li> <a href="<?php echo url('/guide/index'); ?>">养老指南</a> </li> <li> <a href="<?php echo url('/article/index'); ?>">养老资讯</a> </li> <li> <a href="<?php echo url('/join/index'); ?>">机构入驻</a> </li> <li> <a href="<?php echo url('/about/index'); ?>">关于我们</a> </li> </ul> <div class="head"> <div class="sadsffd dropdown"> <input type="text" id="text" class="dropdown-selected inping" placeholder="输入养老院名称" /> <div class="search_icon" itype="button" id="search" value="Search"> <img src="images/search.png" /> </div> </div> <div class="hd_gw"> <img src="images/headerlogo.png" /> <li> <p>咨询养老顾问</p> 0531-8298521 </li> </div> </div> <div class="zezaho"></div> </div> </div> <div class="swiper mySwiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <img class="img" src="" alt="" /> </div> </div> <div class="swiper-button-next"></div> <div class="swiper-button-prev"></div> </div> <header></header> <main> <div class="box_lj"> <ul> <li class="one">养老资讯</li> <li>政策法规</li> <li>常见问题</li> </ul> <div class="box_lj_content"> <div class="ct"> <div class="xiaobiantuijian"> <div class="rmtj"> <div class="rmtj_nav"> <h4 class="yanglaozhinan02">养老资讯<span style="color:#999999 ;">全面,专业的养老资讯</span></h4> </div> </div> <ul class="xiaobiantuijian_ul"> <?php if(is_array($news) || $news instanceof \think\Collection || $news instanceof \think\Paginator): if( count($news)==0 ) : echo "" ;else: foreach($news as $key=>$item): ?> <a href="<?php echo url('/article/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['title']); ?></p> <p><?php echo date('Y-m-d', $item['create_time']); ?></p> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> <div class="zuixinzixun"> <div class="app_ylzx"> <div class="rmtj"> <div class="rmtj_nav"> <h4 class="yanglaozhinan02 yanglaozhinan03" style="border-bottom: 1px solid #e1e1e1;">最新资讯</h4> </div> </div> <?php if(is_array($news) || $news instanceof \think\Collection || $news instanceof \think\Paginator): if( count($news)==0 ) : echo "" ;else: foreach($news as $key=>$item): ?> <a href="<?php echo url('/article/detail',['id'=>$item['article_id']]); ?>"> <div class="app_ylzx-content xiaobian"> <ul> <li> <h4><?php echo htmlentities($item['title']); ?></h4> </li> <li class="erhang"><?php echo htmlentities($item['summary']); ?></li> <li><span class="erhang01"><?php echo date('Y-m-d', $item['create_time']); ?></span> </li> </ul> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </div> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </div> </div> </div> <div class="ct"> <div class="xiaobiantuijian"> <div class="rmtj"> <div class="rmtj_nav"> <h4 class="yanglaozhinan02">政策法规<span style="color:#999999 ;">全面,专业的养老资讯</span></h4> </div> </div> <ul class="xiaobiantuijian_ul"> <?php if(is_array($newArticle) || $newArticle instanceof \think\Collection || $newArticle instanceof \think\Paginator): if( count($newArticle)==0 ) : echo "" ;else: foreach($newArticle as $key=>$item): ?> <a href="<?php echo url('/article/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['title']); ?></p> <p><?php echo date('Y-m-d', $item['create_time']); ?></p> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> <div class="zuixinzixun"> <div class="app_ylzx"> <div class="rmtj"> <div class="rmtj_nav"> <h4 class="yanglaozhinan02 yanglaozhinan03" style="border-bottom: 1px solid #e1e1e1;">最新资讯</h4> </div> </div> <?php if(is_array($regulations) || $regulations instanceof \think\Collection || $regulations instanceof \think\Paginator): if( count($regulations)==0 ) : echo "" ;else: foreach($regulations as $key=>$item): ?> <a href="<?php echo url('/article/detail',['id'=>$item['article_id']]); ?>"> <div class="app_ylzx-content xiaobian"> <ul> <li> <h4><?php echo htmlentities($item['title']); ?></h4> </li> <li class="erhang"><?php echo htmlentities($item['summary']); ?></li> <li><span class="erhang01"><?php echo date('Y-m-d', $item['create_time']); ?></span> </li> </ul> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </div> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </div> </div> </div> <div class="ct"> <div class="xiaobiantuijian"> <div class="rmtj"> <div class="rmtj_nav"> <h4 class="yanglaozhinan02">常见问题<span style="color:#999999 ;">全面,专业的养老资讯</span></h4> </div> </div> <ul class="xiaobiantuijian_ul"> <?php if(is_array($help) || $help instanceof \think\Collection || $help instanceof \think\Paginator): if( count($help)==0 ) : echo "" ;else: foreach($help as $key=>$item): ?> <a href="<?php echo url('/article/detail',['id'=>$item['article_id']]); ?>"> <ol> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </ol> <p><?php echo htmlentities($item['title']); ?></p> <p><?php echo date('Y-m-d', $item['create_time']); ?></p> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </ul> </div> <div class="zuixinzixun"> <div class="app_ylzx"> <div class="rmtj"> <div class="rmtj_nav"> <h4 class="yanglaozhinan02 yanglaozhinan03" style="border-bottom: 1px solid #e1e1e1;">最新资讯</h4> </div> </div> <?php if(is_array($help) || $help instanceof \think\Collection || $help instanceof \think\Paginator): if( count($help)==0 ) : echo "" ;else: foreach($help as $key=>$item): ?> <a href="<?php echo url('/article/detail',['id'=>$item['article_id']]); ?>"> <div class="app_ylzx-content xiaobian"> <ul> <li> <h4><?php echo htmlentities($item['title']); ?></h4> </li> <li class="erhang"><?php echo htmlentities($item['summary']); ?></li> <li><span class="erhang01"><?php echo date('Y-m-d', $item['create_time']); ?></span> </li> </ul> <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>"> </div> </a> <?php endforeach; endif; else: echo "" ;endif; ?> </div> </div> </div> </div> </div> <!--<div class="zuixinzixun">--> <!-- <div class="app_ylzx">--> <!-- <div class="rmtj">--> <!-- <div class="rmtj_nav">--> <!-- <h4 class="yanglaozhinan02 yanglaozhinan03" style="border-bottom: 1px solid #e1e1e1;">最新资讯</h4>--> <!-- </div>--> <!-- </div>--> <!-- <?php if(is_array($newArticle) || $newArticle instanceof \think\Collection || $newArticle instanceof \think\Paginator): if( count($newArticle)==0 ) : echo "" ;else: foreach($newArticle as $key=>$item): ?>--> <!-- <a href="<?php echo url('/article/detail',['id'=>$item['article_id']]); ?>">--> <!-- <div class="app_ylzx-content xiaobian">--> <!-- <ul>--> <!-- <li>--> <!-- <h4><?php echo htmlentities($item['title']); ?></h4>--> <!-- </li>--> <!-- <li class="erhang"><?php echo htmlentities($item['summary']); ?></li>--> <!-- <li><span class="erhang01"><?php echo date('Y-m-d', $item['create_time']); ?></span>--> <!-- </li>--> <!-- </ul>--> <!-- <img src="<?php echo htmlentities($item['filename']); ?>" alt="<?php echo htmlentities($item['title']); ?>">--> <!-- </div>--> <!-- </a>--> <!-- <?php endforeach; endif; else: echo "" ;endif; ?>--> <!-- </div>--> <!--</div>--> <div class="pages"> <!-- 隐藏的数据总数 --> <!-- <span class="data-total" style="display: none">123</span> <div class="v-pagination"> <span class="total" style="display: none">总数为:0</span> <ul class="pagination-page"></ul> </div> --> </div> </main> <footer> <!-- 底部 --> <div class="app_footer"> <div class="bottom"> <li> <img src="images/footer_erweima.png" /> <a>官方微信</a> </li> <li> <img src="images/footer_erweima.png" /> <a>官方公众号</a> </li> </div> <h5>一站式服务 共享幸福生活</h5> <div class="top"> <a href=""><img src="./images/fa.png" />一站式套餐</a> <a href=""><img src="./images/fraderb.png" />精心挑选</a> <a href="<?php echo url('/guestbook'); ?>"><img src="./images/feader2.png" />量身定做</a> <a href=""><img src="./images/feader3.png" />用心服务</a> </div> <li class="clock"> <a style="color: black"><img src="images/appfootera.png" />123456</a> <a style="color: black"><img src="images/appfearderb.png" />8:00-21:00</a> </li> <!-- 底部悬浮app --> <div class="app_footer_b"> <div> <a href="http://yl.jnbinzang.com"><img src="images/c_a.svg" /></a> </div> <div class="center"> <a href="tel:+123456"><img src="images/c_b.svg" /></a> </div> <span id="target" style="display: none">xyz2018</span> <div> <button class="btn" data-clipboard-action="copy" data-clipboard-target="#target" id="copy_btn"> <img src="images/c_c.svg" /> </button> </div> </div> </div> </footer> </body> <script src="./js/jquery-3.6.0.js"></script> <script src="./js/swiper.min.js"></script> <script src="./js/appstyle.js"></script> <script src="./js/page.js"></script> <script> $.ajax({ type: "post", dataType: 'json', url:'http://yl.jnbinzang.com/api/getAdv?id', async:true, data: { id:6, }, success: function(result) { console.log(result) const arr = result.data console.log(arr) const html = arr.filename const title = arr.name const alt = arr.summary $(".img").attr({ "title": title, "src": html, 'alt': alt }) }, }); box("#box5"); </script> </html>