1 line
3.4 KiB
JavaScript
1 line
3.4 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6479a424"],{4926:function(t,e,a){"use strict";a("9ec3")},"5d78":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,".all[data-v-7b2a485c]{color:#636363}.name[data-v-7b2a485c]{margin-left:.5rem}#message[data-v-7b2a485c]{background-color:#fff}.avatar[data-v-7b2a485c],.main[data-v-7b2a485c]{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}.main[data-v-7b2a485c]{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #f1f1f1}",""]),t.exports=e},"9ec3":function(t,e,a){var i=a("5d78");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("499e").default;n("3190469b",i,!0,{sourceMap:!1,shadowMode:!1})},ac0d:function(t,e,a){"use strict";a.d(e,"a",(function(){return s}));var i=document.documentElement,n=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 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(){}}}},cf31: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:"message"}},[a("c-title",{attrs:{hide:!1,text:"消息"}}),t._l(t.list,(function(e){return a("div",{key:e.id,staticClass:"main",on:{click:function(a){return t.link(e)}}},[a("div",{staticClass:"avatar"},[a("van-image",{attrs:{width:"3.5rem",height:"3.5rem",round:"",src:e.avatar_image}}),a("span",{staticClass:"name"},[t._v(t._s(e.name))])],1),a("div",{staticClass:"all",on:{click:t.link}},[t._v(" 全部消息 > ")])])}))],2)},n=[],s=(a("4056"),a("44bf")),o=(a("99af"),a("14d9"),a("ac0d")),l={mixins:[o["a"]],data:function(){return{id:"",list:[],last_page:1,current_page:1,isLoadMore:!0}},activated:function(){this.isLoadMore=!0,this.id=this.$route.params.id,this.getData()},methods:{getMoreData:function(){var t=this;if(this.isLoadMore=!1,this.current_page>=this.last_page)return!1;$http.post("plugin.lawyer-platform.frontend.controllers.message.getList",json).then((function(e){t.isLoadMore=!0,1==e.result&&(t.list=t.list.concat(e.data.list.data),t.current_page=e.data.list.current_page,t.last_page=e.data.list.last_page)}))},getData:function(){var t=this;$http.post("plugin.lawyer-platform.frontend.controllers.message.getLawyerList",{id:this.id}).then((function(e){e.result?(t.last_page=e.data.list.last_page,t.list=e.data.list.data):t.$toast(e.msg)}))},link:function(t){this.$router.push(this.fun.getUrl("lawyerChart",{},{l_id:t.id,message_type:3}))}},components:{VanImage:s["a"]}},r=l,c=(a("4926"),a("2877")),d=Object(c["a"])(r,i,n,!1,null,"7b2a485c",null);e["default"]=d.exports}}]); |