bztang-admin/addons/yun_shop/static/app/js/chunk-d79900d8.2f1ae627.js

1 line
5.6 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d79900d8"],{"022ce":function(t,i,e){"use strict";e("dcd0")},"02a3":function(t,i){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAYAAABY+sXzAAAAmklEQVQYV13KvQ7BYACF4XP6uQazkPiLxWZslEixidhcRRPXIO7CKsYSQ4XNBYi/Jo3ZNfh6pBKLd30f3ofeROCCklsJowR/xX67ZI1zpBQw9jtNa3ACkLytRo1tdPn5s+/Vc4ZrAEVr0WI2boPuGNASkCFwSMmnIxUEuAAtkE6r4X71xVnXvlcmOQPVg5gH9YKwkzCvbaJHZj7AdThX+nMolwAAAABJRU5ErkJggg=="},ac0d:function(t,i,e){"use strict";e.d(i,"a",(function(){return o}));var a=document.documentElement,s=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 a&&a.scrollTop?t=a.scrollTop:s&&(t=s.scrollTop),t},getClientHeight:function(){var t=0;return t=s.clientHeight&&a.clientHeight?Math.min(s.clientHeight,a.clientHeight):Math.max(s.clientHeight,a.clientHeight),t},getScrollHeight:function(){return Math.max(s.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(){}}}},c6bf:function(t,i,e){"use strict";e.r(i);var a=function(){var t=this,i=t.$createElement,e=t._self._c||i;return e("div",{attrs:{id:"cpsList"}},[e("c-title",{attrs:{hide:!1,text:t.title}}),e("div",{staticClass:"list-wrap"},t._l(t.info,(function(i,a){return e("div",{key:a,staticClass:"list",on:{click:function(e){return t.tapDetail(i.id)}}},[e("div",{staticClass:"left"},[e("img",{attrs:{src:i.logo,alt:""}})]),e("div",{staticClass:"right"},[e("div",{staticClass:"title"},[e("div",{staticClass:"left-icon"},[e("img",{attrs:{src:i.logo,alt:""}})]),e("div",{staticClass:"text"},[t._v(t._s(i.name))])]),e("div",{staticClass:"price"},[t._v("¥"+t._s(i.sale_price))]),e("div",{staticClass:"normal-price"},[e("del",[t._v("官方价¥"+t._s(i.face_price))])])])])})),0)],1)},s=[],o=(e("e7e5"),e("d399")),r=(e("99af"),e("6968")),l=e("ac0d"),n={mixins:[l["a"]],data:function(){return{id:"",title:"",info:[],isLoadMore:!0,page:1,total_page:0}},activated:function(){this.id=this.$route.params.id,this.title=this.$route.params.title,this.getdata()},mouted:function(){},methods:{tapDetail:function(t){this.$router.push(this.fun.getUrl("cpsDetail",{id:t}))},getdata:function(){var t=this,i=this;$http.get("plugin.aggregation-cps.api.equity.goods-list",{brand_id:i.id},"").then((function(e){1==e.result?(i.info=e.data.data,t.isLoadMore=!0,t.total_page=e.data.last_page,t.total_page||(t.total_page=0)):Object(o["a"])(e.msg)}),(function(t){Object(o["a"])(t)})).catch((function(t){}))},getMoreData:function(){var t=this;t.isLoadMore=!1,this.page>=this.total_page||(this.page=this.page+1,$http.get("plugin.aggregation-cps.api.equity.goods-list",{page:this.page,brand_id:t.id},"加载中").then((function(i){if(t.isLoadMore=!0,1!==i.result)return t.page=t.page-1,void(t.isLoadMore=!1);var e=i.data.data;t.info=t.info.concat(e)}),(function(t){})))}},components:{cTitle:r["a"]}},c=n,d=c,g=(e("022ce"),e("2877")),p=Object(g["a"])(d,a,s,!1,null,"3898644c",null);i["default"]=p.exports},db94:function(t,i,e){var a=e("24fb"),s=e("1de5"),o=e("02a3");i=a(!1);var r=s(o);i.push([t.i,"[data-v-3898644c] .van-tabs__line{background-image:url("+r+");background-repeat:no-repeat;background-color:transparent;background-position:50%;height:10px}#cpsList .tabs[data-v-3898644c]{height:2.5rem;background:#fff;line-height:2.5rem}#cpsList .tabs .tab[data-v-3898644c]{display:inline-block;text-align:center;width:4.6875rem;position:relative}#cpsList .tabs .tab .bottom-icon[data-v-3898644c]{position:absolute;left:50%;right:50%;bottom:.375rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#cpsList .list-wrap .list[data-v-3898644c]{width:22.1875rem;background:#fff;border-radius:.625rem;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:.625rem;padding:.625rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#cpsList .list-wrap .list .left[data-v-3898644c]{width:8.75rem;background:#f3f3f3;border-radius:.375rem;margin-right:.625rem}#cpsList .list-wrap .list .left img[data-v-3898644c]{width:100%;height:100%;border-radius:.375rem}#cpsList .list-wrap .list .right[data-v-3898644c]{padding-left:.625rem;-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;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;height:4rem}#cpsList .list-wrap .list .right[data-v-3898644c],#cpsList .list-wrap .list .right .title[data-v-3898644c]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}#cpsList .list-wrap .list .right .title .left-icon[data-v-3898644c]{width:1.125rem;height:1.125rem;background:#f3f3f3;border-radius:50%;margin-right:.625rem}#cpsList .list-wrap .list .right .title .left-icon img[data-v-3898644c]{width:100%;height:100%;border-radius:100%}#cpsList .list-wrap .list .right .price[data-v-3898644c]{color:#d84c44}#cpsList .list-wrap .list .right .normal-price[data-v-3898644c]{color:#999;font-size:12px}",""]),t.exports=i},dcd0:function(t,i,e){var a=e("db94");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var s=e("499e").default;s("35c65cee",a,!0,{sourceMap:!1,shadowMode:!1})}}]);