落户/居住/补贴/证件/社保/公积金
社保
继续了解
公积金
公开信息按发布时间滚动
港澳通行证
对照阅读阅读「开云手机在线登陆成为意
居住证
可回到列表或查看相邻条目
户口
建议先扫读标题与摘要
公租房
再进入全文
健康证
同栏目条目通常按时间倒序排列
育儿补贴
继续浏览时优先选择同栏目或相近主题
办事网点
避免被站外镜像带偏
全部
公积金 · 景点宝 · 办事指南 · 开云手机在线登陆成为意甲联赛全球官方

热门服务

推荐
办事资讯

温馨提示: 微信搜索公众号【开云手机在线登陆成为意甲联赛全球官方合作伙伴】,关注后在对话框回复【办事】可获呼和浩特便民办事指南服务/官方平台入口,落户/居住/补贴/证件/社保/公积金/生活服务等服务信息。 继续了解

公开信息按发布时间滚动

对照阅读阅读「开云手机在线登陆成为意
本地宝产品
反馈 提问

本页导读

公开信息按发布时间滚动。 对照阅读阅读「开云手机在线登陆成为意甲联赛全球官方合作伙伴」后,可回到列表或查看相邻条目。

建议先扫读标题与摘要,再进入全文。同栏目条目通常按时间倒序排列。

继续浏览时优先选择同栏目或相近主题,避免被站外镜像带偏。

频道列表

公积金 · 景点宝 · 办事指南 · 全部 · 意见建议

正文、栏目列表与相关阅读构成完整路径,适合按主题持续查阅。
' // item.forEach((value,key)=>{ // if((value.position ==1&&item.length>1)){ // str +='' // str+='
' // str+='
'+value.title+'
' // str+='
' // if(value.read_num){ // str+='
阅读'+value.read_num+'
' // } // if(value.send_time&&value.send_time!=0){ // const date = new Date(value.send_time * 1000); // 转换为毫秒 // // 获取日期和时间部分 // const year = date.getFullYear(); // const month = String(date.getMonth() + 1).padStart(2, '0'); // 月份从0开始,所以加1 // const day = String(date.getDate()).padStart(2, '0'); // const hours = String(date.getHours()).padStart(2, '0'); // const minutes = String(date.getMinutes()).padStart(2, '0'); // const seconds = String(date.getSeconds()).padStart(2, '0'); // // 格式化输出 // const formattedDate = year+'-'+month+'-'+day+' '+hours+':'+minutes; // str+='
'+formattedDate+'
' // }else{ // let publishDate = value.publish_date // if(publishDate){ // const formattedDate = publishDate.slice(0, 4) + '-' + publishDate.slice(4, 6) + '-' + publishDate.slice(6); // str+='
'+formattedDate+'
' // } // } // str+='
' // str+='
' // if(value.img_long){ // str+='可回到列表或查看相邻条目' // }else{ // str+='建议先扫读标题与摘要' // } // str+='
' // }else{ // str +='' // str+='
' // str+='
'+value.title+'
' // str+='
' // if(value.read_num){ // str+='
阅读'+value.read_num+'
' // } // if(value.send_time&&value.send_time!=0){ // const date = new Date(value.send_time * 1000); // 转换为毫秒 // // 获取日期和时间部分 // const year = date.getFullYear(); // const month = String(date.getMonth() + 1).padStart(2, '0'); // 月份从0开始,所以加1 // const day = String(date.getDate()).padStart(2, '0'); // const hours = String(date.getHours()).padStart(2, '0'); // const minutes = String(date.getMinutes()).padStart(2, '0'); // const seconds = String(date.getSeconds()).padStart(2, '0'); // // 格式化输出 // const formattedDate = year+'-'+month+'-'+day+' '+hours+':'+minutes; // str+='
'+formattedDate+'
' // }else{ // let publishDate = value.publish_date // if(publishDate){ // const formattedDate = publishDate.slice(0, 4) + '-' + publishDate.slice(4, 6) + '-' + publishDate.slice(6); // str+='
'+formattedDate+'
' // } // } // str+='
' // str+='
' // str+='再进入全文' // str+='
' // } // }) // str+='
' // } // } // } // $('.content-artical-wrap').append(str); // } // // 监听滚动 调取下拉数据 // $(window).scroll(debounce(function() { // if ($(window).scrollTop() + $(window).height() >= $(document).height() - 100) { // // 到达底部,触发加载更多内容的事件 // if($('.content-select.active').html().trim() != '推荐')return // if(loading)return // if(nowDay>29)return // if(!$('.content-select').eq(0).hasClass('active')){ // return // } // loading = true // $('.loading').show() // data1 = getFormattedDate(++nowDay) // data2 = getFormattedDate(++nowDay) // $.ajax({ // url: '/index.php?view=1&start_date='+data2+'&end_date='+data1, // type: 'get', // success: function(data) { // addData(JSON.parse(data)); // }, // complete: function () { // $('.loading').hide() // loading = false // } // }); // } // }, 100)); // 防抖延迟设置为200毫秒 // tab切换 $('.content-select').click(function(){ let index = $(this).index() if(!$(this).hasClass('active')){ $('.content-select').removeClass('active') $('.content-select').eq(index).addClass('active') // 移动到中间 var targetPosition = $(this).position().left; var containerWidth = $(".content-select-wrap").width(); let moveWidth = 0 $('.content-select').each((i,item)=>{ console.log(index,i); if(i<=index){ moveWidth+=$(this).width() moveWidth+=25 } }) moveWidth-=25 moveWidth = moveWidth - $(this).width() / 2 - 350/2 if(moveWidth<0){ moveWidth = 0 } // 移动到中间 // 滚动 .content-select-wrap 容器到目标位置 $(".content-select-wrap").animate({ scrollLeft: moveWidth }, 500); // 500ms平滑滚动 if(index==0){ $('.content-artical-wrap').show() $('.other-artical-wrap').hide() }else{ $('.content-artical-wrap').hide() $('.other-artical-wrap').hide() $('.other-artical-wrap').eq(index-1).show() } } }) // window.onload = function() { // window.scrollBy({ // top: 1, // behavior: 'smooth' // }); // };