bztang-admin/addons/yun_shop/static/app/js/chunk-f91dccf8.2a125ad0.js

1 line
7.8 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-f91dccf8"],{"253c":function(t,e,i){"use strict";i.r(e);var a=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{ref:"near_search",attrs:{id:"near_search"}},[i("c-title",{attrs:{hide:!1,text:"推荐商品搜索结果"}}),i("div",{staticClass:"content"},[i("div",{staticClass:"search"},[i("input",{directives:[{name:"model",rawName:"v-model",value:t.kwd,expression:"kwd"}],attrs:{placeholder:"请输入关键字搜索",type:"text"},domProps:{value:t.kwd},on:{input:function(e){e.target.composing||(t.kwd=e.target.value)}}}),i("i",{staticClass:"iconfont icon-sousuo1",on:{click:t.search}})]),i("div",{staticClass:"list"},[i("van-checkbox-group",{attrs:{"checked-color":"#ef2844"},model:{value:t.result,callback:function(e){t.result=e},expression:"result"}},t._l(t.datas,(function(e,a){return i("div",{key:a,staticClass:"item"},[i("van-checkbox",{attrs:{name:e.id}}),i("div",{staticClass:"img"},[i("img",{attrs:{src:e.thumb}})]),i("div",{staticClass:"info"},[i("div",{staticClass:"title"},[t._v(t._s(e.title))]),i("div",{staticClass:"bottom"},[i("span",{staticClass:"money"},[t._v(t._s(t.$i18n.t("money"))+t._s(e.price))])])])],1)})),0)],1)]),i("div",{staticClass:"fixed"},[i("div",[t._v("商品展示数量:"),i("span",{staticStyle:{color:"#ef2844"}},[t._v(t._s(t.show_num))])]),i("div",{staticClass:"btn",on:{click:t.add}},[t._v(" 确定 ")])])],1)},o=[],s=(i("e7e5"),i("d399")),n=(i("ac1f"),i("841c"),i("99af"),i("6968")),r=i("ac0d"),l={mixins:[r["a"]],data:function(){return{datas:[],loading:!1,allLoaded:!1,goload:!0,isLoadMore:!0,page:1,total_page:0,result:[],kwd:"",store_id:"",show_num:""}},activated:function(){this.initData(),void 0!=this.$route.params.keyword&&(this.kwd=this.$route.params.keyword),this.store_id=this.$route.params.store_id,this.getNum(),this.search()},methods:{getNum:function(){var t=this,e={store_id:this.store_id};$http.get("plugin.store-cashier.frontend.store.near-by-goods.get-store-goods",e,"获取中").then((function(e){1==e.result?t.show_num=e.data.show_num:t.$dialog.alert({message:e.msg})}),(function(t){}))},initData:function(){this.datas=[],this.loading=!1,this.allLoaded=!1,this.goload=!0,this.isLoadMore=!0,this.page=1,this.total_page=0,this.result=[]},add:function(){var t={store_id:this.store_id,choose_goods:this.result};$http.post("plugin.nearby-store-goods.frontend.controllers.goods.index",t,"获取中").then((function(t){t.result,Object(s["a"])(t.msg)}),(function(t){}))},search:function(){this.initData();var t=this,e={kwd:this.kwd,store_id:this.store_id,page:this.page};$http.post("plugin.store-cashier.frontend.store.goods.get-goods-by-kwd",e,"获取中").then((function(e){1==e.result?(t.datas=e.data.data,t.total_page=e.data.last_page,t.total_page||(t.total_page=0)):Object(s["a"])(e.msg)}),(function(t){}))},getMoreData:function(){var t=this;if(this.page!==this.total_page){if(this.page>=this.total_page)return t.loading=!0,void(t.allLoaded=!0);this.page=this.page+1;var e={kwd:this.kwd,store_id:this.store_id,page:this.page};$http.post("plugin.store-cashier.frontend.store.goods.get-goods-by-kwd",e,"加载中").then((function(e){if(1!==e.result)return t.page=t.page-1,t.loading=!0,t.allLoaded=!0,void(t.isLoadMore=!1);t.loading=!1,t.allLoaded=!1,t.datas=t.datas.concat(e.data.data)}),(function(t){}))}}},components:{cTitle:n["a"]}},c=l,d=c,f=(i("3ceb"),i("2877")),h=Object(f["a"])(d,a,o,!1,null,"0263ffb5",null);e["default"]=h.exports},"3ceb":function(t,e,i){"use strict";i("3ef9")},"3ef9":function(t,e,i){var a=i("eb95");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var o=i("499e").default;o("04336144",a,!0,{sourceMap:!1,shadowMode:!1})},ac0d:function(t,e,i){"use strict";i.d(e,"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(){}}}},eb95:function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,"#near_search[data-v-0263ffb5]{background-color:#fff;height:100vh}#near_search .content .list[data-v-0263ffb5]{margin-top:1rem;padding:0 .7813rem;padding-bottom:4.125rem;background-color:#fff}#near_search .content .list .item[data-v-0263ffb5]{margin-bottom:1rem;padding:1rem;background-color:#fff;-webkit-box-shadow:0 0 .3125rem 0 rgba(0,0,0,.1);box-shadow:0 0 .3125rem 0 rgba(0,0,0,.1)}#near_search .content .list .item[data-v-0263ffb5],#near_search .content .list .item .img[data-v-0263ffb5]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:.3125rem}#near_search .content .list .item .img[data-v-0263ffb5]{width:3.75rem;height:3.8125rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:.75rem}#near_search .content .list .item .img img[data-v-0263ffb5]{width:100%;height:100%}#near_search .content .list .item .info[data-v-0263ffb5]{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;text-align:center;margin-left:.5rem;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}#near_search .content .list .item .info .title[data-v-0263ffb5]{font-size:14px;color:#000;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}#near_search .content .list .item .info .bottom[data-v-0263ffb5]{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}#near_search .content .list .item .info .bottom .money[data-v-0263ffb5]{font-size:12px;color:#f01414}#near_search .content .search[data-v-0263ffb5]{width:18.75rem;height:2.5rem;background-color:#f2f2f2;margin:0 auto;margin-top:1rem;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;color:#999;border-radius:1.3rem}#near_search .content .search input[data-v-0263ffb5]{outline:none;border:none;text-indent:1rem;width:100%;height:100%;font-size:12px}#near_search .content .search .icon-sousuo1[data-v-0263ffb5]{margin-right:1rem}#near_search .fixed[data-v-0263ffb5]{position:fixed;bottom:0;height:3.125rem;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;z-index:999;padding:0 1rem;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.1);box-shadow:0 0 5px 0 rgba(0,0,0,.1);background-color:#fff}#near_search .fixed[data-v-0263ffb5],#near_search .fixed .btn[data-v-0263ffb5]{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}#near_search .fixed .btn[data-v-0263ffb5]{width:6.25rem;color:#fff;font-size:18px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:2.5rem;background-color:#f53939;border-radius:1.25rem}",""]),t.exports=e}}]);