1 line
5.5 KiB
JavaScript
1 line
5.5 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d079a466"],{"1b96":function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,".isPcBtn[data-v-30fb533f]{width:375px!important;left:50%!important;-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.reason[data-v-30fb533f]{margin-top:.5rem;text-align:left;background:#fff;color:#797979;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden}.my-promulgator-mangae .box[data-v-30fb533f]{background:#fff;margin:.5rem 0;padding:.75rem}.my-promulgator-mangae .list-item[data-v-30fb533f]{background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.my-promulgator-mangae .item-right[data-v-30fb533f]{margin-left:.375rem;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-top:.4063rem;text-align:left}.my-promulgator-mangae .title[data-v-30fb533f]{font-size:.9rem}.my-promulgator-mangae .btn[data-v-30fb533f]{background:#fff;border-color:#ff9c43;font-size:.8rem;color:#ff9c43;border-radius:1.0938rem}.my-promulgator-mangae .fw-500[data-v-30fb533f]{font-weight:500}.my-promulgator-mangae .content[data-v-30fb533f]{color:#999;font-size:.9rem;margin-top:.75rem;margin-bottom:.5rem}.my-promulgator-mangae .flex-between[data-v-30fb533f]{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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.my-promulgator-mangae .fz32[data-v-30fb533f]{font-size:1rem}.my-promulgator-mangae .time[data-v-30fb533f]{background:#ffeedf;color:#ff9c43;font-size:.6875rem;padding:.3125rem .375rem}",""]),t.exports=e},"368e":function(t,e,a){var i=a("1b96");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("499e").default;n("c5e78a38",i,!0,{sourceMap:!1,shadowMode:!1})},"5e4c":function(t,e,a){"use strict";a("368e")},ac0d:function(t,e,a){"use strict";a.d(e,"a",(function(){return o}));var i=document.documentElement,n=document.body,o={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(){}}}},d640: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:"my-promulgator-mangae"},[a("c-title",{attrs:{text:"需求管理"}}),a("van-tabs",{attrs:{color:"#4978F8","title-active-color":"#4978F8"},on:{click:t.change},model:{value:t.active,callback:function(e){t.active=e},expression:"active"}},[a("van-tab",{attrs:{title:"已上架",name:1}}),a("van-tab",{attrs:{title:"待审核",name:0}}),a("van-tab",{attrs:{title:"审核驳回",name:-1}})],1),a("div",{staticClass:"list"},t._l(t.list,(function(e){return a("router-link",{key:e.id,staticClass:"box",attrs:{tag:"div",to:t.fun.getUrl("anytimeDemand",{type:2,demand_id:e.id})}},[a("div",{staticClass:"list-item"},[a("van-image",{staticStyle:{"border-radius":"0.25rem",overflow:"hidden"},attrs:{width:"6.8125rem",height:"6.8125rem",src:e.image_url}}),a("div",{staticClass:"item-right"},[a("p",{staticClass:"title"},[t._v(t._s(e.title))]),a("p",{staticClass:"content"},[t._v(t._s(e.content))]),a("p",{staticClass:"time"},[t._v("服务时间:"+t._s(e.start_time_str)+"-"+t._s(e.finish_time_str))]),a("div",{staticClass:"flex-between",staticStyle:{"margin-top":"0.5625rem"}},[a("div",{staticStyle:{color:"#ff9c43"}},[a("span",[t._v(t._s(t.$i18n.t("money")))]),a("span",{staticClass:"fz32 fw-500"},[t._v(t._s(e.service_fee))])]),a("van-button",{staticClass:"btn",attrs:{size:"small"},on:{click:function(a){return a.stopPropagation(),t.check_order(e.order_id)}}},[t._v("查看订单")])],1)])],1),-1==t.active?a("p",{staticClass:"reason"},[a("span",{staticStyle:{"flex-shrink":"0"}},[t._v("驳回原因:")]),a("span",{staticStyle:{"text-overflow":"ellipsis",overflow:"hidden","white-space":"nowrap"}},[t._v(t._s(e.reason))])]):t._e()])})),1)],1)},n=[],o=(a("4056"),a("44bf")),r=(a("14d9"),a("99af"),a("ac0d")),s={components:{VanImage:o["a"]},mixins:[r["a"]],activated:function(){this.getData()},data:function(){return{active:1,page:1,list:[],total_page:1,isLoadMore:!0}},methods:{check_order:function(t){this.$router.push(this.fun.getUrl("anyOrderDetail",{type:"individual",order_id:t}))},change:function(){this.getData()},getMoreData:function(){if(this.isLoadMore=!1,!(this.page>=this.total_page)){var t=this.page+1;this.getData(t)}},getData:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1;$http.get("plugin.be-within-call.frontend.publish.need",{state:this.active,page:e},"").then((function(a){t.isLoadMore=!0,a.result?(t.page=a.data.current_page,t.total_page=a.data.last_page,t.list=1==e?a.data.data:t.list.concat(a.data.data)):t.$toast(a.msg)}))}}},l=s,c=(a("5e4c"),a("2877")),f=Object(c["a"])(l,i,n,!1,null,"30fb533f",null);e["default"]=f.exports}}]); |