bztang-admin/addons/yun_shop/static/app/js/chunk-5fe49f18.baea740b.js

1 line
3.3 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5fe49f18"],{2030:function(t,e,a){var i=a("7db9");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("499e").default;n("04f87ebe",i,!0,{sourceMap:!1,shadowMode:!1})},"7db9":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,"#active_record[data-v-c5c66490]{height:100vh;background-color:#fff;overflow:scroll}#active_record .content[data-v-c5c66490]{padding:0 .75rem;padding-top:1rem}#active_record .content .list[data-v-c5c66490]{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:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.625rem}#active_record .content .list .num[data-v-c5c66490]{color:#ff2c29}",""]),t.exports=e},8069:function(t,e,a){"use strict";a("2030")},"87a2":function(t,e,a){"use strict";a.r(e);var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{attrs:{id:"active_record"}},[a("c-title",{attrs:{hide:!1,text:"活跃值记录"}}),a("div",{staticClass:"content"},t._l(t.datas,(function(e,i){return a("div",{key:i,staticClass:"list"},[a("span",[t._v(t._s(e.created_at))]),a("span",{staticClass:"num"},[t._v("+"+t._s(e.change_active))])])})),0)],1)},n=[],o=(a("99af"),a("6968")),c=a("ac0d"),s={mixins:[c["a"]],data:function(){return{isLoadMore:!0,page:1,total_page:0,datas:[]}},activated:function(){this.initData(),this.getData()},mounted:function(){},methods:{initData:function(){this.isLoadMore=!0,this.page=1,this.total_page=0,this.datas=[]},getData:function(){var t=this,e={page:this.page};$http.get("plugin.team-sales.api.active.log",e,"加载中...").then((function(e){1==e.result&&(t.total_page=e.data.list.last_page,t.total_page||(t.total_page=0),t.datas=e.data.list.data)}),(function(t){}))},getMoreData:function(){var t=this,e={page:this.page};this.isLoadMore=!1,this.page>=this.total_page||(this.page=this.page+1,$http.get("plugin.team-sales.api.active.log",e,"加载中").then((function(e){if(t.isLoadMore=!0,1===e.result){var a=e.data.list.data;t.datas=t.datas.concat(a)}else t.page=t.page-1,t.isLoadMore=!1}),(function(t){})).catch((function(t){})))}},components:{cTitle:o["a"]}},l=s,r=l,d=(a("8069"),a("2877")),u=Object(d["a"])(r,i,n,!1,null,"c5c66490",null);e["default"]=u.exports},ac0d:function(t,e,a){"use strict";a.d(e,"a",(function(){return o}));var i=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 i&&i.scrollTop?t=i.scrollTop:n&&(t=n.scrollTop),t},getClientHeight:function(){var t=0;return t=n.clientHeight&&i.clientHeight?Math.min(n.clientHeight,i.clientHeight):Math.max(n.clientHeight,i.clientHeight),t},getScrollHeight:function(){return Math.max(n.scrollHeight,i.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(){}}}}}]);