bztang-admin/addons/yun_shop/static/app/js/chunk-42dd7f93.e0234421.js

1 line
5.8 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-42dd7f93"],{"153b":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",{staticClass:"share-profit"},[i("c-title",{attrs:{hide:!1,text:"合伙人分润"}}),i("div",{staticClass:"header"},[i("div",{staticClass:"info-box"},[i("div",{staticClass:"img"},[i("img",{attrs:{src:t.member.avatar_image,alt:""}})]),i("div",{staticClass:"info nickname"},[t._v(t._s(t.member.nickname))])]),i("div",{staticClass:"total"},[t._v("离子总数:"+t._s(t.ion))])]),i("van-tabs",{attrs:{sticky:""},model:{value:t.active,callback:function(e){t.active=e},expression:"active"}},[i("van-tab",{attrs:{title:"收入明细"}},[i("div",{staticClass:"list-box"},[t._l(t.listData,(function(e,a){return i("div",{key:a,staticClass:"list-item"},[i("div",{staticClass:"list-title"},[i("div",{staticClass:"sn"},[t._v(t._s(e.order_sn))]),i("div",[t._v("+"+t._s(e.reward))])]),i("div",{staticClass:"list-info"},[i("div",[t._v("订单金额:"+t._s(e.order_amount))]),i("div",[t._v("抽取比例:"+t._s(e.extract_order_rate)+"%")]),i("div",[t._v("分润比例:"+t._s(e.profit_rate)+"%")])]),i("div",{staticClass:"time"},[t._v(t._s(e.created_at))])])})),i("div",{directives:[{name:"show",rawName:"v-show",value:t.loading,expression:"loading"}],staticClass:"loading"},[i("van-loading",[t._v("加载数据中...")])],1),t.listData.length>0&&!t.loading&&!t.isLoadMore?i("div",{staticStyle:{"margin-top":"1rem",color:"#333","text-align":"center"}},[t._v("没有更多了~~~")]):t._e(),i("yz-blank",{directives:[{name:"show",rawName:"v-show",value:!t.loading,expression:"!loading"}],attrs:{text:"暂无数据",datas:t.listData}})],2)])],1)],1)},s=[],o=(i("99af"),i("d3b7"),i("3ca3"),i("ddb0"),i("ac0d")),l={mixins:[o["a"]],data:function(){return{member:{},ion:0,active:0,isLoadMore:!1,loading:!1,listData:[],page:1,last_page:1}},created:function(){this.getData()},methods:{initData:function(){this.page=1,this.listData=[],this.isLoadMore=!1,this.loading=!0,this.last_page=null},getData:function(){var t=this;this.initData(),$http.post("plugin.member-synchron.frontend.assets.income-list",{page:1}).then((function(e){var i=e.result,a=e.msg,s=e.data;t.loading=!1,1==i?(t.member=s.member,t.ion=s.ion,t.listData=s.income_list.data,t.last_page=s.income_list.last_page,t.isLoadMore=!(t.page==t.last_page)):t.$toast(a)}))},getMoreData:function(){var t=this;if(!isLoadMore)return this.$toast("没有更多了");this.loading=!0;var e=this.page+1;$http.post("plugin.member-synchron.frontend.assets.income-list",{page:e}).then((function(i){var a=i.result,s=i.msg,o=i.data;t.loading=!1,1==a?(t.listData=t.listData.concat(o.income_list.data),t.page=e,t.isLoadMore=!(t.page==t.last_page)):t.$toast(s)}))}},components:{yzBlank:function(){return Promise.all([i.e("chunk-commons"),i.e("chunk-2d0d83d6")]).then(i.bind(null,"eb17"))}}},n=l,r=(i("d98b"),i("2877")),d=Object(r["a"])(n,a,s,!1,null,"8a76f310",null);e["default"]=d.exports},"4dca":function(t,e,i){var a=i("d7fd");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var s=i("499e").default;s("caf0862e",a,!0,{sourceMap:!1,shadowMode:!1})},ac0d:function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var a=document.documentElement,s=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:s&&(t=s.scrollTop),t},getClientHeight:function(){var t=0;return t=s.clientHeight&&a.clientHeight?Math.min(s.clientHeight,a.clientHeight):Math.max(s.clientHeight,a.clientHeight),t},getScrollHeight:function(){return Math.max(s.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(){}}}},d7fd:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,".share-profit[data-v-8a76f310]{text-align:left}.share-profit .header[data-v-8a76f310]{width:100%;background-color:#ee2e2b;color:#fff}.share-profit .header .info-box[data-v-8a76f310]{height:6rem;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-left:1.5rem}.share-profit .header .info-box .img img[data-v-8a76f310]{width:3rem;height:3rem;border-radius:50%}.share-profit .header .info-box .nickname[data-v-8a76f310]{margin-left:.8rem}.share-profit .header .total[data-v-8a76f310]{height:2rem;background-color:#f14d4b;line-height:2rem;padding-left:1rem}.share-profit .list-box[data-v-8a76f310]{background-color:#fff;padding:1rem}.share-profit .list-box .list-item[data-v-8a76f310]{border-bottom:1px solid #f5f5f5;font-size:.75rem;color:#929292;padding:.5rem 0}.share-profit .list-box .list-item .list-title[data-v-8a76f310]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:.875rem;color:#ef4136}.share-profit .list-box .list-item .list-title .sn[data-v-8a76f310]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;color:#101010}.share-profit .list-box .list-item .list-info[data-v-8a76f310]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin:.4rem 0}.share-profit .list-box .loading[data-v-8a76f310]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-top:.625rem}",""]),t.exports=e},d98b:function(t,e,i){"use strict";i("4dca")}}]);