1 line
16 KiB
JavaScript
1 line
16 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-596b64c2","chunk-2d0d83d6"],{"040f":function(e,t,i){"use strict";i.r(t);var s=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{attrs:{id:"search",transition:"fadeInLeft"}},[i("div",{staticClass:"uou",attrs:{id:"soso"}},[i("div",{staticClass:"search"},[i("div",{staticStyle:{background:"#fff","box-shadow":"none"},attrs:{slot:"prepend"},on:{click:e.goback},slot:"prepend"},[i("i",{staticClass:"iconfont icon-back"})]),i("div",{staticClass:"screenBox"},[i("div",{staticClass:"srceenText",on:{click:e.setScreenShow}},[e._v(e._s(e.screenMenu[e.screenIndex].name)+" "),i("i",{staticClass:"iconfont icon-member-bottom"})]),e.screenShow?i("div",{staticClass:"srceenOptions"},e._l(e.screenMenu,(function(t,s){return i("div",{key:s,staticClass:"srceenOptionsItem",class:{active:s==e.screenIndex},on:{click:function(t){return e.setScreenIndex(s)}}},[e._v(e._s(t.name))])})),0):e._e()]),i("div",{staticClass:"searchBox"},[i("form",{attrs:{action:"#"},on:{submit:function(e){e.preventDefault()}}},[i("input",{directives:[{name:"model",rawName:"v-model",value:e.inputs,expression:"inputs"}],attrs:{type:"search",placeholder:"请输入内容"},domProps:{value:e.inputs},on:{keyup:function(t){return t.type.indexOf("key")||13===t.keyCode?e.getListData.apply(null,arguments):null},input:function(t){t.target.composing||(e.inputs=t.target.value)}}})]),i("div",{staticClass:"img-icon",on:{click:e.getListData}},[i("div",{staticClass:"img-icon-btn"})])])])]),i("loading",{attrs:{show:!e.networkLoading}}),e.networkLoading&&e.listData.length>0?["good"==e.screenType[e.screenIndex]?[i("c-goodsList",{attrs:{goods:e.listData,goods_template:"01"}})]:e._e(),"supplier"==e.screenType[e.screenIndex]?[i("div",{staticClass:"supplierList"},e._l(e.listData,(function(t){return i("div",{key:t.id,staticClass:"supplierItem"},[i("div",{staticClass:"supplierInfo"},[i("div",{staticClass:"face"},[i("img",{attrs:{src:t.logo,alt:""}})]),i("div",{staticClass:"left-content"},[i("div",{staticClass:"name"},[e._v(e._s(t.username))]),i("div",{staticClass:"desc"},[e._v("在售商品"+e._s(t.goods_total))])]),i("div",{staticClass:"btn",on:{click:function(i){return e.gotoSupplier(t.supplier_id)}}},[e._v("进店")])]),i("div",{staticClass:"supplierGoods"},[e._l(t.has_many_goods,(function(t,s){return[s<3?i("div",{key:t.goods_id,staticClass:"supplierGood",on:{click:function(i){return e.gotoGoods(t.goods_id)}}},[t.has_one_goods?[i("div",{staticClass:"face"},[i("img",{attrs:{src:t.has_one_goods.thumb,alt:""}})]),i("div",{staticClass:"name"},[e._v(e._s(t.has_one_goods.title))]),i("div",{staticClass:"price"},[e._v(e._s(e.$i18n.t("money"))+e._s(t.has_one_goods.vip_level_status&&1==t.has_one_goods.vip_level_status.status?t.has_one_goods.vip_level_status.word:t.has_one_goods.price)+" ")])]:e._e()],2):e._e()]}))],2)])})),0)]:e._e(),"store"==e.screenType[e.screenIndex]?[i("c-storeList",{attrs:{stores:e.listData,listStyle:e.openTemplate,noText:!0,is_sales_display:e.is_sales_display}})]:e._e(),"storeGood"==e.screenType[e.screenIndex]?[i("c-goodsList",{attrs:{goods:e.listData,goods_template:"01"}})]:e._e(),"hotel"==e.screenType[e.screenIndex]?[i("div",{staticStyle:{"padding-top":"1rem",background:"#fff"}},[i("hotel-list",{attrs:{datas:e.listData}})],1)]:e._e()]:e._e(),e.networkLoading&&0==e.listData.length?[i("yz-blank",{attrs:{text:"暂无数据",isBtn:!1}})]:e._e(),i("div",{directives:[{name:"show",rawName:"v-show",value:e.networkLoading,expression:"networkLoading"}]}),i("div",{staticStyle:{height:"3.4375rem",display:"block"}})],2)},o=[],a=i("c7eb"),n=i("1da1"),r=(i("b64b"),i("b0c0"),i("99af"),i("14d9"),i("d3b7"),i("306c")),l=i("98e3"),c=i("4ee0"),d=i("c428"),p=i("ac0d"),u=i("eb17"),h={mixins:[p["a"]],data:function(){return{title:"搜索",inputs:"",listData:[],city:"",point:{},isLoadMore:!0,page:1,total_page:0,networkLoading:!1,screenMenu:[{name:"商品",api:"goods.goods.search-goods"}],screenType:["good"],screenIndex:0,screenShow:!1,openTemplate:0,is_sales_display:0}},activated:function(){1===this.$route.params.fromHome&&this.ready()},created:function(){1!==this.$route.params.fromHome&&this.ready()},mounted:function(){},methods:{ready:function(){var e=this;return Object(n["a"])(Object(a["a"])().mark((function t(){return Object(a["a"])().wrap((function(t){while(1)switch(t.prev=t.next){case 0:return e.initData(),t.next=3,e.getScreenList();case 3:e.$route.params.city&&"1"!==e.$route.params.city?(e.city=e.$route.params.city,e.point=JSON.parse(e.$route.params.point),e.getListData()):e.fun.getLocation().then((function(t){e.city=t.city,e.point=t.point,e.getListData()})).catch((function(t){e.getListData()}));case 4:case"end":return t.stop()}}),t)})))()},initData:function(){this.screenMenu=[{name:"商品",api:"goods.goods.search-goods"}],this.screenType=["good"],this.screenIndex=0,this.screenShow=!1},initPage:function(){this.listData=[],this.page=1,this.total_page=0,this.isLoadMore=!0,this.networkLoading=!1},setScreenShow:function(){this.screenShow=!this.screenShow},setScreenIndex:function(e){this.screenShow=!1,this.screenIndex!=e&&(this.screenIndex=e,this.getListData())},goback:function(){this.$router.go(-1)},getListData:function(){var e=this;this.initPage();var t=this.fun.bd_encrypt(this.point.lng,this.point.lat),i={page:this.page,lng:t.lng,lat:t.lat,city_name:this.city};0==this.screenIndex?i["search[keyword]"]=this.inputs:"门店商品"==this.screenMenu[this.screenIndex].name?i["goods_title"]=this.inputs:i.kwd=this.inputs,$http.get(this.screenMenu[this.screenIndex].api,i).then((function(t){e.networkLoading=!0,1===t.result&&(e.isLoadMore=!0,e.total_page=t.data.last_page,e.total_page||(e.total_page=0),e.listData=t.data.data,e.is_sales_display=t.data.is_sales_display,t.data.hasOwnProperty("store_list_style")&&(e.openTemplate=t.data.store_list_style||0))}))},getMoreData:function(){var e=this,t=this.fun.bd_encrypt(this.point.lng,this.point.lat),i={lng:t.lng,lat:t.lat,city_name:this.city};this.isLoadMore=!1,this.page>=this.total_page||(0==this.screenIndex?i["search[keyword]"]=this.inputs:"门店商品"==this.screenMenu[this.screenIndex].name?i["goods_title"]=this.inputs:i.kwd=this.inputs,this.page=this.page+1,i.page=this.page,$http.get(this.screenMenu[this.screenIndex].api,i,"加载中").then((function(t){if(e.isLoadMore=!0,1===t.result){var i=t.data.data;e.listData=e.listData.concat(i)}else e.page=e.page-1,e.isLoadMore=!1}),(function(e){})))},gotoGoods:function(e){this.$router.push(this.fun.getUrl("goods",{id:e}))},gotoSupplier:function(e){this.$router.push(this.fun.getUrl("SupplierShop",{id:e,fromHome:1}))},getScreenList:function(){var e=this;return new Promise((function(t,i){$http.get("plugins.get-enabled-plugins",{},"加载中").then((function(i){1!=i.result&&e.$toast(i.msg);var s=e.screenMenu,o=e.screenType;1==i.data.is_supplier&&(s.push({name:"供应商",api:"plugin.supplier.frontend.supplier.get-supplier-list"}),o.push("supplier")),1==i.data.is_store&&(s.push({name:"门店",api:"plugin.store-cashier.frontend.store.store.get-store-list-to-page"}),o.push("store"),s.push({name:"门店商品",api:"plugin.store-cashier.frontend.store.store.get-store-goods-list"}),o.push("storeGood")),1==i.data.is_hotel&&(s.push({name:"酒店",api:"plugin.hotel.frontend.hotel.goods.get-hotel-goods-by-title"}),o.push("hotel")),e.screenMenu=s,e.screenType=o;var a=e.screenType.indexOf(e.$route.query.search_type);e.screenMenu[a]&&(e.screenIndex=a),t()}))}))}},components:{cStoreList:r["a"],loading:d["a"],yzBlank:u["default"],cGoodsList:l["a"],hotelList:c["a"]}},g=h,m=g,f=(i("4a83"),i("2877")),b=Object(f["a"])(m,s,o,!1,null,"4e854206",null);t["default"]=b.exports},"1b61":function(e,t){e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM4Nzc5MDMyMjgyMTFFN0JCRDFBNkYyOTQwQTkyRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM4Nzc5MDQyMjgyMTFFN0JCRDFBNkYyOTQwQTkyRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Qzg3NzkwMTIyODIxMUU3QkJEMUE2RjI5NDBBOTJFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2Qzg3NzkwMjIyODIxMUU3QkJEMUE2RjI5NDBBOTJFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmSE+HYAAAENSURBVHjajNIxSMJBFMfxs7IIScQ9m9wMA3MJycE1EASFhjZxE6S5sTGIBIc/BEW06dAQCLY4JU0NRQTOBeJQiC1B6PfiHTwk7P/gw3+4+/3v3t0FPM8zUgHkUUYaEbzhDmd4MaoW5LuGG5yijSxi2McIPdR0cElWukYQmxir8QEecIWOjJ27FUvYQnEmpOtJVj9B1AUPUMeXmV9d+UHBBVO4N/6qJ+38Bq0fn0E7b9EFn7HtM2h313dBe6JVLP8TSmIHTRe0R/2BC7mev2odLRzj3aj+7IuJS/P21MIS2MAhHuWnu1jVL2eIDC5xhE9M8Iqc3HFC2rlFSG/tGw2xYgelhYmasyc9VqYCDAAgLzWBjWiGsgAAAABJRU5ErkJggg=="},"253a":function(e,t,i){e.exports=i.p+"static/app/img/img_default.a608a24a.png"},"4a83":function(e,t,i){"use strict";i("e114")},"79db":function(e,t,i){e.exports=i.p+"static/app/img/empty-image-search.ef236a93.png"},8798:function(e,t,i){e.exports=i.p+"static/app/img/no-more-product.f4632785.png"},ac0d:function(e,t,i){"use strict";i.d(t,"a",(function(){return a}));var s=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 e=0;return s&&s.scrollTop?e=s.scrollTop:o&&(e=o.scrollTop),e},getClientHeight:function(){var e=0;return e=o.clientHeight&&s.clientHeight?Math.min(o.clientHeight,s.clientHeight):Math.max(o.clientHeight,s.clientHeight),e},getScrollHeight:function(){return Math.max(o.scrollHeight,s.scrollHeight)},handleScroll:function(){this.otherScroll();var e=document.documentElement.scrollTop||document.body.scrollTop;this.btnFlag=e>60,this.getScrollTop()+this.getClientHeight()+105>this.getScrollHeight()?(this.isLoadMore&&this.getMoreData(),this.isBottom=!0):this.isBottom=!1},otherScroll:function(){}}}},e114:function(e,t,i){var s=i("e2b4");s.__esModule&&(s=s.default),"string"===typeof s&&(s=[[e.i,s,""]]),s.locals&&(e.exports=s.locals);var o=i("499e").default;o("52854ee1",s,!0,{sourceMap:!1,shadowMode:!1})},e2b4:function(e,t,i){var s=i("24fb"),o=i("1de5"),a=i("1b61");t=s(!1);var n=o(a);t.push([e.i,'#search .osll[data-v-4e854206]{min-height:100vh;overflow:scroll}#search .uou[data-v-4e854206]{width:100%}#search .mout[data-v-4e854206]{top:-2.25rem}.search[data-v-4e854206]{background:#fff;border-bottom:.0625rem solid #f5f5f5;width:100%;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;padding-left:1rem;position:relative;z-index:9}.search .mint-button.mint-button--default[data-v-4e854206]{float:left;width:10%;border:none;padding-top:0;-webkit-box-shadow:none;box-shadow:none}.search .screenBox[data-v-4e854206]{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-left:.5rem}.search .screenBox .srceenText[data-v-4e854206]{font-size:.75rem;color:#f15353}.search .screenBox .srceenOptions[data-v-4e854206]{position:absolute;top:1.8rem;width:3.406rem;padding:.2rem 0;background-color:#fff;-webkit-box-shadow:0 0 .813rem hsla(0,0%,77.6%,.6);box-shadow:0 0 .813rem hsla(0,0%,77.6%,.6)}.search .screenBox .srceenOptions .srceenOptionsItem[data-v-4e854206]{padding:.22rem 0;font-size:.75rem;color:#404040}.search .screenBox .srceenOptions .srceenOptionsItem.active[data-v-4e854206]{color:#f15353}.search .screenBox .srceenOptions[data-v-4e854206]:before{content:"";position:absolute;top:-.5rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:block;width:0;height:0;border-left:.35rem solid transparent;border-right:.35rem solid transparent;border-bottom:.5rem solid #fff}.search .searchBox[data-v-4e854206]{position:relative;font-size:14px;display:inline-table;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:0 2%;height:2.8125rem}.search .searchBox input[data-v-4e854206]{vertical-align:middle;border:none;background:#f2f2f2 none;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;padding:.1875rem .625rem;padding-right:2.625rem;height:1.875rem;line-height:1.875rem;margin-top:.5rem;color:#8c8c8c;font-size:14px;width:100%;border-radius:.9375rem;z-index:10}.search .searchBox .img-icon[data-v-4e854206]{border:none;color:#a9a9a9;display:table-cell;position:relative;border-radius:0;height:1.875rem;top:.0625rem;opacity:1;left:-2.25rem}.search .searchBox .img-icon .img-icon-btn[data-v-4e854206]{position:absolute;z-index:12;width:1rem;height:1rem;top:50%;left:50%;margin-left:-.5rem;margin-top:-.5rem;background:url('+n+") no-repeat 50%;background-size:80% 80%}.supplierList[data-v-4e854206]{padding:.4rem .938rem}.supplierList .supplierItem[data-v-4e854206]{width:100%;margin-bottom:.4rem;padding:.85rem .65rem;background-color:#fff;border-radius:.469rem}.supplierList .supplierItem .supplierInfo[data-v-4e854206]{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}.supplierList .supplierItem .supplierInfo .face[data-v-4e854206]{background-color:#cdcdcd}.supplierList .supplierItem .supplierInfo .face[data-v-4e854206],.supplierList .supplierItem .supplierInfo .face img[data-v-4e854206]{width:2.5rem;height:2.5rem;border-radius:.313rem}.supplierList .supplierItem .supplierInfo .left-content[data-v-4e854206]{-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-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-left:.531rem;text-align:left}.supplierList .supplierItem .supplierInfo .left-content .name[data-v-4e854206]{font-size:.875rem;color:#333}.supplierList .supplierItem .supplierInfo .left-content .desc[data-v-4e854206]{font-size:.75rem;color:#828282}.supplierList .supplierItem .supplierInfo .btn[data-v-4e854206]{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:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:3.75rem;height:1.563rem;font-size:.75rem;color:#fff;background-color:#f15353;border-radius:.781rem}.supplierList .supplierItem .supplierGoods[data-v-4e854206]{display:grid;grid-template-columns:repeat(3,6.2rem);-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:1rem}.supplierList .supplierItem .supplierGoods .supplierGood[data-v-4e854206]{width:100%;text-align:left}.supplierList .supplierItem .supplierGoods .supplierGood .face[data-v-4e854206]{width:6.094rem;height:6.094rem;background-color:#ddd;border-radius:.313rem}.supplierList .supplierItem .supplierGoods .supplierGood .face img[data-v-4e854206]{width:6.094rem;height:6.094rem;border-radius:.313rem}.supplierList .supplierItem .supplierGoods .supplierGood .name[data-v-4e854206]{margin-top:.5rem;font-size:.75rem;color:#202020;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplierList .supplierItem .supplierGoods .supplierGood .price[data-v-4e854206]{margin-top:.5rem;font-size:.75rem;color:#f15353}",""]),e.exports=t}}]); |