1 line
6.8 KiB
JavaScript
1 line
6.8 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-3c2233e3"],{"30fac":function(t,i,e){"use strict";e.r(i);var a=function(){var t=this,i=t.$createElement,a=t._self._c||i;return a("div",{attrs:{id:"distribution"}},[a("c-title",{attrs:{hide:!1,text:"活动列表"}}),a("div",{staticClass:"search"},[a("div",{staticClass:"search-box"},[a("form",{attrs:{action:"#"},on:{submit:function(t){t.preventDefault()}}},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.keyword,expression:"keyword"}],staticStyle:{width:"150%"},attrs:{type:"search",placeholder:"搜索活动标题"},domProps:{value:t.keyword},on:{input:function(i){i.target.composing||(t.keyword=i.target.value)}}})]),a("i",{staticClass:"iconfont icon-sousuo1",staticStyle:{color:"#ccc"},on:{click:t.search}})])]),a("div",{staticClass:"new"},[t.list.length>0?a("div",{staticClass:"list"},t._l(t.list,(function(i,e){return a("div",{key:e,staticClass:"list-li",on:{click:function(i){return t.gotoDetail(e)}}},[a("div",{staticClass:"img"},[a("img",{attrs:{src:i.cover,alt:""}})]),a("div",{staticClass:"content"},[a("div",{staticClass:"content-word"},[t._v(" "+t._s(i.title)+" ")]),a("div",{staticClass:"price"},[t._v(" "+t._s(i.join_num?i.join_num:0)+" 人参与 ")])])])})),0):a("div",[a("img",{staticStyle:{width:"5rem",height:"5rem"},attrs:{src:e("8798"),alt:""}})])])],1)},o=[],s=(e("e7e5"),e("d399")),r=(e("f1dc"),e("6e47")),n=(e("ac1f"),e("841c"),e("99af"),e("6968")),l=e("8bbf"),c=e.n(l),d=e("ac0d");c.a.use(r["a"]);var f={mixins:[d["a"]],data:function(){return{keyword:"",list:[],isLoadMore:!0,page:1,total_page:0}},activated:function(){this.keyword="",this.list=[],this.search()},methods:{search:function(){var t=this;$http.post("plugin.commission-activity.api.index.activity-search",{keyword:this.keyword},"").then((function(i){if(1===i.result){var e=i.data;t.list=e.data,t.page=e.current_page,t.total_page=e.last_page}else Object(s["a"])(i.msg)}),(function(t){})).catch((function(t){}))},getMoreData:function(){var t=this;this.isLoadMore=!1,this.page>=this.total_page||(this.page=this.page+1,$http.post("plugin.commission-activity.api.index.activity-search",{page:this.page}).then((function(i){if(t.isLoadMore=!0,1===i.result){var e=i.data.activity.data;t.activity_list=t.datas.concat(e)}else t.page=t.page-1,t.isLoadMore=!1}),(function(t){})).catch((function(t){})))},gotoDetail:function(t){this.$router.push(this.fun.getUrl("DistributionActivityDetail",{id:this.list[t].id}))}},components:{cTitle:n["a"]}},h=f,u=h,m=(e("eb08"),e("2877")),g=Object(m["a"])(u,a,o,!1,null,"051ff24a",null);i["default"]=g.exports},8798:function(t,i,e){t.exports=e.p+"static/app/img/no-more-product.f4632785.png"},"9e33":function(t,i,e){var a=e("c2a4");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var o=e("499e").default;o("6893500f",a,!0,{sourceMap:!1,shadowMode:!1})},ac0d:function(t,i,e){"use strict";e.d(i,"a",(function(){return s}));var a=document.documentElement,o=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 a&&a.scrollTop?t=a.scrollTop:o&&(t=o.scrollTop),t},getClientHeight:function(){var t=0;return t=o.clientHeight&&a.clientHeight?Math.min(o.clientHeight,a.clientHeight):Math.max(o.clientHeight,a.clientHeight),t},getScrollHeight:function(){return Math.max(o.scrollHeight,a.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(){}}}},c2a4:function(t,i,e){var a=e("24fb");i=a(!1),i.push([t.i,"#distribution[data-v-051ff24a]{background:#fff;min-height:100vh}#distribution #search[data-v-051ff24a]{background:#fff;padding:.375rem 1.25rem}#distribution #search #soso[data-v-051ff24a]{width:100%;height:1.75rem;line-height:1.75rem;background:#f5f5f5;padding:0 .625rem;text-align:left;border-radius:1rem;color:#8c8c8c;margin-top:.5rem}#distribution #search #soso i[data-v-051ff24a]{color:#999;line-height:1.75rem;margin-right:.375rem;font-size:16px}#distribution #search #soso i.style1[data-v-051ff24a]{float:right}#distribution .new[data-v-051ff24a]{margin:0 .5rem}#distribution .new .list[data-v-051ff24a]{margin:.5rem 0}#distribution .new .list .list-li[data-v-051ff24a]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:.5rem;width:100%}#distribution .new .list .list-li .img[data-v-051ff24a]{-webkit-box-flex:0;-webkit-flex:0 0 7rem;-ms-flex:0 0 7rem;flex:0 0 7rem;height:7rem;margin-right:.5rem}#distribution .new .list .list-li .img img[data-v-051ff24a]{width:100%;height:100%}#distribution .new .list .list-li .content[data-v-051ff24a]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;text-align:left;position:relative;height:7rem}#distribution .new .list .list-li .content .content-word[data-v-051ff24a]{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}#distribution .new .list .list-li .content .price[data-v-051ff24a]{display:inline-block;background:#fca830;background:-webkit-gradient(linear,left top,right top,from(#fca830),to(#ff7554));background:-webkit-linear-gradient(left,#fca830,#ff7554);background:linear-gradient(90deg,#fca830 0,#ff7554);border-top-right-radius:1rem;border-bottom-right-radius:1rem;color:#fff;padding:.25rem .5rem;position:absolute;bottom:0}#distribution .search[data-v-051ff24a]{height:2.8125rem;margin-top:2.5rem;line-height:2.8125rem;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;background:#fff}#distribution .search .back[data-v-051ff24a]{width:2.8125rem}#distribution .search .back i[data-v-051ff24a]{line-height:2.8125rem;font-size:1.5rem}#distribution .search .search-box[data-v-051ff24a]{position:relative;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;width:85%;margin-left:7.5%;margin-top:.5rem;padding:0 .625rem;background-color:#f2f2f2;height:1.75rem;line-height:1.75rem;border-radius:.875rem}#distribution .search .search-box input[data-v-051ff24a]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;line-height:1.75rem;border:none;color:#333}#distribution .search .search-box i[data-v-051ff24a]{position:absolute;right:1rem;-webkit-box-flex:0;-webkit-flex:0 0 1.5rem;-ms-flex:0 0 1.5rem;flex:0 0 1.5rem}",""]),t.exports=i},eb08:function(t,i,e){"use strict";e("9e33")}}]); |