当前位置: 首页 > news >正文

网站闭站保护做网站空间

网站闭站保护,做网站空间,八年级做网站,wordpress下载太慢主页开发 保存主页数据 script import { indexData, base } from /serviceexport default {data() {return {base, //把服务器基础地址变量设置为数据属性carousels:[], //轮播广告条目列表menuItems:[], //当前用户选中的功能菜单列表activities:[], //最新的…主页开发 保存主页数据 script import { indexData, base } from /serviceexport default {data() {return {base, //把服务器基础地址变量设置为数据属性carousels:[], //轮播广告条目列表menuItems:[], //当前用户选中的功能菜单列表activities:[], //最新的社区活动列表}},//生命周期方法组件加载完成async onLoad() { //弹出“欢迎回来”提示框uni.showToast({title:欢迎回来,icon: none,duration: 3000})//向服务器请求首页数据let data await indexData()this.carousels data.carousels //轮播广告this.menuItems data.menuItems //功能菜单this.activities data.activities //社区活动},methods: {}} /script轮播图实现 swiper 滑块视图容器。 一般用于左右滑动或上下滑动比如banner轮播图。 注意滑动切换和滚动的区别滑动切换是一屏一屏的切换。swiper下的每个swiper-item是一个滑动切换区域不能停留在2个滑动区域之间。 属性说明 属性名类型默认值说明平台差异说明indicator-dotsBooleanfalse是否显示面板指示点indicator-colorColorrgba(0, 0, 0, .3)指示点颜色indicator-active-colorColor#000000当前选中的指示点颜色active-classStringswiper-item 可见时的 class支付宝小程序changing-classStringacceleration 设置为 true 时且处于滑动过程中中间若干屏处于可见时的class支付宝小程序autoplayBooleanfalse是否自动切换currentNumber0当前所在滑块的 indexcurrent-item-idString当前所在滑块的 item-id 不能与 current 被同时指定支付宝小程序不支持intervalNumber5000自动切换时间间隔durationNumber500滑动动画时长app-nvue不支持circularBooleanfalse是否采用衔接滑动即播放到末尾后重新回到开头verticalBooleanfalse滑动方向是否为纵向previous-marginString0px前边距可用于露出前一项的一小部分接受 px 和 rpx 值app-nvue、字节跳动小程序、飞书小程序不支持next-marginString0px后边距可用于露出后一项的一小部分接受 px 和 rpx 值app-nvue、字节跳动小程序、飞书小程序不支持accelerationBooleanfalse当开启时会根据滑动速度连续滑动多屏支付宝小程序disable-programmatic-animationBooleanfalse是否禁用代码变动触发 swiper 切换时使用动画。支付宝小程序display-multiple-itemsNumber1同时显示的滑块数量app-nvue、支付宝小程序不支持skip-hidden-item-layoutBooleanfalse是否跳过未显示的滑块布局设为 true 可优化复杂情况下的滑动性能但会丢失隐藏状态滑块的布局信息App、微信小程序、京东小程序disable-touchBooleanfalse是否禁止用户 touch 操作App 2.5.5、H5 2.5.5、支付宝小程序、字节跳动小程序与飞书小程序只在初始化时有效不能动态变更touchableBooleantrue是否监听用户的触摸事件只在初始化时有效不能动态变更字节跳动小程序与飞书小程序uni-app 2.5.5 推荐统一使用 disable-toucheasing-functionStringdefault指定 swiper 切换缓动动画类型有效值default、linear、easeInCubic、easeOutCubic、easeInOutCubic微信小程序、快手小程序、京东小程序changeEventHandlecurrent 改变时会触发 change 事件event.detail {current: current, source: source}transitionEventHandleswiper-item 的位置发生改变时会触发 transition 事件event.detail {dx: dx, dy: dy}支付宝小程序暂不支持dx, dyApp、H5、微信小程序、支付宝小程序、字节跳动小程序、飞书小程序、QQ小程序、快手小程序animationfinishEventHandle动画结束时会触发 animationfinish 事件event.detail {current: current, source: source}字节跳动小程序与飞书小程序不支持 !-- F1: 轮播广告 -- !-- indicator-dots是否显示“小圆饼”指示器 -- !-- autoplay是否自动播放轮播广告 -- !-- interval时间间隔两个广告间停留时间 -- !-- duration持续时长一个广告的过渡动画持续时长 -- swiper classswiper :indicator-dotstrue :autoplaytrue :interval2000 :duration500swiper-item v-for(c, i) in carousels :keyiview classswiper-itemimage clickjump(c.href) :srcbase c.pic modewidthFix//view/swiper-item /swiperscript import { indexData, base } from /serviceexport default {data() {return {base, //把服务器基础地址变量设置为数据属性carousels:[], //轮播广告条目列表menuItems:[], //当前用户选中的功能菜单列表activities:[], //最新的社区活动列表}},//生命周期方法组件加载完成async onLoad() { //弹出“欢迎回来”提示框uni.showToast({title:欢迎回来,icon: none,duration: 3000})//向服务器请求首页数据let data await indexData()console.log(data);this.carousels data.carousels //轮播广告this.menuItems data.menuItems //功能菜单this.activities data.activities //社区活动},methods: {jump(url){console.log(url)//导航跳转到指定页uni.navigateTo({ url })}}} /scriptstyle scoped langscss//提示页面中可以使用标签选择器但是组件中不能使用 .swiper {height: 300rpx;.swiper-item image {width: 750rpx;}} /style功能菜单实现 需要安装uni-grid组件 Uni-Grid 组件名uni-grid 宫格组件。 uni-grid 属性说明 属性名类型默认值说明columnNumber3每列显示个数borderColorString#d0dee5边框颜色showBorderBooleantrue是否显示边框squareBooleantrue是否方形显示highlightBooleantrue点击背景是否高亮 !-- F2: 功能菜单 -- !-- column一行中默认显示几列 -- !-- showBorder是否显示边框 -- !-- square每个宫格项是否显示为方形 -- uni-grid classfunc-menu :column4 :showBorderfalse :squaretrueuni-grid-item v-for(item,i) in menuItems :keyiview classmenu-item clickjump(item.href)image :srcbaseitem.pic modewidthFix/text{{item.title}}/text/view/uni-grid-item /uni-gridstyle scoped langscss.func-menu {margin-top: $uni-spacing-col-base;background-color: $uni-bg-color;.menu-item {height: 100%;//把弹性容器的主轴方向修改为纵向flex-direction: column;//弹性容器中的子元素在主轴方向上居中对齐justify-content: center;//弹性容器中的子元素交叉轴方向上居中对齐align-items: center; image { width:35%; margin-bottom: $uni-spacing-col-sm; }}} /style商业服务功实现 需要安装uni-card扩展组件 组件名uni-card Uni-Card 卡片组件通常用来显示完整独立的一段信息同时让用户理解他的作用。例如一篇文章的预览图、作者信息、时间等卡片通常是更复杂和更详细信息的入口点。 Card Props 属性名类型默认值说明titleString-标题文字sub-titleString-副标题文字extraString-标题额外信息thumbnailString-标题左侧缩略图,支持网络图片本地图片本图片需要传入一个绝对路径如/static/xxx.pngcoverString-封面图,支持网络图片本地图片本图片需要传入一个绝对路径如/static/xxx.pngis-fullBooleanfalse卡片内容是否通栏为true时将去除padding值is-shadowBooleanfalse卡片内容是否开启阴影shadowString0px 0px 3px 1px rgba(0, 0, 0, 0.08)卡片阴影,需符合 css 值borderBooleantrue卡片边框marginString10px卡片外边距spacingString10px卡片内边距paddingString10px卡片内容内边距borderBooleantrue卡片边框mode[弃用]Stringbasic卡片模式 可选值 basic基础卡片 style 图文卡片 title 标题卡片note[弃用]String-底部信息 !-- F3: 商业服务 -- !-- isFull是否显示为“通栏卡片”(左右撑满) -- uni-card classcard title| 商业服务 is-fullview classservice!-- 左侧房屋租售 --view classservice-itemview classtxttext房屋租售/textviewnavigator租房/navigatornavigator短租/navigator/view/view !-- 图片缩放模式1widthFix --!-- 图片缩放模式2scaleToFill不保持原始宽高比缩放图片填满指定宽高 --image classimg modescaleToFill src../../static/img/chuzu.png//view!-- 右侧便民服务 --view classservice-itemview classtxttext便民服务/textviewnavigator便利店/navigatornavigator超市/navigator/view/view image classimg modescaleToFill src../../static/img/bianmin.png//view/view /uni-cardApp.vue //清除自定义样式对系统默认组件的影响 view.card {flex-direction: column;//使用!important提升当前样式的优先级可以覆盖系统默认样式margin-top: $uni-spacing-col-base !important; }.service {width: 100%;.service-item {//弹性子元素尺寸增长权重为1flex: 1;padding-top: $uni-spacing-col-sm;padding-bottom: $uni-spacing-col-sm;:nth-child(1) {padding-right: $uni-spacing-row-sm;}:nth-child(2) {padding-left: $uni-spacing-row-sm;}justify-content: space-between; //弹性容器中的子元素在主轴方向上空白在中央align-items: center; //弹性容器中的子元素在交叉轴方向上居中对齐.img { width: 150rpx; height: 120rpx;}.txt { font-size: $uni-font-size-sm; flex-direction: column; flex: 1; //弹性子元素尺寸增长权重1navigator {margin-right: $uni-spacing-row-sm;}}} }社区活动功能实现 需要安装uni-ist Uni-List 组件名uni-list List 列表组件包含基本列表样式、可扩展插槽机制、长列表性能优化、多端兼容。 List Props 属性名类型默认值说明borderBooleantrue是否显示边框 ListItem Props 属性名类型默认值说明titleString-标题noteString-描述ellipsisNumber0title 是否溢出隐藏可选值0:默认; 1:显示一行; 2:显示两行;thumbString-左侧缩略图若thumb有值则不会显示扩展图标thumbSizeStringmedium略缩图尺寸可选值lg:大图; medium:一般; sm:小图;showBadgeBooleanfalse是否显示数字角标badgeTextString-数字角标内容badgeTypeString-数字角标类型参考uni-iconsbadgeStyleObject-数字角标样式使用uni-badge的custom-style参数rightTextString-右侧文字内容disabledBooleanfalse是否禁用showArrowBooleantrue是否显示箭头图标linkStringnavigateTo新页面跳转方式可选值见下表toString-新页面跳转地址如填写此属性click 会返回页面是否跳转成功clickableBooleanfalse是否开启点击反馈showSwitchBooleanfalse是否显示SwitchswitchCheckedBooleanfalseSwitch是否被选中showExtraIconBooleanfalse左侧是否显示扩展图标extraIconObject-扩展图标参数格式为 {color: #4cd964,size: 22,type: spinner}参考 uni-iconsdirectionStringrow排版方向可选值row:水平排列; column:垂直排列; 3个插槽是水平排还是垂直排也受此属性控制 ListItem Slots 名称说明header左/上内容插槽可完全自定义默认显示body中间内容插槽可完全自定义中间内容footer右/下内容插槽可完全自定义右侧内容 通过插槽扩展 需要注意的是当使用插槽时内置样式将会失效只保留排版样式此时的样式需要开发者自己实现 如果 uni-list-item 组件内置属性样式无法满足需求可以使用插槽来自定义uni-list-item里的内容。 uni-list-item提供了3个可扩展的插槽header、body、footer 当 direction 属性为 row 时表示水平排列此时 header 表示列表的左边部分body 表示列表的中间部分footer 表示列表的右边部分当 direction 属性为 column 时表示垂直排列此时 header 表示列表的上边部分body 表示列表的中间部分footer 表示列表的下边部分 开发者可以只用1个插槽也可以3个一起使用。在插槽中可自主编写view标签实现自己所需的效果。 !-- F4: 社区活动 -- uni-card classcard title| 社区活动 is-full padding0!-- clickable是否允许列表项被点击如果允许则自动添加点击反馈 --!-- link是否允许列表项显示为链接如果允许则自动添加点击反馈 添加向右的箭头 --uni-listuni-list-item classactivity-item v-for(a,i) in activities :keyi!-- 列表项中央主体插槽内容 --template v-slot:bodyview classactivity-bodytext classtitle{{a.title}}/texttext classcontent{{a.content}}/text!-- 通过管道(|)把数据传递给过滤器 --text classtime{{a.startTime | datetime}}/text/view/template!-- 列表项右侧插槽内容 --template v-slot:footerimage classpic :srcbasea.pic modewidthFix//template/uni-list-item/uni-list /uni-carduni.scss CSS中如何实现“文本在一行中显示如果有溢出则使用省略号代替” white-space: nowrap; overflow: hidden; text-overflow: ellipsis; /* 自定义的样式混入 */ mixin ellipsis-1 {white-space: nowrap; //文本在空白处不换行overflow: hidden; //内容溢出的话则隐藏text-overflow: ellipsis; //如果发生文本溢出则用省略号代替 } mixin ellipsis-2 {} mixin ellipsis-3 {}.activity-item {align-items: center;//弹性容器中的子元素交叉轴上居中对齐.activity-body {flex-direction: column;width: 420rpx; //父元素指定宽度子元素就可能显示省略号.title {font-size: $uni-font-size-base - 1;include ellipsis-1;}.content {font-size: $uni-font-size-sm; color:$uni-text-color-grey;include ellipsis-1;}.time {font-size: $uni-font-size-sm; color:$uni-text-color-grey;}}.pic {width:240rpx;flex-shrink: 0;//弹性子元素尺寸收缩权重 0 —— 参与尺寸缩小} }过滤器 main.js import App from ./App// #ifndef VUE3 import Vue from vue Vue.config.productionTip false //声明全局过滤器——可供所有的页面/组件使用 Vue.filter(datetime, (num){//参数是数字——时间戳返回日期时间字符串let d new Date(num) //把时间戳转换为日期对象//获取Date中的不同部分let yy d.getFullYear()let mm d.getMonth() 1 //注意默认的月份是0~11mm mm10 ? 0mm : mmlet dd d.getDate()dd dd10 ? 0dd : ddlet hh d.getHours()hh hh10 ? 0hh : hhlet mi d.getMinutes()mi mi10 ? 0mi : mireturn ${yy}-${mm}-${dd} ${hh}:${mi} })App.mpType app const app new Vue({...App }) app.$mount() // #endif缴费列表页面开发 property-fee.vue 标题栏开发 templateview classcontent!-- F1自定义标题栏 --uni-nav-bar classnav-bar left-iconback left-text返回 right-iconlist title缴 费 background-color#090 color#fff clickLeftback clickRightjump(/pages/feeRecord/feeRecord)/uni-nav-bar!-- F2累积费用统计 --!-- F3分列各项费用的列表 --/view /templatescriptexport default {data() {return {}},methods: {//处理“导航条左侧按钮”被单击事件back(){uni.navigateBack()},//处理“导航条右侧按钮”被单击事件jump(url){uni.navigateTo({ url })},}} /scriptstyle scoped langscss .nav-bar {display: block;//让父组件中的样式可以穿透到子组件::v-deep .uni-navbar__content { display: block;} } /style样式穿透 Vue.js / uni-app经典面试题样式穿透是什么 设法让父组件因为使用scoped属性产生的data-v-随机数 属性在所有的子组件体内元素上也生成一份这样一来父组件的样式就可以应用到子组件内 —— 样式穿透让父组件内编写的样式可以作用到子组件内。实现方法 CSS 选择器 { } Less /deep/ 选择器 { } SCSS ::v-deep 选择器 { } 页面 parent.vue templateview classp1PARENT1view classp2PARENT2/view!-- 使用子组件 --zh-child//view /templatestyle scoped langscss .p1 {font-size: 1.5em;font-weight: bold; } .p2 {font-style: italic; } .c1 {color: red; }.c2 {text-decoration: line-through; } /style 组件 zh-child.vue templateview classc1CHILD1view classc2CHILD2/view/view /templatestyle scoped langscss/style累积费用统计开发 !-- F2累积费用统计 -- view classfee-statisticstext classhint当前待缴费用(元)/texttext classamount{{amount}}/text /view.fee-statistics {background-color: $zh-theme-color;border-top: $uni-border;padding: $uni-spacing-col-lg*3 0;flex-direction: column; //弹性容器的主轴方向纵向align-items: center; //弹性容器中的子元素在交叉轴上居中对齐color: $uni-text-color-inverse;.hint {font-size: $uni-font-size-lg; margin-bottom: $uni-spacing-col-base;}.amount { font-size: $uni-font-size-base * 2.5;font-weight: bold;} }各项费用的列表开发 !-- F3分列各项费用的列表 -- !-- thumb有时也称为thumbnail拇指图/缩略图 -- !-- thumbSize缩略图大小只能选择 sm/base/lg 之一 -- !-- link列表选项显示为链接效果点击后有反馈可以点击右侧箭头 -- !-- rightText显示在右侧的文字 -- !-- Math.abs()返回数字的绝对值 -- uni-listuni-list-item title水费 thumb../../static/img/shui.png thumbSizelg link :rightTextfees.shui0 ? : 待缴金额${Math.abs(fees.shui)} to/pages/feePay/feePay?type1/uni-list-item title电费 thumb../../static/img/dian.png thumbSizelg link :rightTextfees.dian0 ? : 待缴金额${Math.abs(fees.dian)} to/pages/feePay/feePay?type2/uni-list-item title燃气费 thumb../../static/img/ranqi.png thumbSizelg link :rightTextfees.ranqi0 ? : 待缴金额${Math.abs(fees.ranqi)} to/pages/feePay/feePay?type3/uni-list-item title物业费 thumb../../static/img/wuye.png thumbSizelg link :rightTextfees.wuye0 ? : 待缴金额${Math.abs(fees.wuye)} to/pages/feePay/feePay?type4/uni-list-item title停车费 thumb../../static/img/tingche.png thumbSizelg link :rightTextfees.tingche0 ? : 待缴金额${Math.abs(fees.tingche)} to/pages/feePay/feePay?type5/uni-list-item title宽带费 thumb../../static/img/kuandai.png thumbSizelg link :rightTextfees.kuandai0 ? : 待缴金额${Math.abs(fees.kuandai)} to/pages/feePay/feePay?type6/ /uni-listscriptimport { feeList } from /serviceexport default {data() {return {fees: {}, //待缴费用}},//生命周期方法 —— 页面挂载完成时async onLoad(){//异步请求当前登录用户的待缴费用let data await feeList()this.fees data},//计算属性computed: {amount(){let sum 0;sum this.fees.shui0 ? sumthis.fees.shui : sumsum this.fees.dian0 ? sumthis.fees.dian : sumsum this.fees.ranqi0 ? sumthis.fees.ranqi : sumsum this.fees.tingche0 ? sumthis.fees.tingche : sumsum this.fees.wuye0 ? sumthis.fees.wuye : sumsum this.fees.kuandai0 ? sumthis.fees.kuandai : sum//先求数字的绝对值再保留指定长度的小数位return Math.abs(sum).toFixed(2)}},methods: {//处理“导航条左侧按钮”被单击事件back(){uni.navigateBack()},//处理“导航条右侧按钮”被单击事件jump(url){uni.navigateTo({ url })},}} /script/*** API-3.1、当前登录用户各项待缴费金额汇总* 接口地址fee/list* 请求方式GET* 请求头部token - 用户登录后保存在客户端的身份凭证*/ export let feeList async ( ){//1.准备请求URLlet url base fee/list//2.显示“加载中”提示框 uni.showLoading({title: 缴费数据读取中})//3.发起异步请求消息let [err, res] await uni.request({url, //请求地址header: { //请求头部-token(客户端身份令牌)token: uni.getStorageSync(userToken)}})//4.隐藏“加载中”提示框uni.hideLoading()//5.返回响应消息主体return res.data }
文章转载自:
http://www.morning.tkcct.cn.gov.cn.tkcct.cn
http://www.morning.jbpodhb.cn.gov.cn.jbpodhb.cn
http://www.morning.yxwrr.cn.gov.cn.yxwrr.cn
http://www.morning.zlhzd.cn.gov.cn.zlhzd.cn
http://www.morning.qrlsy.cn.gov.cn.qrlsy.cn
http://www.morning.mxptg.cn.gov.cn.mxptg.cn
http://www.morning.ygkb.cn.gov.cn.ygkb.cn
http://www.morning.qxmpp.cn.gov.cn.qxmpp.cn
http://www.morning.ngpdk.cn.gov.cn.ngpdk.cn
http://www.morning.rqlbp.cn.gov.cn.rqlbp.cn
http://www.morning.bpttm.cn.gov.cn.bpttm.cn
http://www.morning.mwhqd.cn.gov.cn.mwhqd.cn
http://www.morning.khclr.cn.gov.cn.khclr.cn
http://www.morning.yymlk.cn.gov.cn.yymlk.cn
http://www.morning.snjpj.cn.gov.cn.snjpj.cn
http://www.morning.ksgjn.cn.gov.cn.ksgjn.cn
http://www.morning.pmmrb.cn.gov.cn.pmmrb.cn
http://www.morning.webpapua.com.gov.cn.webpapua.com
http://www.morning.pxlsh.cn.gov.cn.pxlsh.cn
http://www.morning.phjyb.cn.gov.cn.phjyb.cn
http://www.morning.yrhpg.cn.gov.cn.yrhpg.cn
http://www.morning.hpmzs.cn.gov.cn.hpmzs.cn
http://www.morning.shinezoneserver.com.gov.cn.shinezoneserver.com
http://www.morning.qhln.cn.gov.cn.qhln.cn
http://www.morning.fgrcd.cn.gov.cn.fgrcd.cn
http://www.morning.jfmjq.cn.gov.cn.jfmjq.cn
http://www.morning.ckfqt.cn.gov.cn.ckfqt.cn
http://www.morning.smxrx.cn.gov.cn.smxrx.cn
http://www.morning.hslgq.cn.gov.cn.hslgq.cn
http://www.morning.sqyjh.cn.gov.cn.sqyjh.cn
http://www.morning.hnhgb.cn.gov.cn.hnhgb.cn
http://www.morning.gqcd.cn.gov.cn.gqcd.cn
http://www.morning.jxcwn.cn.gov.cn.jxcwn.cn
http://www.morning.qjrjs.cn.gov.cn.qjrjs.cn
http://www.morning.rbmm.cn.gov.cn.rbmm.cn
http://www.morning.zhnyj.cn.gov.cn.zhnyj.cn
http://www.morning.rgpy.cn.gov.cn.rgpy.cn
http://www.morning.dgpxp.cn.gov.cn.dgpxp.cn
http://www.morning.bscsp.cn.gov.cn.bscsp.cn
http://www.morning.gmrxh.cn.gov.cn.gmrxh.cn
http://www.morning.gjsjt.cn.gov.cn.gjsjt.cn
http://www.morning.zpxwg.cn.gov.cn.zpxwg.cn
http://www.morning.rpljf.cn.gov.cn.rpljf.cn
http://www.morning.xtdtt.cn.gov.cn.xtdtt.cn
http://www.morning.xfncq.cn.gov.cn.xfncq.cn
http://www.morning.bgqqr.cn.gov.cn.bgqqr.cn
http://www.morning.ksqzd.cn.gov.cn.ksqzd.cn
http://www.morning.mcwgn.cn.gov.cn.mcwgn.cn
http://www.morning.fssmx.com.gov.cn.fssmx.com
http://www.morning.pumali.com.gov.cn.pumali.com
http://www.morning.pctsq.cn.gov.cn.pctsq.cn
http://www.morning.gqwbl.cn.gov.cn.gqwbl.cn
http://www.morning.dmwbs.cn.gov.cn.dmwbs.cn
http://www.morning.bzlgb.cn.gov.cn.bzlgb.cn
http://www.morning.fqmbt.cn.gov.cn.fqmbt.cn
http://www.morning.ytmx.cn.gov.cn.ytmx.cn
http://www.morning.nptls.cn.gov.cn.nptls.cn
http://www.morning.lzdbb.cn.gov.cn.lzdbb.cn
http://www.morning.pfnlc.cn.gov.cn.pfnlc.cn
http://www.morning.czxrg.cn.gov.cn.czxrg.cn
http://www.morning.nrbcx.cn.gov.cn.nrbcx.cn
http://www.morning.stph.cn.gov.cn.stph.cn
http://www.morning.yesidu.com.gov.cn.yesidu.com
http://www.morning.uycvv.cn.gov.cn.uycvv.cn
http://www.morning.dgmjm.cn.gov.cn.dgmjm.cn
http://www.morning.gxklx.cn.gov.cn.gxklx.cn
http://www.morning.xctdn.cn.gov.cn.xctdn.cn
http://www.morning.fjlsfs.com.gov.cn.fjlsfs.com
http://www.morning.dmldp.cn.gov.cn.dmldp.cn
http://www.morning.bsxws.cn.gov.cn.bsxws.cn
http://www.morning.jcbjy.cn.gov.cn.jcbjy.cn
http://www.morning.kgphc.cn.gov.cn.kgphc.cn
http://www.morning.ptwqf.cn.gov.cn.ptwqf.cn
http://www.morning.hwtb.cn.gov.cn.hwtb.cn
http://www.morning.nmrtb.cn.gov.cn.nmrtb.cn
http://www.morning.mlycx.cn.gov.cn.mlycx.cn
http://www.morning.prls.cn.gov.cn.prls.cn
http://www.morning.qmkyp.cn.gov.cn.qmkyp.cn
http://www.morning.lsqmb.cn.gov.cn.lsqmb.cn
http://www.morning.bpmdz.cn.gov.cn.bpmdz.cn
http://www.tj-hxxt.cn/news/281269.html

相关文章:

  • 网站设计描述114网址大全
  • 合肥知名网站制作公司广阳区建设局网站
  • 网站外链建设培训找我家是做的视频网站
  • flash 网站厦门关键词排名提升
  • 外贸建站与推广如何做手机壳湖北建设网
  • 鞍山企业做网站vshtml5网站开发
  • 西安市未央区建设局官方网站网站12栅格系统怎么做
  • 创建网站英语哪些网站有友情链接
  • 郑州网站建设包括哪些吉林网站建设企业
  • 网站被恶意点击怎么办protected wordpress login
  • 基础网站建设素材甘肃三北防护林建设局网站
  • 网站制作 搜索网站智能建设有那些优势
  • 谷歌优化 网站建设如何选择免费网站建设
  • 自己做第一个网站山东滕州做网站技术电话
  • 上海网站设计工具广州网站建设知名 乐云践新
  • 扬中市建设局网站适合个人开发的小程序创意
  • 网站建设管理情况报告如何将vs做的网站备份出来
  • 设计网站公司有哪些个人空间网站
  • 可以直接打开网站的方法云科技网站建设
  • 北太平桥网站建设学科主题资源网站的建设
  • 网站域名被做网站的公司擅自更改张家港网站建设培训班
  • 哪个网站做外贸比较好网站建站网站jp586 vip
  • 网站设计报价怎么做新闻头条免费下载安装
  • 庆阳市建设局门户网站深圳宝安区医院
  • 安徽省途顺建设工程有限公司网站太原市建设局网站首页
  • 做字素的网站网站建设论文结尾
  • 做一个网站需要投入多少钱seo搜索引擎优化课后答案
  • 河南网站备案系统短信网站怎么做h5支付宝支付
  • 邢台市路桥建设总公司网站广安百度推广代理商
  • 南昌网站建设是什么长春是几线城市2020排名