(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-097de612"],{1e3:function(t,e,i){"use strict";var n=i("e1aa"),o=i.n(n);o.a},1245:function(t,e,i){},"3b79":function(t,e,i){"use strict";var n=i("e00b"),o=i.n(n);o.a},"3e0d":function(t,e,i){"use strict";var n=i("9ed5"),o=i("23c4"),a=i.n(o),r=i("7e35"),s=i("c5f4"),c=i("70b2"),l=i("13ed"),u=i("839f"),f=i("5593"),h=Object(r["a"])("cell"),d=h[0],v=h[1];function b(t,e,i,n){var o,r=e.icon,c=e.size,h=e.title,d=e.label,b=e.value,p=e.isLink,g=i.title||Object(s["b"])(h);function m(){var n=i.label||Object(s["b"])(d);if(n)return t("div",{class:[v("label"),e.labelClass]},[i.label?i.label():d])}function y(){if(g)return t("div",{class:[v("title"),e.titleClass],style:e.titleStyle},[i.title?i.title():t("span",[h]),m()])}function w(){var n=i.default||Object(s["b"])(b);if(n)return t("div",{class:[v("value",{alone:!g}),e.valueClass]},[i.default?i.default():t("span",[b])])}function _(){return i.icon?i.icon():r?t(f["a"],{class:v("left-icon"),attrs:{name:r}}):void 0}function C(){var n=i["right-icon"];if(n)return n();if(p){var o=e.arrowDirection;return t(f["a"],{class:v("right-icon"),attrs:{name:o?"arrow-"+o:"arrow"}})}}function k(t){Object(l["a"])(n,"click",t),Object(u["a"])(n)}var O=p||e.clickable,$={clickable:O,center:e.center,required:e.required,borderless:!e.border};return c&&($[c]=c),t("div",a()([{class:v($),attrs:{role:O?"button":null,tabindex:O?0:null},on:{click:k}},Object(l["b"])(n)]),[_(),y(),w(),C(),null===(o=i.extra)||void 0===o?void 0:o.call(i)])}b.props=Object(n["a"])({},c["a"],{},u["c"]),e["a"]=d(b)},"4b8c":function(t,e,i){"use strict";var n=i("1245"),o=i.n(n);o.a},"57af":function(t,e,i){"use strict";var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("section",{staticClass:"head-dom"},[i("div",{staticClass:"header-page clr",style:{background:t.bgcolor,borderBottom:t.borderBottom}},[t.historyb?i("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.toSomeThing}}):i("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),t.isCar?i("div",[i("div",{staticClass:"car-title clr"},[i("span",{directives:[{name:"back-top-window",rawName:"v-back-top-window"}],staticClass:"fl",class:{act:1==t.type},on:{click:function(e){return t.listTab(1)}}},[t._v("联营("),i("font",[t._v(t._s(t.ly1Length+t.ly2Length))]),t._v(")")],1),i("span",{directives:[{name:"back-top-window",rawName:"v-back-top-window"}],staticClass:"fl",class:{act:2==t.type},on:{click:function(e){return t.listTab(2)}}},[t._v("自营("),i("font",[t._v(t._s(t.zy1Length))]),t._v(")")],1)])]):t.inputShow?i("div",{staticClass:"search"},[i("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),i("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):i("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?i("Menu",{attrs:{download:t.download,color:t.color}}):t._e()],1)])},o=[],a=(i("163d"),i("7272")),r=i("23c4"),s=i.n(r),c=i("9ed5"),l=i("5593"),u=i("3e0d"),f=i("70b2"),h=i("1470"),d=i("c5f4");function v(){return!d["d"]&&/ios|iphone|ipad|ipod/.test(navigator.userAgent.toLowerCase())}var b=i("35ea"),p=v();function g(){p&&Object(b["g"])(Object(b["b"])())}var m=i("7e35"),y=i("d4c2"),w=Object(m["a"])("field"),_=w[0],C=w[1],k=_({inheritAttrs:!1,props:Object(c["a"])({},f["a"],{error:Boolean,readonly:Boolean,autosize:[Boolean,Object],leftIcon:String,rightIcon:String,clearable:Boolean,maxlength:[Number,String],labelWidth:[Number,String],labelClass:null,labelAlign:String,inputAlign:String,errorMessage:String,errorMessageAlign:String,showWordLimit:Boolean,type:{type:String,default:"text"}}),data:function(){return{focused:!1}},watch:{value:function(){this.$nextTick(this.adjustSize)}},mounted:function(){this.format(),this.$nextTick(this.adjustSize)},computed:{showClear:function(){return this.clearable&&this.focused&&""!==this.value&&Object(d["b"])(this.value)&&!this.readonly},listeners:function(){var t=Object(c["a"])({},this.$listeners,{input:this.onInput,keypress:this.onKeypress,focus:this.onFocus,blur:this.onBlur});return delete t.click,t},labelStyle:function(){var t=this.labelWidth;if(t)return{width:Object(y["a"])(t)}}},methods:{focus:function(){this.$refs.input&&this.$refs.input.focus()},blur:function(){this.$refs.input&&this.$refs.input.blur()},format:function(t){if(void 0===t&&(t=this.$refs.input),t){var e=t,i=e.value,n=this.maxlength;return Object(d["b"])(n)&&i.length>n&&(i=i.slice(0,n),t.value=i),i}},onInput:function(t){t.target.composing||this.$emit("input",this.format(t.target))},onFocus:function(t){this.focused=!0,this.$emit("focus",t),this.readonly&&this.blur()},onBlur:function(t){this.focused=!1,this.$emit("blur",t),g()},onClick:function(t){this.$emit("click",t)},onClickLeftIcon:function(t){this.$emit("click-left-icon",t)},onClickRightIcon:function(t){this.$emit("click-right-icon",t)},onClear:function(t){Object(h["c"])(t),this.$emit("input",""),this.$emit("clear",t)},onKeypress:function(t){if("number"===this.type){var e=t.keyCode,i=-1===String(this.value).indexOf("."),n=e>=48&&e<=57||46===e&&i||45===e;n||Object(h["c"])(t)}"search"===this.type&&13===t.keyCode&&this.blur(),this.$emit("keypress",t)},adjustSize:function(){var t=this.$refs.input;if("textarea"===this.type&&this.autosize&&t){t.style.height="auto";var e=t.scrollHeight;if(Object(d["c"])(this.autosize)){var i=this.autosize,n=i.maxHeight,o=i.minHeight;n&&(e=Math.min(e,n)),o&&(e=Math.max(e,o))}e&&(t.style.height=e+"px")}},genInput:function(){var t=this.$createElement,e=this.slots("input");if(e)return t("div",{class:C("control",this.inputAlign)},[e]);var i={ref:"input",class:C("control",this.inputAlign),domProps:{value:this.value},attrs:Object(c["a"])({},this.$attrs,{readonly:this.readonly}),on:this.listeners,directives:[{name:"model",value:this.value}]};return"textarea"===this.type?t("textarea",s()([{},i])):t("input",s()([{attrs:{type:this.type}},i]))},genLeftIcon:function(){var t=this.$createElement,e=this.slots("left-icon")||this.leftIcon;if(e)return t("div",{class:C("left-icon"),on:{click:this.onClickLeftIcon}},[this.slots("left-icon")||t(l["a"],{attrs:{name:this.leftIcon}})])},genRightIcon:function(){var t=this.$createElement,e=this.slots,i=e("right-icon")||this.rightIcon;if(i)return t("div",{class:C("right-icon"),on:{click:this.onClickRightIcon}},[e("right-icon")||t(l["a"],{attrs:{name:this.rightIcon}})])},genWordLimit:function(){var t=this.$createElement;if(this.showWordLimit&&this.maxlength)return t("div",{class:C("word-limit")},[this.value.length,"/",this.maxlength])}},render:function(){var t,e=arguments[0],i=this.slots,n=this.labelAlign,o={icon:this.genLeftIcon};return i("label")&&(o.title=function(){return i("label")}),e(u["a"],{attrs:{icon:this.leftIcon,size:this.size,title:this.label,center:this.center,border:this.border,isLink:this.isLink,required:this.required,clickable:this.clickable,titleStyle:this.labelStyle,titleClass:[C("label",n),this.labelClass],arrowDirection:this.arrowDirection},class:C((t={error:this.error},t["label-"+n]=n,t["min-height"]="textarea"===this.type&&!this.autosize,t)),scopedSlots:o,on:{click:this.onClick}},[e("div",{class:C("body")},[this.genInput(),this.showClear&&e(l["a"],{attrs:{name:"clear"},class:C("clear"),on:{touchstart:this.onClear}}),this.genRightIcon(),i("button")&&e("div",{class:C("button")},[i("button")])]),this.genWordLimit(),this.errorMessage&&e("div",{class:C("error-message",this.errorMessageAlign)},[this.errorMessage])])}}),O={name:"header-page",props:{color:{type:String,default:""},historyb:{type:Boolean,default:!1},download:{type:Boolean,default:!0},zy1Length:{type:Number,default:0},ly1Length:{type:Number,default:0},ly2Length:{type:Number,default:0},bgcolor:{type:String,default:"#f3f3f3"},isCar:{type:Boolean,default:!1},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{type:1,borderBottom:"0px"}},mounted:function(){},created:function(){"#fff"==this.bgcolor&&(this.borderBottom="1px solid #d6d7dc")},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")},toSomeThing:function(){this.$emit("toSomeThing")},listTab:function(t){this.type=t,this.$emit("listTab",t)}},components:{"van-field":k,"van-icon":l["a"],Menu:a["a"]}},$=O,j=(i("4b8c"),i("5511")),S=Object(j["a"])($,n,o,!1,null,"198bdf95",null);e["a"]=S.exports},"70b2":function(t,e,i){"use strict";i.d(e,"a",(function(){return n}));var n={icon:String,size:String,center:Boolean,isLink:Boolean,required:Boolean,clickable:Boolean,titleStyle:null,titleClass:null,valueClass:null,labelClass:null,title:[Number,String],value:[Number,String],label:[Number,String],arrowDirection:String,border:{type:Boolean,default:!0}}},7272:function(t,e,i){"use strict";var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",[t.flag?i("div",{staticClass:"menu-fade",on:{click:function(e){t.flag=!1}}}):t._e(),i("div",{staticClass:"menu clr"},[i("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(e){t.flag=!t.flag}}}),t.flag?i("div",[i("i",{staticClass:"popover-arrow"}),i("ul",{staticClass:"menu-view"},[i("li",[t.download?[t._m(0)]:[t._m(1)]],2),i("li",[t.download?[t._m(2)]:[t._m(3)]],2),i("li",[t.download?[t._m(4)]:[t._m(5)]],2),i("li",[t.download?[t._m(6)]:[t._m(7)]],2),i("li",{staticClass:"mui-table-view-cell"},[t.download?[t._m(8)]:[t._m(9)]],2),i("li",[t.download?[t._m(10)]:[t._m(11)]],2)])]):t._e()])])},o=[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/v3"}},[i("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/v3/login?referer=%2fh5%2fview%2f%23%2fdownoad&from=download"}},[i("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/v3/lxshop"}},[i("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/v3/login?referer=%2fh5%2fview%2f%23%2fdownoad&from=download"}},[i("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/product"}},[i("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/v3/login?referer=%2fh5%2fview%2f%23%2fdownoad&from=download"}},[i("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/v3/brand/map"}},[i("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/v3/login?referer=%2fh5%2fview%2f%23%2fdownoad&from=download"}},[i("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart"}},[i("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{staticClass:"zytabgo",attrs:{href:"/v3/login?referer=%2fh5%2fview%2f%23%2fdownoad&from=download"}},[i("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/v3/user"}},[i("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("a",{attrs:{href:"/v3/login?referer=%2fh5%2fview%2f%23%2fdownoad&from=download"}},[i("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])}],a={name:"menus",props:{color:{type:String,default:"#666"},download:{type:Boolean,default:!0}},data:function(){return{flag:!1}}},r=a,s=(i("3b79"),i("5511")),c=Object(s["a"])(r,n,o,!1,null,null,null);e["a"]=c.exports},"839f":function(t,e,i){"use strict";function n(t,e){var i=e.to,n=e.url,o=e.replace;if(i&&t){var a=t[o?"replace":"push"](i);a&&a.catch&&a.catch((function(t){if(t&&"NavigationDuplicated"!==t.name)throw t}))}else n&&(o?location.replace(n):location.href=n)}function o(t){n(t.parent&&t.parent.$router,t.props)}i.d(e,"b",(function(){return n})),i.d(e,"a",(function(){return o})),i.d(e,"c",(function(){return a}));var a={url:String,replace:Boolean,to:[String,Object]}},9646: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:"pointer-rule"},[i("Header",{attrs:{title:"积分规则"}}),i("div",{staticClass:"point-mall-rule"},[i("div",{staticClass:"rule-content"},[i("div",{domProps:{innerHTML:t._s(t.ruledata.content)}})])]),t.loading?i("van-loading",{staticClass:"loading-background",attrs:{type:"spinner",color:"#000"}}):t._e()],1)},o=[],a=(i("5ab2"),i("6d57"),i("e44b"),i("e10e"),i("9d37")),r=i("0261"),s=i("08c1"),c=i("7c9a"),l=i("57af");function u(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function f(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?u(Object(i),!0).forEach((function(e){Object(a["a"])(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):u(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}r["a"].use(c["a"]);var h={name:"pointrule",data:function(){return{}},computed:f({},Object(s["c"])({loading:function(t){return t.pointrule.loading},ruledata:function(t){return t.pointrule.ruledata}})),created:function(){this.$store.dispatch({type:"pointruleApi"})},methods:{},watch:{},components:{Header:l["a"]}},d=h,v=(i("1000"),i("5511")),b=Object(v["a"])(d,n,o,!1,null,"769359b0",null);e["default"]=b.exports},e00b:function(t,e,i){},e1aa:function(t,e,i){}}]);