bztang-admin/addons/yun_shop/static/app/js/chunk-247d42f4.67f55649.js

1 line
5.2 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-247d42f4"],{"046b":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:"personalCredit"}},[a("c-title",{attrs:{hide:!1,text:"个人额度"}}),a("div",{staticClass:"topbanner"},[a("span",{staticClass:"txt"},[t._v("剩余额度")]),a("span",{staticClass:"price"},[t._v(t._s(t.quota))])]),a("div",{staticClass:"list"},[a("van-tabs",{attrs:{"title-active-color":"#ff851c",color:"#ff851c"},model:{value:t.active,callback:function(e){t.active=e},expression:"active"}},[a("van-tab",{attrs:{title:"额度明细"}},t._l(t.list,(function(e,i){return a("div",{key:i,staticClass:"lis"},[a("div",{staticClass:"line"},[a("span",{staticClass:"txtx"},[t._v(t._s(e.remark))]),a("span",{class:1==e.quota_change_type?"zclass":"fclass"},[t._v(t._s(1==e.quota_change_type?"+":"-")+t._s(e.quota))])]),a("div",{staticClass:"line"},[a("span",{staticClass:"time"},[t._v(t._s(e.created_at))]),a("span")])])})),0)],1)],1)],1)},s=[],l=(a("e7e5"),a("d399")),o=(a("99af"),a("ac0d")),n={mixins:[o["a"]],data:function(){return{active:0,list:[],info:[],quota:0,isLoadMore:!0,page:1,total_page:0}},activated:function(){this.getData()},methods:{getData:function(){var t=this,e="plugin.activity-ranking.frontend.quota.personal-quota";$http.get(e,{page:this.page},"生成中").then((function(e){1===e.result?(t.isLoadMore=!0,t.total_page=e.data.list.last_page,t.total_page||(t.total_page=0),t.list=e.data.list.data,t.quota=e.data.quota):(t.posterShow=!1,t.$dialog.alert({message:e.msg}))})).catch((function(t){}))},getMoreData:function(){var t=this,e="plugin.activity-ranking.frontend.quota.personal-quota";this.isLoadMore=!1,this.page>=this.total_page||(this.page=this.page+1,$http.get(e,{page:this.page},"加载中").then((function(e){if(t.isLoadMore=!0,1===e.result){var a=e.data.list.data;t.list=t.list.concat(a)}else t.page=t.page-1,t.isLoadMore=!1}),(function(t){Object(l["a"])(t.msg)})).catch((function(t){})))}}},r=n,c=(a("f1f4"),a("2877")),d=Object(c["a"])(r,i,s,!1,null,"3911e069",null);e["default"]=d.exports},3192:function(t,e,a){var i=a("c7a3");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var s=a("499e").default;s("72f2fae7",i,!0,{sourceMap:!1,shadowMode:!1})},ac0d:function(t,e,a){"use strict";a.d(e,"a",(function(){return l}));var i=document.documentElement,s=document.body,l={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:s&&(t=s.scrollTop),t},getClientHeight:function(){var t=0;return t=s.clientHeight&&i.clientHeight?Math.min(s.clientHeight,i.clientHeight):Math.max(s.clientHeight,i.clientHeight),t},getScrollHeight:function(){return Math.max(s.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(){}}}},c7a3:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,"#personalCredit[data-v-3911e069]{padding:.63rem}.list[data-v-3911e069]{width:100%;background:#fff;padding:0 .94rem;margin-top:.63rem}.list .lis[data-v-3911e069]{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #ededed;padding:.94rem 0}.list .lis[data-v-3911e069],.list .lis .line[data-v-3911e069]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.list .lis .line[data-v-3911e069]{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.list .lis .line .txtx[data-v-3911e069]{font-size:.81rem;margin-bottom:.4rem;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.list .lis .line .time[data-v-3911e069]{font-size:.75rem;color:#7a7a7a}.list .lis .line .zclass[data-v-3911e069]{color:#f15353}.list .lis .line .fclass[data-v-3911e069],.list .lis .line .zclass[data-v-3911e069]{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.list .lis .line .fclass[data-v-3911e069]{color:#0a8d2c}.topbanner[data-v-3911e069]{background-image:url(https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/personalCredit.png);background-size:100% 100%;background-repeat:no-repeat;width:22.19rem;height:7.5rem;background-color:#ff851c;border-radius:.31rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:1.31rem 0 0 1.4rem;text-align:left}.topbanner .txt[data-v-3911e069]{font-size:.81rem;margin-bottom:1rem}.topbanner .price[data-v-3911e069],.topbanner .txt[data-v-3911e069]{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}.topbanner .price[data-v-3911e069]{font-size:1.56rem}",""]),t.exports=e},f1f4:function(t,e,a){"use strict";a("3192")}}]);