1 line
12 KiB
JavaScript
1 line
12 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-9db3834c"],{"1a46":function(t,e,a){var o=a("7950");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("499e").default;i("782fce7a",o,!0,{sourceMap:!1,shadowMode:!1})},"50b5":function(t,e,a){"use strict";var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"group-item"},[a("h3",[t._v(t._s(t.title))]),a("div",{staticClass:"group-watch flex"},[t.datumObj.groupName&&!t.chatId?a("div",{staticClass:"watch"},[a("h4",{staticClass:"flex-a-c"},[t._v(" "+t._s(t.datumObj.groupName)+" "),t._t("look")],2),a("p",[t._v(t._s(t.datumObj.send_group_count))])]):t._e(),t.datumObj.viewName?a("div",{staticClass:"watch"},[a("h4",[t._v(t._s(t.datumObj.viewName))]),a("p",[t._v(t._s(t.datumObj.watch_count))])]):t._e(),t.datumObj.finishName?a("div",{staticClass:"watch"},[a("h4",{staticClass:"flex-a-c"},[t._v(t._s(t.datumObj.finishName))]),a("p",[t._v(t._s(t.datumObj.watch_finish_count))])]):t._e(),t.datumObj.answerName?a("div",{staticClass:"watch"},[a("h4",[t._v(t._s(t.datumObj.answerName))]),a("p",[t._v(t._s(t.datumObj.reply_right_count))])]):t._e(),t.datumObj.packethName?a("div",{staticClass:"watch packet"},[a("h4",{staticClass:"flex-a-c"},[t._v(t._s(t.datumObj.packethName)),t._t("look")],2),a("p",[t._v(t._s(t.datumObj.reward_price||"0.00"))])]):t._e()])])},i=[],r={props:["title","datumObj","chatId"],name:"",components:{},data:function(){return{}},computed:{},watch:{},methods:{},created:function(){},mounted:function(){},beforeCreate:function(){},beforeMount:function(){},beforeUpdate:function(){},updated:function(){},beforeDestroy:function(){},destroyed:function(){},activated:function(){}},n=r,c=(a("6e6d"),a("2877")),s=Object(c["a"])(n,o,i,!1,null,"65a606b2",null);e["a"]=s.exports},"58a0":function(t,e,a){"use strict";a.r(e);var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"group-data-page"},[a("c-title",{attrs:{hide:!1,text:"群会员"}}),a("van-search",{attrs:{shape:"round",placeholder:"搜索群会员"},on:{input:t.searchChange},model:{value:t.keyword,callback:function(e){t.keyword=e},expression:"keyword"}}),a("div",{staticClass:"group-data"},t._l(t.memberList,(function(e,o){return a("block",{key:o},[a("div",{staticClass:"group-item"},[a("h3",[t._v(t._s(e.group_name))]),a("div",{staticClass:"group-watch flex"},[a("div",{staticClass:"watch"},[a("h4",[t._v("新增会员")]),a("p",[t._v(t._s(e.new_member_count))])]),a("div",{staticClass:"watch"},[a("h4",[t._v("已进群会员")]),a("p",[t._v(t._s(e.join_member_count))])]),a("div",{staticClass:"watch"},[a("h4",[t._v("未进群会员")]),a("p",[t._v(t._s(e.not_join_group_count))])]),a("div",{staticClass:"watch"},[a("h4",[t._v("已退群会员")]),a("p",[t._v(t._s(e.out_member_count))])]),a("div",{staticClass:"watch"},[a("h4",[t._v("黑名单数据")]),a("p",[t._v(t._s(e.black_member_count))])])])])])})),1),a("div",{staticClass:"h-50"}),a("footer-tabbar")],1)},i=[],r=a("2909"),n=a("5530"),c=(a("99af"),a("50b5")),s=a("97fa"),d=a("ac0d"),l={name:"",components:{groupItem:c["a"],footerTabbar:s["a"]},mixins:[d["a"]],data:function(){return{value:"",active:1,chatStrId:"",isLoadMore:!0,total_page:0,page:1,keyword:"",memberList:[]}},computed:{},watch:{},methods:{searchChange:function(t){var e=this;this.page=1,this.keyword=t,this.timer&&clearTimeout(this.timer),this.timer=setTimeout((function(){e.debounce(e.getMemberList())}),500)},getMemberList:function(){var t=this,e={page:this.page,keyword:this.keyword,chat_str_id:this.chatStrId};("work"===this.fun.getKey("client")||window.localStorage.getItem("client"))&&(e=Object(n["a"])(Object(n["a"])({},this.getConfig),e)),$http.post("plugin.wechat-video-courses.frontend.controller.manage.record.group-member",e,"加载中..").then((function(e){if(1==e.result){var a=e.data,o=a.group_statistics.data;t.isLoadMore=!0,t.total_page=a.group_statistics.last_page,t.total_page||(t.query.page=0),t.memberList=o}else t.page=t.page-1,t.isLoadMore=!1,t.$dialog.alert({message:e.msg})}))},getMoreData:function(){var t=this;if(this.isLoadMore=!1,!(this.page>=this.total_page)){this.page=this.page+1;var e={page:this.page,keyword:this.keyword,chat_str_id:this.chatStrId};("work"===this.fun.getKey("client")||window.localStorage.getItem("client"))&&(e=Object(n["a"])(Object(n["a"])({},this.getConfig),e)),$http.post("plugin.wechat-video-courses.frontend.controller.manage.record.group-member",e,"加载中").then((function(e){if(t.isLoadMore=!0,1===e.result){var a=e.data,o=a.group_statistics.data;t.memberList=[].concat(Object(r["a"])(t.memberList),Object(r["a"])(o))}else t.page=t.page-1,t.isLoadMore=!1}),(function(t){}))}},debounce:function(t,e){var a,o;return function(i){var r=this,n=arguments,c=+new Date;a&&c<a+e?(clearTimeout(o),o=setTimeout((function(){a=c,t.apply(r,n)}),e)):(a=c,t.apply(r,n))}}},created:function(){("work"===this.fun.getKey("client")||window.localStorage.getItem("client"))&&(this.chatStrId=window.localStorage.getItem("chat_id")||"")},mounted:function(){},beforeCreate:function(){},beforeMount:function(){},beforeUpdate:function(){},updated:function(){},beforeDestroy:function(){},destroyed:function(){},activated:function(){this.active=1,this.getMemberList()}},u=l,f=u,h=(a("9375"),a("2877")),p=Object(h["a"])(f,o,i,!1,null,"62335437",null);e["default"]=p.exports},6285:function(t,e,a){var o=a("9ff6d");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("499e").default;i("42bb2660",o,!0,{sourceMap:!1,shadowMode:!1})},"69f6":function(t,e,a){var o=a("24fb");e=o(!1),e.push([t.i,".group-item[data-v-65a606b2]{padding:.75rem .75rem 0 .75rem;background-color:#fff;border-radius:.75rem .75rem .75rem .75rem;margin:0 0 .625rem 0}.group-item h3[data-v-65a606b2]{font-weight:700;color:#00001c;font-size:1rem;line-height:1rem;padding:0 0 .75rem 0;border-bottom:.0625rem solid #f0f0f1;text-align:left}.group-item .group-watch[data-v-65a606b2]{padding:1rem 0 .8125rem 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.group-item .group-watch .watch[data-v-65a606b2]{-webkit-box-flex:0;-webkit-flex:0 0 33.3%;-ms-flex:0 0 33.3%;flex:0 0 33.3%}.group-item .group-watch .watch h4[data-v-65a606b2]{font-size:.75rem;line-height:.75rem;color:#6e6e79;padding-bottom:.3125rem;text-align:left}.group-item .group-watch .watch p[data-v-65a606b2]{text-align:left;color:#00001c;line-height:1.25rem;font-weight:700}.group-item .group-watch .packet[data-v-65a606b2]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}",""]),t.exports=e},"6e6d":function(t,e,a){"use strict";a("84ee")},7950:function(t,e,a){var o=a("24fb");e=o(!1),e.push([t.i,".footer-tabbar[data-v-252c15dc] .van-tabbar{width:375px;margin:0 auto;right:50%;left:auto;margin-right:-187.5px}.iphoneXStyle[data-v-252c15dc] .van-tabbar{bottom:14px}",""]),t.exports=e},"84ee":function(t,e,a){var o=a("69f6");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("499e").default;i("888e1c80",o,!0,{sourceMap:!1,shadowMode:!1})},"8bd87":function(t,e,a){"use strict";a("9719")},9375:function(t,e,a){"use strict";a("6285")},9719:function(t,e,a){var o=a("b0cb");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var i=a("499e").default;i("4d9aa34c",o,!0,{sourceMap:!1,shadowMode:!1})},"97fa":function(t,e,a){"use strict";var o=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"footer-tabbar"},[a("nav",{staticClass:"tabbar nav-class set-pc-style",class:[t.fun.isIphoneX()?"iphoneXStyle":""]},[a("router-link",{attrs:{to:t.fun.getUrl("courseMember")}},[a("div",{staticClass:"flex tabBar-box"},[a("div",{staticClass:"tabbar-icon iconfont icon-zb_zhiboing"}),a("div",[t._v("数据")])])]),a("router-link",{attrs:{to:t.fun.getUrl("groupMember")}},[a("div",{staticClass:"flex tabBar-box"},[a("div",{staticClass:"tabbar-icon iconfont icon-fontclass-huiyuanzhongxin"}),a("div",[t._v("群会员")])])]),a("router-link",{attrs:{to:t.fun.getUrl("classifyCourse")}},[a("div",{staticClass:"flex tabBar-box"},[a("div",{staticClass:"tabbar-icon iconfont icon-icon_dingdan_1"}),a("div",[t._v("课程")])])])],1)])},i=[],r={name:"",props:["active"],components:{},data:function(){return{}},computed:{},watch:{},methods:{},created:function(){},mounted:function(){},activated:function(){}},n=r,c=(a("9d743"),a("8bd87"),a("2877")),s=Object(c["a"])(n,o,i,!1,null,"252c15dc",null);e["a"]=s.exports},"9d743":function(t,e,a){"use strict";a("1a46")},"9ff6d":function(t,e,a){var o=a("24fb");e=o(!1),e.push([t.i,".h-50[data-v-62335437]{height:50px;clear:both}.group-data[data-v-62335437]{margin:.625rem .75rem 0 .75rem}.group-data .group-item[data-v-62335437]{padding:.75rem .75rem 0 .75rem;background-color:#fff;border-radius:.75rem .75rem .75rem .75rem;margin:0 0 .625rem 0}.group-data .group-item h3[data-v-62335437]{font-weight:700;color:#00001c;font-size:1rem;line-height:1rem;padding:0 0 .75rem 0;border-bottom:.0625rem solid #f0f0f1;text-align:left}.group-data .group-item .group-watch[data-v-62335437]{padding:1rem 0 .8125rem 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.group-data .group-item .group-watch .watch[data-v-62335437]{-webkit-box-flex:0;-webkit-flex:0 0 33.3%;-ms-flex:0 0 33.3%;flex:0 0 33.3%;padding:0 0 21px 0}.group-data .group-item .group-watch .watch[data-v-62335437]:nth-last-child(-n+2){padding:0}.group-data .group-item .group-watch .watch h4[data-v-62335437]{font-size:.75rem;line-height:.75rem;color:#6e6e79;padding-bottom:.3125rem;text-align:left}.group-data .group-item .group-watch .watch p[data-v-62335437]{text-align:left;color:#00001c;line-height:1.25rem;font-weight:700}",""]),t.exports=e},ac0d:function(t,e,a){"use strict";a.d(e,"a",(function(){return r}));var o=document.documentElement,i=document.body,r={data:function(){return{}},activated:function(){window.addEventListener("scroll",this.handleScroll)},deactivated:function(){window.removeEventListener("scroll",this.handleScroll)},methods:{getScrollTop:function(){var t=0;return o&&o.scrollTop?t=o.scrollTop:i&&(t=i.scrollTop),t},getClientHeight:function(){var t=0;return t=i.clientHeight&&o.clientHeight?Math.min(i.clientHeight,o.clientHeight):Math.max(i.clientHeight,o.clientHeight),t},getScrollHeight:function(){return Math.max(i.scrollHeight,o.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(){}}}},b0cb:function(t,e,a){var o=a("24fb");e=o(!1),e.push([t.i,".tabbar[data-v-252c15dc]{display:grid;grid-template-columns:repeat(3,33.3%);-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;position:fixed;z-index:999;bottom:0;left:0;width:100%;height:3.4375rem;background:#fff;-webkit-box-shadow:0 -.125rem .25rem 0 hsla(0,0%,57.3%,.1);box-shadow:0 -.125rem .25rem 0 hsla(0,0%,57.3%,.1)}.tabbar .tabBar-box[data-v-252c15dc]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.tabbar .tabbar-icon[data-v-252c15dc]{font-size:19px;vertical-align:sub;padding-bottom:4px}.tabbar .icon-fontclass-huiyuanzhongxin[data-v-252c15dc],.tabbar .icon-zb_zhiboing[data-v-252c15dc]{font-size:19px}.tabbar .icon-icon_dingdan_1[data-v-252c15dc]{font-size:1.1875rem}.tabbar a[data-v-252c15dc]{display:block;color:#6e6e79}.tabbar a.active[data-v-252c15dc]{color:#f15353}.tabbar-placeholder[data-v-252c15dc]{height:3.4375rem;background:transparent}.tabbar .circle-add[data-v-252c15dc]{font-size:2rem;color:#f15353}",""]),t.exports=e}}]); |