1 line
10 KiB
JavaScript
1 line
10 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1ccd3f3f","chunk-2d0d83d6"],{"0cae":function(t,e,a){var i=a("e23f");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("499e").default;n("6abea87a",i,!0,{sourceMap:!1,shadowMode:!1})},"3e91":function(t,e,a){"use strict";a("b0c0"),a("99af");var i=a("ac0d"),n=a("eb17");e["a"]={mixins:[i["a"]],data:function(){return{listData:[],isLoadMore:!0,page:1,last_page:1}},activated:function(){var t=JSON.parse(localStorage.getItem("myLocation"));if(t&&(this.myLocation=t),this.lawyerId=this.$route.params.id,"lawyerSearch"==this.$route.name&&(this.lawyerId=this.$route.query.id),0==this.request)return!1;this.httpUrl&&this.getdata()},methods:{initdata:function(){this.page=1,this.listData=[]},getdata:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";this.initdata();var a={};this.lawyerId&&"lawyerSearch"!==this.$route.name&&(a.id=this.lawyerId),e&&(a={id:this.lawyerId,name:e}),"lawyerSearch"==this.$route.name&&("距离"!==this.text&&(a.distance_type="由近到远"==this.text?1:2,a.lng=this.myLocation.point.lng,a.lat=this.myLocation.point.lat),a.category_id=this.lawyerId),"lawyerConsult"==this.$route.name&&(a.goods_type=this.$route.params.consult_type),$http.post(this.httpUrl,a,"正在加载中...").then((function(e){var a=e.result,i=e.msg,n=e.data;a?(t.listData=n.list.data,t.last_page=n.list.last_page):t.$toast(i)}))},getMoreData:function(){var t=this;if(this.isLoadMore=!1,!(this.page>=this.last_page)){var e=this.page+1,a={page:e};"lawyerConsult"==this.$route.name&&(a.goods_type=this.$route.params.consult_type),$http.post(this.httpUrl,a,"正在加载更多数据中...").then((function(a){var i=a.result,n=a.msg,s=a.data;t.isLoadMore=!0,i?(t.page=e,t.listData=t.listData.concat(s.list.data)):t.$toast(n)}))}}},watch:{search:function(t){var e=this;this.timerId&&clearTimeout(this.timerId),this.timerId=setTimeout((function(){e.getdata(t)}),300)},lawyers:function(t){t&&t.length>0&&(this.listData=t)},immediate:!0},components:{yzBlank:n["default"]}}},6853:function(t,e,a){var i=a("f2ea");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var n=a("499e").default;n("7e9d34ca",i,!0,{sourceMap:!1,shadowMode:!1})},"79db":function(t,e,a){t.exports=a.p+"static/app/img/empty-image-search.ef236a93.png"},"8122d":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",{class:{isPc:t.fun.isPc()},attrs:{id:"enterprise"}},[a("c-title",{attrs:{hide:!1,text:"企业管理"}}),a("van-tabs",{model:{value:t.active,callback:function(e){t.active=e},expression:"active"}},[a("van-tab",{attrs:{title:"企业列表",name:"index"}}),a("van-tab",{attrs:{title:"商务服务",name:"services"}})],1),a("keep-alive",[a(t.active,{tag:"components"})],1),a("div",{staticClass:"btn"},[a("van-button",{attrs:{color:"#daa032"},on:{click:t.handle}},[t._v("添加企业")])],1)],1)},n=[],s=a("5530"),r=(a("d3b7"),a("3ca3"),a("ddb0"),a("b0c0"),a("a434"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t._l(t.listData,(function(e,i){return a("div",{key:i,staticClass:"info"},[a("div",{staticClass:"flex align-items-center"},[a("img",{attrs:{src:e.logo_img_image,alt:""}}),a("div",{staticClass:"name"},[t._v(t._s(e.name))])]),a("div",{staticClass:"operation"},[a("span",{staticClass:"mr-1",on:{click:function(a){return t.edit(e.id)}}},[a("i",{staticClass:"iconfont icon-fontclass-xiugai"})]),a("span",{on:{click:function(a){return t.del_enterprise(e,i)}}},[a("i",{staticClass:"iconfont icon-fontclass-shanchu"})])])])})),a("yz-blank",{attrs:{datas:t.listData}})],2)}),o=[],l=a("3e91"),c={mixins:[l["a"]],data:function(){return{current_statue:!0,name:"",logo:"",httpUrl:"plugin.lawyer-platform.frontend.controllers.business.getBusiness"}},methods:{edit:function(t){this.$router.push(this.fun.getUrl("enterpriseEdit",{id:t}))},del_enterprise:function(t,e){var a=this,i=t.name,n=t.id;this.$dialog.confirm({title:"删除",message:"是否删除"+i}).then((function(t){$http.post("plugin.lawyer-platform.frontend.controllers.business.delete",{id:n}).then((function(t){var i=t.result,n=t.msg;i&&a.listData.splice(e,1),a.$toast(n)}))}))}}},d=c,p=(a("bdd2"),a("2877")),u=Object(p["a"])(d,r,o,!1,null,"4625075e",null),f=u.exports,h={components:{index:f,services:function(){return a.e("chunk-124484f4").then(a.bind(null,"a642"))}},data:function(){return{active:"index",current_statue:!0,name:"",logo:"",httpUrl:"plugin.lawyer-platform.frontend.controllers.business.getBusiness"}},methods:{to:function(){this.$router.push({path:"/diyform/1",query:Object(s["a"])({},this.$route.query)})},edit:function(t){this.$router.push(this.fun.getUrl("enterpriseEdit",{id:t}))},handle:function(){this.$router.push(this.fun.getUrl("enterpriseAdd"))},del_enterprise:function(t,e){var a=this,i=t.name,n=t.id;this.$dialog.confirm({title:"删除",message:"是否删除"+i}).then((function(t){$http.post("plugin.lawyer-platform.frontend.controllers.business.delete",{id:n}).then((function(t){var i=t.result,n=t.msg;i&&a.listData.splice(e,1),a.$toast(n)}))}))}}},m=h,b=(a("e519"),Object(p["a"])(m,i,n,!1,null,"cd243c30",null));e["default"]=b.exports},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(){}}}},bdd2:function(t,e,a){"use strict";a("0cae")},e23f:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,".main[data-v-4625075e]{padding:1rem}.serve[data-v-4625075e]{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;margin-bottom:1rem}.serve[data-v-4625075e] .van-button{width:3.9rem;height:1.5rem;border-radius:.8rem;color:#daa032;border:1px solid #daa032}.flex[data-v-4625075e]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.align-items-center[data-v-4625075e]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.name[data-v-4625075e]{margin-left:.571rem;font-size:1rem}#enterprise[data-v-4625075e]{background:#fff}#enterprise .info[data-v-4625075e]{padding:1rem;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}#enterprise[data-v-4625075e] .van-tabs__line{background-color:#daa032}#enterprise[data-v-4625075e] .van-tab--active{color:#daa032!important}#enterprise .btn[data-v-4625075e]{position:fixed;width:100vw;bottom:0;background-color:#fff;-webkit-box-shadow:0 -2px 7px 0 hsla(0,0%,83.5%,.59);box-shadow:0 -2px 7px 0 hsla(0,0%,83.5%,.59);padding:.5714rem 1.7857rem}#enterprise .btn[data-v-4625075e] .van-button--normal{width:100%;border-radius:.3571rem}img[data-v-4625075e]{margin:0;width:2rem;height:2rem;-o-object-fit:cover;object-fit:cover;border-radius:100px}.operation[data-v-4625075e]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operation span[data-v-4625075e]{width:2rem;height:2rem;line-height:2rem;border-radius:100px;background-color:#fdf1cf}.mr-1[data-v-4625075e]{margin-right:1rem}i.iconfont[data-v-4625075e]{color:#daa032;font-size:1rem}",""]),t.exports=e},e519:function(t,e,a){"use strict";a("6853")},f2ea:function(t,e,a){var i=a("24fb");e=i(!1),e.push([t.i,".isPc[data-v-cd243c30]{max-width:375px}.main[data-v-cd243c30]{padding:1rem}.serve[data-v-cd243c30]{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;margin-bottom:1rem}.serve[data-v-cd243c30] .van-button{width:3.9rem;height:1.5rem;border-radius:.8rem;color:#daa032;border:1px solid #daa032}.flex[data-v-cd243c30]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.align-items-center[data-v-cd243c30]{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.name[data-v-cd243c30]{margin-left:.571rem;font-size:1rem}#enterprise[data-v-cd243c30]{position:relative;height:100vh;background:#fff}#enterprise .info[data-v-cd243c30]{padding:1rem;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}#enterprise[data-v-cd243c30] .van-tabs__line{background-color:#daa032}#enterprise[data-v-cd243c30] .van-tab--active{color:#daa032!important}#enterprise .btn[data-v-cd243c30]{position:absolute;width:100%;bottom:0;background-color:#fff;-webkit-box-shadow:0 -2px 7px 0 hsla(0,0%,83.5%,.59);box-shadow:0 -2px 7px 0 hsla(0,0%,83.5%,.59);padding:.5714rem 1.7857rem}#enterprise .btn[data-v-cd243c30] .van-button--normal{width:100%;border-radius:.3571rem}img[data-v-cd243c30]{margin:0;width:2rem;height:2rem;-o-object-fit:cover;object-fit:cover;border-radius:100px}.operation[data-v-cd243c30]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.operation span[data-v-cd243c30]{width:2rem;height:2rem;line-height:2rem;border-radius:100px;background-color:#fdf1cf}.mr-1[data-v-cd243c30]{margin-right:1rem}i.iconfont[data-v-cd243c30]{color:#daa032;font-size:1rem}",""]),t.exports=e}}]); |