12 |
- (window.webpackJsonp=window.webpackJsonp||[]).push([[68,30],{535:function(t,e,n){"use strict";var r=n(2),o=n(27),l=n(10),c=n(5),path=n(320),f=n(4),d=n(119),m=n(13),h=n(217),v=n(58),_=n(118),N=n(319),y=n(3),w=n(96).f,S=n(59).f,I=n(28).f,C=n(536),L=n(321).trim,x="Number",E=c[x],k=path[x],z=E.prototype,P=c.TypeError,T=f("".slice),$=f("".charCodeAt),A=function(t){var e,n,r,o,l,c,f,code,d=N(t,"number");if(_(d))throw new P("Cannot convert a Symbol value to a number");if("string"==typeof d&&d.length>2)if(d=L(d),43===(e=$(d,0))||45===e){if(88===(n=$(d,2))||120===n)return NaN}else if(48===e){switch($(d,1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+d}for(c=(l=T(d,2)).length,f=0;f<c;f++)if((code=$(l,f))<48||code>o)return NaN;return parseInt(l,r)}return+d},F=d(x,!E(" 0o1")||!E("0b1")||E("+0x1")),O=function(t){var e,n=arguments.length<1?0:E(function(t){var e=N(t,"number");return"bigint"==typeof e?e:A(e)}(t));return v(z,e=this)&&y((function(){C(e)}))?h(Object(n),this,O):n};O.prototype=z,F&&!o&&(z.constructor=O),r({global:!0,constructor:!0,wrap:!0,forced:F},{Number:O});var Q=function(t,source){for(var e,n=l?w(source):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),r=0;n.length>r;r++)m(source,e=n[r])&&!m(t,e)&&I(t,e,S(source,e))};o&&k&&Q(path[x],k),(F||o)&&Q(path[x],E)},536:function(t,e,n){"use strict";var r=n(4);t.exports=r(1..valueOf)},544:function(t,e,n){t.exports={}},552:function(t,e,n){"use strict";n(544)},557:function(t,e,n){"use strict";n.r(e);n(535);var r={name:"Pagination",props:{total:{required:!0,type:Number},page:{type:Number,default:0},limit:{type:Number,default:10},layout:{type:String,default:"prev, pager, next"},background:{type:Boolean,default:!0},autoScroll:{type:Boolean,default:!0},hidden:{type:Boolean,default:!1}},computed:{currentPage:{get:function(){return this.page},set:function(t){this.$emit("update:page",t)}},pageSize:{get:function(){return this.limit},set:function(t){this.$emit("update:limit",t)}}},methods:{handleSizeChange:function(t){this.$emit("pagination",{page:this.currentPage,limit:t}),this.autoScroll&&scrollTo(0,800)},handleCurrentChange:function(t){this.$emit("pagination",{page:t,limit:this.pageSize}),this.autoScroll&&scrollTo(0,800)}}},o=(n(552),n(21)),component=Object(o.a)(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"pagination-container",class:{hidden:t.hidden}},[t._t("slot"),t._v(" "),e("el-pagination",t._b({attrs:{background:t.background,"current-page":t.currentPage,"page-size":t.pageSize,layout:t.layout,total:t.total},on:{"update:currentPage":function(e){t.currentPage=e},"update:current-page":function(e){t.currentPage=e},"update:pageSize":function(e){t.pageSize=e},"update:page-size":function(e){t.pageSize=e},"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}},"el-pagination",t.$attrs,!1))],2)}),[],!1,null,"044ef958",null);e.default=component.exports},651:function(t,e,n){t.exports={}},753:function(t,e,n){"use strict";n(651)},807:function(t,e,n){"use strict";n.r(e);n(22),n(49);var r=n(12),o=(n(62),{data:function(){return{total:0,listQuery:{page:1,limit:12},articleLists:[],listLoading:!0}},created:function(){var t=this;return Object(r.a)(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.getList();case 2:case"end":return e.stop()}}),e)})))()},methods:{getList:function(){var t=this;this.$axios.post("/uk-api/home/articleList",{page:this.listQuery.page,limit:this.listQuery.limit}).then((function(e){1==e.code&&(t.articleLists=e.result.data,t.total=e.result.total,t.listLoading=!1),t.$nextTick((function(){window.scroll(0,0)}))})).catch((function(){t.listLoading=!1,t.articleLists=[]}))}}}),l=(n(753),n(21)),component=Object(l.a)(o,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"com-main com-width-1400 com-margin-auto"},[e("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[e("el-breadcrumb-item",{attrs:{to:{path:"/"}}},[t._v("Home")]),t._v(" "),e("el-breadcrumb-item",[t._v("Current Flyer")])],1),t._v(" "),e("div",{staticClass:"item"},[t._m(0),t._v(" "),e("ul",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],staticClass:"item-content"},t._l(t.articleLists,(function(n){return e("li",{key:n.id},[e("nuxt-link",{attrs:{to:{name:"news-newsName",params:{newsName:n.title.replace(/\s+/g,"-").replace("&","%26")}}}},[e("div",{staticClass:"main-content"},[e("div",[t._v(t._s(n.title))]),t._v(" "),e("div",[t._v(t._s(n.create_time))])])])],1)})),0),t._v(" "),e("pagination",{directives:[{name:"show",rawName:"v-show",value:t.total>0,expression:"total > 0"}],attrs:{total:t.total,page:t.listQuery.page,limit:t.listQuery.limit},on:{"update:page":function(e){return t.$set(t.listQuery,"page",e)},"update:limit":function(e){return t.$set(t.listQuery,"limit",e)},pagination:t.getList}}),t._v(" "),t.articleLists.length?t._e():e("div",[e("el-empty",{attrs:{description:"No Data"}})],1)],1)],1)}),[function(){var t=this,e=t._self._c;return e("div",{staticClass:"item-title"},[e("span"),t._v(" "),e("span",[t._v("Current Flyer")])])}],!1,null,"09a6f518",null);e.default=component.exports;installComponents(component,{Pagination:n(557).default})}}]);
- //# sourceMappingURL=d7d7c22.js.map
|