1 line
6.7 KiB
JavaScript
1 line
6.7 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-23816c44"],{"02f9":function(e,t,i){"use strict";i.r(t);var a=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"personRedrecord"}},[i("c-title",{attrs:{hide:!1,text:"领取记录"}}),i("div",{staticClass:"contenBox"},[e.info.redpack_info?i("div",{staticClass:"img"},[i("img",{attrs:{src:e.info.redpack_info.thumb,alt:""}})]):e._e(),e.info.redpack_info?i("div",{staticClass:"txt"},[e._v(e._s(e.info.redpack_info.nickname)+" 的红包")]):e._e(),i("div",{staticClass:"priceTxt"},[e._v("¥"+e._s(e.info.receive_amount))])]),i("div",{staticClass:"listbox"},[i("div",{staticClass:"top"},[i("div",{staticClass:"viewbox"},[e._v(" 红包总数量:"),e.info.redpack_info?i("span",[e._v(e._s(e.info.redpack_info.number))]):e._e(),e._v(" 个 ")]),i("div",{staticClass:"viewbox"},[e._v(" 剩余红包数量:"),e.info.redpack_info?i("span",[e._v(e._s(e.info.redpack_info.surplus_number))]):e._e(),e._v(" 个 ")])]),e._l(e.receive_logs,(function(t,a){return i("div",{key:a,staticClass:"list"},[i("div",{staticClass:"left"},[t.member?i("div",{staticClass:"img"},[i("img",{attrs:{src:t.member.avatar_image,alt:""}})]):e._e(),i("div",{staticClass:"member"},[t.member?i("div",[e._v(e._s(t.member.nickname))]):e._e(),i("div",{staticClass:"time"},[e._v(e._s(t.created_at))])])]),i("div",{staticClass:"right"},[e._v(e._s(t.amount))])])})),e.receive_logs.length<=0?i("van-empty",{attrs:{image:"default"}}):e._e()],2)],1)},c=[],o=(i("e7e5"),i("d399")),n=(i("99af"),i("6968")),s=i("ac0d"),r={mixins:[s["a"]],data:function(){return{info:[],receive_logs:[]}},deactivated:function(){},activated:function(){this.getData()},methods:{getData:function(){var e=this;$http.get("plugin.redpack-user.frontend.receiveLogDetail.index",{rid:this.$route.params.id},"").then((function(t){1===t.result?(e.info=t.data,e.receive_logs=t.data.receive_logs.data,e.total_page=t.data.receive_logs.last_page,e.page=t.data.receive_logs.current_page,e.isLoadMore=!0,0==e.receive_logs.length&&(e.isLoadMore=!1)):Object(o["a"])(t.msg)})).catch((function(e){}))},getMoreData:function(){var e=this;if(this.isLoadMore=!1,!(this.page>=this.total_page)){this.page+=1;var t={page:this.page};$http.post("plugin.redpack-user.frontend.receiveLogDetail.index",t,"").then((function(t){if(e.isLoadMore=!0,1==t.result){var i=t.data.receive_logs.data;e.receive_logs=e.receive_logs.concat(i)}else e.page=e.page-1,e.isLoadMore=!1})).catch((function(e){}))}}},components:{cTitle:n["a"]}},l=r,d=l,m=(i("7048"),i("2877")),f=Object(m["a"])(d,a,c,!1,null,"ccc8aa1c",null);t["default"]=f.exports},7048:function(e,t,i){"use strict";i("ac56")},ac0d:function(e,t,i){"use strict";i.d(t,"a",(function(){return o}));var a=document.documentElement,c=document.body,o={data:function(){return{}},activated:function(){window.addEventListener("scroll",this.handleScroll)},deactivated:function(){window.removeEventListener("scroll",this.handleScroll)},methods:{getScrollTop:function(){var e=0;return a&&a.scrollTop?e=a.scrollTop:c&&(e=c.scrollTop),e},getClientHeight:function(){var e=0;return e=c.clientHeight&&a.clientHeight?Math.min(c.clientHeight,a.clientHeight):Math.max(c.clientHeight,a.clientHeight),e},getScrollHeight:function(){return Math.max(c.scrollHeight,a.scrollHeight)},handleScroll:function(){this.otherScroll();var e=document.documentElement.scrollTop||document.body.scrollTop;this.btnFlag=e>60,this.getScrollTop()+this.getClientHeight()+105>this.getScrollHeight()?(this.isLoadMore&&this.getMoreData(),this.isBottom=!0):this.isBottom=!1},otherScroll:function(){}}}},ac56:function(e,t,i){var a=i("df56");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);var c=i("499e").default;c("5e44eb24",a,!0,{sourceMap:!1,shadowMode:!1})},df56:function(e,t,i){var a=i("24fb");t=a(!1),t.push([e.i,".contenBox[data-v-ccc8aa1c]{background-image:url(https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/personRed/bj2.png);height:12.41rem;width:100%;background-repeat:no-repeat;background-size:cover;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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.contenBox .priceTxt[data-v-ccc8aa1c]{font-size:2.25rem;color:#fff1c3;margin-top:1rem}.contenBox .txt[data-v-ccc8aa1c]{font-size:.94rem;color:#fff1c3;margin-top:.72rem}.contenBox .img[data-v-ccc8aa1c]{width:3.31rem;height:3.31rem;background-color:#fff;border-radius:.31rem;margin-top:1.91rem}.contenBox .img img[data-v-ccc8aa1c]{width:100%;height:100%;border-radius:.31rem}.listbox[data-v-ccc8aa1c]{width:23.44rem;background-color:#fff;border-radius:.63rem .63rem 0 0;margin:0 auto;margin-top:-.41rem;padding-bottom:2rem}.listbox .list[data-v-ccc8aa1c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 .91rem;-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-top:1.06rem;padding-bottom:1rem}.listbox .list .right[data-v-ccc8aa1c]{font-size:.88rem;color:#f14e4e}.listbox .list .left[data-v-ccc8aa1c]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.listbox .list .left[data-v-ccc8aa1c],.listbox .list .left .member[data-v-ccc8aa1c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.listbox .list .left .member[data-v-ccc8aa1c]{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.listbox .list .left .member .time[data-v-ccc8aa1c]{color:#818181}.listbox .list .left .img[data-v-ccc8aa1c]{width:2.19rem;height:2.19rem;background-color:#c2c2c2;margin-right:.63rem;border-radius:100%}.listbox .list .left .img img[data-v-ccc8aa1c]{width:100%;height:100%}.listbox .top[data-v-ccc8aa1c]{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;height:2.81rem;margin:0 .94rem;border-bottom:1px solid #f2f2f2;font-size:.75rem}.listbox .top .viewbox[data-v-ccc8aa1c]{width:50%;text-align:center}.listbox .top .viewbox span[data-v-ccc8aa1c]{color:#f14e4e;font-size:.75rem}",""]),e.exports=t}}]); |