1 line
4.8 KiB
JavaScript
1 line
4.8 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d064d45c"],{3862:function(t,e,i){var n=i("74cd");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var o=i("499e").default;o("7a8f8283",n,!0,{sourceMap:!1,shadowMode:!1})},"744c":function(t,e,i){"use strict";i("3862")},"74cd":function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,".news-list[data-v-76ee3ffe]{margin-top:15px}.news-list .news-block[data-v-76ee3ffe]{padding:15px;border-bottom:1px solid #e5e5e5;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;background-color:#fff}.news-list .news-block[data-v-76ee3ffe],.news-list .news-block .block-icon[data-v-76ee3ffe]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.news-list .news-block .block-icon[data-v-76ee3ffe]{width:50px;height:50px;border-radius:50%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#ecb840}.news-list .news-block .block-icon i[data-v-76ee3ffe]{font-size:35px;color:#fff}.news-list .news-block .block-content[data-v-76ee3ffe]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;width:calc(100% - 100px);padding-left:15px;-webkit-align-content:space-around;-ms-flex-line-pack:distribute;align-content:space-around}.news-list .news-block .block-content .block-content-title[data-v-76ee3ffe]{font-size:16px;width:100%;text-align:left}.news-list .news-block .block-content .block-content-describe[data-v-76ee3ffe]{color:#949494;font-size:13px;width:100%;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.news-list .news-block .block-time[data-v-76ee3ffe]{color:#949494;font-size:13px;width:50px}",""]),t.exports=e},ac0d:function(t,e,i){"use strict";i.d(e,"a",(function(){return s}));var n=document.documentElement,o=document.body,s={data:function(){return{}},activated:function(){window.addEventListener("scroll",this.handleScroll)},deactivated:function(){window.removeEventListener("scroll",this.handleScroll)},methods:{getScrollTop:function(){var t=0;return n&&n.scrollTop?t=n.scrollTop:o&&(t=o.scrollTop),t},getClientHeight:function(){var t=0;return t=o.clientHeight&&n.clientHeight?Math.min(o.clientHeight,n.clientHeight):Math.max(o.clientHeight,n.clientHeight),t},getScrollHeight:function(){return Math.max(o.scrollHeight,n.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(){}}}},ec45:function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"newsList"},[i("c-title",{attrs:{hide:!1,text:"系统消息"}}),Object.keys(t.list).length>0?i("div",{staticClass:"news-list"},t._l(t.list,(function(e,n){return i("div",{key:n,staticClass:"news-block"},[t._m(0,!0),i("div",{staticClass:"block-content"},[i("div",{staticClass:"block-content-title"},[t._v(t._s(e.title))]),i("div",{staticClass:"block-content-describe"},[t._v(t._s(e.describe))])]),i("div",{staticClass:"block-time"},[t._v(t._s(e.time))])])})),0):i("van-empty",{attrs:{description:"暂无更多信息"}})],1)},o=[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"block-icon"},[i("i",{staticClass:"icon i-naoling"})])}],s=(i("e7e5"),i("d399")),l=(i("99af"),i("6968")),a=i("ac0d"),c={mixins:[a["a"]],data:function(){return{list:[],title:"列表",page:0,total_page:0}},activated:function(){},mounted:function(){this.getList()},methods:{getList:function(){var t=this;if(t.isLoadMore=!1,!(this.page>=this.total_page&&this.page>0)){t.page++;var e={news_type:1,page:this.page};$http.get("plugin.coupon-qr.api.UserNews.getList",e,"加载中...").then((function(e){if(1===e.result){var i=e.data;t.list=t.list.concat(i.data),t.total_page=i.last_page,t.isLoadMore=!0}else t.page=t.page-1,t.isLoadMore=!1,Object(s["a"])(e.msg)})).catch((function(t){}))}},getMoreData:function(){this.getList()}},components:{cTitle:l["a"]}},r=c,d=r,f=(i("744c"),i("2877")),p=Object(f["a"])(d,n,o,!1,null,"76ee3ffe",null);e["default"]=p.exports}}]); |