1 line
3.9 KiB
JavaScript
1 line
3.9 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1ec46a3b"],{"4db0":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,".content[data-v-1ee79fb4]{margin-top:.5rem;background:#fff}.sheet li[data-v-1ee79fb4]{padding:.5rem 1rem;text-align:left;border-bottom:.0625rem solid #ebebeb}.sheet .title[data-v-1ee79fb4]{margin-bottom:.5rem}.sheet .author[data-v-1ee79fb4]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:#8c8c8c}.sheet .author span[data-v-1ee79fb4]:first-child{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.sheet .author span[data-v-1ee79fb4]:last-child{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:0;-webkit-flex:0 0 9rem;-ms-flex:0 0 9rem;flex:0 0 9rem}",""]),t.exports=e},ac0d:function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var a=document.documentElement,n=document.body,o={data:function(){return{}},activated:function(){window.addEventListener("scroll",this.handleScroll)},deactivated:function(){window.removeEventListener("scroll",this.handleScroll)},methods:{getScrollTop:function(){var t=0;return a&&a.scrollTop?t=a.scrollTop:n&&(t=n.scrollTop),t},getClientHeight:function(){var t=0;return t=n.clientHeight&&a.clientHeight?Math.min(n.clientHeight,a.clientHeight):Math.max(n.clientHeight,a.clientHeight),t},getScrollHeight:function(){return Math.max(n.scrollHeight,a.scrollHeight)},handleScroll:function(){this.otherScroll();var t=document.documentElement.scrollTop||document.body.scrollTop;this.btnFlag=t>60,this.getScrollTop()+this.getClientHeight()+105>this.getScrollHeight()?(this.isLoadMore&&this.getMoreData(),this.isBottom=!0):this.isBottom=!1},otherScroll:function(){}}}},b5c1:function(t,e,i){"use strict";i.r(e);var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",[i("c-title",{attrs:{hide:!1,text:t.lang.capital_name+"公告"}}),i("div",{staticClass:"content"},[i("ul",{staticClass:"sheet"},t._l(t.noticeList,(function(e,a){return i("li",{key:a,on:{click:function(i){return t.toNotice(e)}}},[i("p",{staticClass:"title"},[t._v(t._s(e.title))]),i("p",{staticClass:"author"},[i("span",[t._v("作者:"+t._s(e.author))]),i("span",[t._v(t._s(e.created_at))])])])})),0)])],1)},n=[],o=(i("e7e5"),i("d399")),s=(i("14d9"),i("99af"),i("6968")),l=i("ac0d"),c={mixins:[l["a"]],data:function(){return{noticeList:[],lang:{},isLoadMore:!0,page:1,total_page:0}},activated:function(){this.initData(),this.getLang(),this.getData()},methods:{getLang:function(){var t=this;$http.get("plugin.asset.Frontend.Controllers.Lang.index",{},"加载中...").then((function(e){1===e.result?t.lang=e.data:Object(o["a"])(e.msg)})).catch((function(t){}))},toNotice:function(t){this.$router.push(this.fun.getUrl("AssetNotices",{notice_id:t.id},{name:"notice"}))},initData:function(){this.noticeList=[],this.isLoadMore=!0,this.page=1,this.total_page=0},getData:function(){var t=this;this.isLoadMore=!1,this.page=1,$http.get("plugin.asset.Frontend.Modules.Notice.Controllers.records.index",{},"加载中...").then((function(e){1===e.result?(t.isLoadMore=!0,t.total_page=e.data.page_list.last_page,t.total_page||(t.total_page=0),t.noticeList=e.data.page_list.data):Object(o["a"])(e.msg)})).catch((function(t){}))},getMoreData:function(){var t=this;t.isLoadMore=!1,this.page>=this.total_page||(this.page=this.page+1,$http.fetchUrl("notices-list",{page:t.page},"加载中...").then((function(e){if(t.isLoadMore=!0,1!==e.result)return t.page=t.page-1,void(t.isLoadMore=!1);var i=e.data.page_list.data;t.noticeList=t.noticeList.concat(i)}),(function(t){})))}},components:{cTitle:s["a"]}},r=c,d=r,h=(i("d8e6"),i("2877")),u=Object(h["a"])(d,a,n,!1,null,"1ee79fb4",null);e["default"]=u.exports},d4c4:function(t,e,i){var a=i("4db0");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var n=i("499e").default;n("ebd7cd6c",a,!0,{sourceMap:!1,shadowMode:!1})},d8e6:function(t,e,i){"use strict";i("d4c4")}}]); |