1 line
4.5 KiB
JavaScript
1 line
4.5 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-a7add154"],{"1f39":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,".record-detail .flex[data-v-89534422]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.record-detail .between[data-v-89534422]{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.record-detail .info[data-v-89534422]{padding:.625rem;background-color:#fff;margin:.625rem;font-size:.75rem}.record-detail .main[data-v-89534422]{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;text-align:center;background-color:#fffaef;margin:.625rem 0;color:#db6706;padding:0 1.0625rem;font-size:.75rem}.record-detail .main p[data-v-89534422]{margin-top:.625rem;margin-bottom:.625rem}",""]),t.exports=e},3636:function(t,e,a){"use strict";a("5af6")},"5af6":function(t,e,a){var i=a("1f39");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("499e").default;n("1b7dbe1e",i,!0,{sourceMap:!1,shadowMode:!1})},ac0d:function(t,e,a){"use strict";a.d(e,"a",(function(){return l}));var i=document.documentElement,n=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: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(){}}}},eb053: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",{staticClass:"record-detail"},[a("c-title",{attrs:{text:"认购详情"}}),a("ul",{staticClass:"list"},t._l(t.list,(function(e,i){return a("li",{key:i,staticClass:"info"},[a("p",{staticStyle:{"text-align":"left",color:"#A7A7A7",margin:"10px 0"}},[t._v("认购时间:"+t._s(e.created_at))]),a("div",{staticClass:"flex between"},[a("span",[t._v("认购数量:"+t._s(e.quantity))]),a("span",[t._v("已用"+t._s(e.point_pay)+t._s(t.pluginName.point_name)+","+t._s(e.love_pay)+t._s(t.pluginName.love_name))])]),a("div",{staticClass:"main"},[a("div",[a("p",[t._v("总返还")]),a("p",[t._v(t._s(e.full_point_return)+t._s(t.pluginName.point_name))]),a("p",[t._v(t._s(e.full_love_return)+t._s(t.pluginName.love_name))])]),a("div",[a("p",[t._v("已返还")]),a("p",[t._v(t._s(e.full_point_returned)+t._s(t.pluginName.point_name))]),a("p",[t._v(t._s(e.full_love_returned)+t._s(t.pluginName.love_name))])]),a("div",[a("p",[t._v("剩余可返")]),a("p",[t._v(t._s(e.full_point_surplus)+t._s(t.pluginName.point_name))]),a("p",[t._v(t._s(e.full_love_surplus)+t._s(t.pluginName.love_name))])])]),a("div",{staticClass:"flex between"},[a("span",[t._v("奖励"+t._s(t.pluginName.love_name)+t._s(e.full_love_award))]),a("span",[t._v("奖励"+t._s(t.pluginName.point_name)+t._s(e.full_point_award))])])])})),0)],1)},n=[],l=(a("99af"),a("ac0d")),s={mixins:[l["a"]],data:function(){return{list:[],isLoadMore:!0,last_page:0,current_page:1,pluginName:{}}},activated:function(){this.$route.params.id&&this.getData()},methods:{getMoreData:function(){var t=this;if(this.isLoadMore=!1,!(this.current_page>=this.last_page)){var e=this.current_page+1;$http.post("plugin.subscription.frontend.modules.member.controllers.detail.index",{page:e,stage_id:this.$route.params.id}).then((function(a){if(0==a.result)return t.$toast(a.msg);t.list=t.list.concat(a.data.buy_list.data)||[],t.last_page=a.data.buy_list.last_page,t.current_page=e}))}},getData:function(){var t=this;$http.post("plugin.subscription.frontend.modules.member.controllers.detail.index",{stage_id:this.$route.params.id}).then((function(e){if(0==e.result)return t.$toast(e.msg);t.list=e.data.buy_list.data||[],t.last_page=e.data.buy_list.last_page,t.pluginName.love_name=e.data.love_name,t.pluginName.point_name=e.data.point_name}))}}},o=s,r=(a("3636"),a("2877")),c=Object(r["a"])(o,i,n,!1,null,"89534422",null);e["default"]=c.exports}}]); |