1 line
5.9 KiB
JavaScript
1 line
5.9 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4008c887"],{"06f4":function(t,e,i){var n=i("24fb");e=n(!1),e.push([t.i,".coffee_machine_nearby[data-v-1f22e748]{padding:.75rem;-webkit-box-sizing:border-box;box-sizing:border-box}.coffee_machine_nearby .title[data-v-1f22e748]{text-align:left;font-size:.94rem;font-weight:700;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}.coffee_machine_nearby .title .txt[data-v-1f22e748]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.coffee_machine_nearby .title .icon-icon_more[data-v-1f22e748]{font-size:.375rem;margin-left:.25rem}.list[data-v-1f22e748]{background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.75rem;margin-top:.5rem;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;padding:.75rem}.list .left[data-v-1f22e748]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden}.list .left .left_bottom[data-v-1f22e748]{margin-top:.75rem;font-size:.75rem;color:#999}.list .left .left_bottom[data-v-1f22e748],.list .left .left_top[data-v-1f22e748]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;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;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden}.list .left .left_top .left_top_name[data-v-1f22e748]{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:.88rem;text-align:left}.list .left .left_top .left_top_icon[data-v-1f22e748]{margin-left:.75rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;color:#28b2fa;font-size:.69rem}.list .left .left_top .left_top_icon .iconfont[data-v-1f22e748]{font-size:.69rem}.list .right[data-v-1f22e748]{margin-left:.5rem;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:4.69rem;height:1.5rem;background:#28b2fa;border-radius:1.09rem;text-align:center;line-height:1.5rem;color:#fff}",""]),t.exports=e},"8d50":function(t,e,i){var n=i("06f4");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var o=i("499e").default;o("13b223bb",n,!0,{sourceMap:!1,shadowMode:!1})},ab18:function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"coffee_machine_nearby"},[i("c-title",{attrs:{hide:!1,text:"附近设备"}}),i("div",{staticClass:"title",on:{click:t.toLaction}},[i("div",{staticClass:"txt"},[t._v(t._s(t.address||"全国"))]),i("i",{staticClass:"iconfont icon-icon_more"})]),t._l(t.info,(function(e,n){return i("div",{key:n,staticClass:"list"},[i("div",{staticClass:"left"},[i("div",{staticClass:"left_top"},[i("div",{staticClass:"left_top_name"},[t._v("设备名称:"+t._s(e.name))]),i("div",{staticClass:"left_top_icon",on:{click:function(i){return t.goToAdress(e)}}},[i("i",{staticClass:"iconfont icon-icon_publish"}),t._v(" "+t._s(e.distance)+" ")])]),i("div",{staticClass:"left_bottom"},[t._v("设备地址: "+t._s(t.setAddress(e)))])]),i("div",{staticClass:"right",on:{click:function(i){return t.toSearch(e.id)}}},[t._v("选择商品")])])}))],2)},o=[],a=(i("99af"),i("b64b"),i("14d9"),i("b0c0"),i("ac0d")),s={mixins:[a["a"]],data:function(){return{city:"",address:"",point:"",info:[],isLoadMore:!0,page:1,total_page:0}},computed:{setAddress:function(t){return function(t){return"".concat(t.has_one_province.areaname).concat(t.has_one_city.areaname).concat(t.has_one_district.areaname).concat(t.address)}}},activated:function(){var t=this,e=JSON.parse(localStorage.getItem("myLocation"));e&&e.timestamp?(this.city=e.city,this.address=e.title,this.point=e.point,this.getMachineList()):this.fun.getLocation("正在定位").then((function(e){t.city=e.city,t.address=e.title,t.point=e.point,t.getMachineList()})).catch((function(t){}))},methods:{toLaction:function(){this.$router.push(this.fun.getUrl("coffee_machine_location",{},{tag:"coffee"}))},getMachineList:function(){var t=this,e={lng:this.point.lng,lat:this.point.lat,city_name:this.city};$http.get("plugin.coffee-machine.frontend.buyer.machineList",e).then((function(e){1==e.result?(t.info=e.data.data,t.total_page=e.data.last_page,t.page=e.data.current_page):t.$toast(e.msg)})).catch((function(t){}))},toSearch:function(t){this.$router.push(this.fun.getUrl("coffee_machine_cate",{machine_id:t}))},goToAdress:function(t){var e=this.fun.bd_decrypt(t.lng,t.lat);this.fun.goToWXAdress(e,t.name,t.address)}}},l=s,c=(i("d62df"),i("2877")),r=Object(c["a"])(l,n,o,!1,null,"1f22e748",null);e["default"]=r.exports},ac0d:function(t,e,i){"use strict";i.d(e,"a",(function(){return a}));var n=document.documentElement,o=document.body,a={data:function(){return{}},activated:function(){window.addEventListener("scroll",this.handleScroll)},deactivated:function(){window.removeEventListener("scroll",this.handleScroll)},methods:{getScrollTop:function(){var t=0;return n&&n.scrollTop?t=n.scrollTop:o&&(t=o.scrollTop),t},getClientHeight:function(){var t=0;return t=o.clientHeight&&n.clientHeight?Math.min(o.clientHeight,n.clientHeight):Math.max(o.clientHeight,n.clientHeight),t},getScrollHeight:function(){return Math.max(o.scrollHeight,n.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(){}}}},d62df:function(t,e,i){"use strict";i("8d50")}}]); |