1 line
3.8 KiB
JavaScript
1 line
3.8 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-55aaf4e8"],{"118d":function(t,e,i){var o=i("1a37");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var a=i("499e").default;a("3a7886cd",o,!0,{sourceMap:!1,shadowMode:!1})},"1a37":function(t,e,i){var o=i("24fb");e=o(!1),e.push([t.i,"#commission .times[data-v-8d624cb6]{text-align:left;text-indent:.625rem;line-height:2rem;background:#ddd}#commission .tbs[data-v-8d624cb6]{background:#fff;overflow:hidden;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;padding:.625rem .75rem;border-bottom:.0625rem solid #e2e2e2;font-size:14px}#commission .tbs li[data-v-8d624cb6]{line-height:1.5rem}#commission .tbs .item1[data-v-8d624cb6]{color:#000;text-align:left}#commission .tbs .item1[data-v-8d624cb6],#commission .tbs .item2[data-v-8d624cb6]{-webkit-box-flex:50%;-webkit-flex:50%;-ms-flex:50%;flex:50%}#commission .tbs .item2[data-v-8d624cb6]{text-align:right;color:#8c8c8c}#commission .tbs .item2 .reg[data-v-8d624cb6]{color:#259b24}",""]),t.exports=e},2239:function(t,e,i){"use strict";i("118d")},"33a3":function(t,e,i){"use strict";i.r(e);var o=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{attrs:{id:"commission"}},[i("c-title",{attrs:{hide:!1,text:"未结算佣金"}}),t._l(t.datas,(function(e,o){return i("div",{key:o},[i("div",{staticClass:"tbs"},[i("ul",{staticClass:"item1"},[i("li",[t._v(t._s(e.order_sn))]),i("li",[t._v(t._s(e.price)+t._s(t.$i18n.t("元")))])]),i("ul",{staticClass:"item2"},[i("li",{staticClass:"reg"},[t._v("佣金 +"+t._s(e.commission))]),i("li",[t._v(t._s(e.created_at))])])])])}))],2)},a=[],s=(i("99af"),i("6968")),n=i("ac0d"),c={mixins:[n["a"]],data:function(){return{toi:this.fun.getKeyByI(),datas:[],page:1,isLoadMore:!0,total_page:0}},activated:function(){this.toi=this.fun.getKeyByI(),this.datas=[],this.isLoadMore=!0,this.total_page=0,this.page=1,this.getData()},mounted:function(){this.toi=this.fun.getKeyByI()},methods:{getData:function(){var t=this,e={commission_type:"2",page:1};$http.get("plugin.commission.api.commission.get-commission-list",e,"加载中...").then((function(e){1===e.result&&(t.isLoadMore=!0,t.total_page=e.data.last_page,t.total_page||(t.total_page=0),t.datas=e.data.data)}),(function(t){}))},getMoreData:function(){this.isLoadMore=!1;var t=this;if(!(t.page>=t.total_page)){t.page+=1;var e={commission_type:"2",page:t.page};$http.get("plugin.commission.api.commission.get-commission-list",e,"加载中...").then((function(e){if(t.isLoadMore=!0,1!=e.result)return t.page=t.page-1,void(t.isLoadMore=!1);var i=e.data.data;t.datas=t.datas.concat(i)})).catch((function(t){}))}}},components:{cTitle:s["a"]}},l=c,r=l,d=(i("2239"),i("2877")),m=Object(d["a"])(r,o,a,!1,null,"8d624cb6",null);e["default"]=m.exports},ac0d:function(t,e,i){"use strict";i.d(e,"a",(function(){return s}));var o=document.documentElement,a=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 o&&o.scrollTop?t=o.scrollTop:a&&(t=a.scrollTop),t},getClientHeight:function(){var t=0;return t=a.clientHeight&&o.clientHeight?Math.min(a.clientHeight,o.clientHeight):Math.max(a.clientHeight,o.clientHeight),t},getScrollHeight:function(){return Math.max(a.scrollHeight,o.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(){}}}}}]); |