(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["other-brand-index"],{"0281":function(t,e,n){var i=n("c86c");e=i(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */[data-v-05573061] .u-form-item--right__content__slot > uni-view,[data-v-05573061] .u-form-item--right__content__slot > div,[data-v-05573061] .u-form-item--right__content__slot > span,[data-v-05573061] .u-form-item--right__content__slot > uni-text{width:100%}.u-search[data-v-05573061]{display:flex;flex-direction:row;align-items:center;flex:1}.u-content[data-v-05573061]{display:flex;flex-direction:row;align-items:center;padding:0 %?18?%;flex:1}.u-clear-icon[data-v-05573061]{display:flex;flex-direction:row;align-items:center}.u-input[data-v-05573061]{flex:1;font-size:%?28?%;line-height:1;margin:0 %?10?%;color:#909399}.u-close-wrap[data-v-05573061]{width:%?40?%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:50%}.u-placeholder-class[data-v-05573061]{color:#909399}.u-action[data-v-05573061]{font-size:%?28?%;color:#303133;width:0;overflow:hidden;transition:all .3s;white-space:nowrap;text-align:center}.u-action-active[data-v-05573061]{width:%?80?%;margin-left:%?10?%}',""]),t.exports=e},"0945":function(t,e,n){var i=n("af73");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=n("967d").default;o("40fc241c",i,!0,{sourceMap:!1,shadowMode:!1})},"15fe":function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("aa9c"),n("64aa"),n("bf0f"),n("18f7"),n("de6c"),n("fd3c"),n("9c4e"),n("2797"),n("aa77");var i={name:"u-index-list",props:{sticky:{type:Boolean,default:!0},zIndex:{type:[Number,String],default:""},scrollTop:{type:[Number,String],default:0},offsetTop:{type:[Number,String],default:0},indexList:{type:Array,default:function(){return function(){for(var t=[],e="A".charCodeAt(0),n=0;n<26;n++)t.push(String.fromCharCode(e+n));return t}()}},activeColor:{type:String,default:"#2979ff"}},created:function(){this.stickyOffsetTop=this.offsetTop?uni.upx2px(this.offsetTop):44,this.children=[]},data:function(){return{activeAnchorIndex:0,showSidebar:!0,touchmove:!1,touchmoveIndex:0}},watch:{scrollTop:function(){this.updateData()}},computed:{alertZIndex:function(){return this.$u.zIndex.toast}},methods:{updateData:function(){var t=this;this.timer&&clearTimeout(this.timer),this.timer=setTimeout((function(){t.showSidebar=!!t.children.length,t.setRect().then((function(){t.onScroll()}))}),0)},setRect:function(){return Promise.all([this.setAnchorsRect(),this.setListRect(),this.setSiderbarRect()])},setAnchorsRect:function(){return Promise.all(this.children.map((function(t,e){return t.$uGetRect(".u-index-anchor-wrapper").then((function(e){Object.assign(t,{height:e.height,top:e.top})}))})))},setListRect:function(){var t=this;return this.$uGetRect(".u-index-bar").then((function(e){Object.assign(t,{height:e.height,top:e.top+t.scrollTop})}))},setSiderbarRect:function(){var t=this;return this.$uGetRect(".u-index-bar__sidebar").then((function(e){t.sidebar={height:e.height,top:e.top}}))},getActiveAnchorIndex:function(){for(var t=this.children,e=this.sticky,n=this.children.length-1;n>=0;n--){var i=n>0?t[n-1].height:0,o=e?i:0;if(o>=t[n].top)return n}return-1},onScroll:function(){var t=this,e=this.children,n=void 0===e?[]:e;if(n.length){var i=this.sticky,o=this.stickyOffsetTop,a=this.zIndex,r=(this.scrollTop,this.activeColor),c=this.getActiveAnchorIndex();if(this.activeAnchorIndex=c,i){var s=!1;-1!==c&&(s=n[c].top<=0),n.forEach((function(e,i){if(i===c){var u="",d={color:"".concat(r)};s&&(u={height:"".concat(n[i].height,"px")},d={position:"fixed",top:"".concat(o,"px"),zIndex:"".concat(a||t.$u.zIndex.indexListSticky),color:"".concat(r)}),e.active=c,e.wrapperStyle=u,e.anchorStyle=d}else if(i===c-1){var l=n[i],f=l.top,h=i===n.length-1?t.top:n[i+1].top,p=h-f,v=p-l.height,x={position:"relative",transform:"translate3d(0, ".concat(v,"px, 0)"),zIndex:"".concat(a||t.$u.zIndex.indexListSticky),color:"".concat(r)};e.active=c,e.anchorStyle=x}else e.active=!1,e.anchorStyle="",e.wrapperStyle=""}))}}},onTouchMove:function(t){this.touchmove=!0;var e,n=this.children.length,i=t.touches[0],o=this.sidebar.height/n;e=i.clientY;var a=Math.floor((e-this.sidebar.top)/o);a<0?a=0:a>n-1&&(a=n-1),this.touchmoveIndex=a,this.scrollToAnchor(a)},onTouchStop:function(){this.touchmove=!1,this.scrollToAnchorIndex=null},scrollToAnchor:function(t){var e=this;if(this.scrollToAnchorIndex!==t){this.scrollToAnchorIndex=t;var n=this.children.find((function(n){return n.index===e.indexList[t]}));n&&(this.$emit("select",n.index),uni.pageScrollTo({duration:0,scrollTop:n.top+this.scrollTop}))}}}};e.default=i},"1fb4":function(t,e,n){"use strict";n.r(e);var i=n("d4cf"),o=n("73f0");for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("b392");var r=n("828b"),c=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"52449788",null,!1,i["a"],void 0);e["default"]=c.exports},"2c76":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{},[n("v-uni-view",{staticClass:"u-sticky-wrap",class:[t.elClass],style:{height:t.fixed?t.height+"px":"auto",backgroundColor:t.bgColor}},[n("v-uni-view",{staticClass:"u-sticky",style:{position:t.fixed?"fixed":"static",top:t.stickyTop+"px",left:t.left+"px",width:"auto"==t.width?"auto":t.width+"px",zIndex:t.uZIndex}},[t._t("default")],2)],1)],1)},o=[]},"344e":function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("aa9c");var i={name:"u-index-anchor",props:{useSlot:{type:Boolean,default:!1},index:{type:String,default:""},customStyle:{type:Object,default:function(){return{}}}},data:function(){return{active:!1,wrapperStyle:{},anchorStyle:{}}},created:function(){this.parent=!1},mounted:function(){this.parent=this.$u.$parent.call(this,"u-index-list"),this.parent&&(this.parent.children.push(this),this.parent.updateData())},computed:{customAnchorStyle:function(){return Object.assign(this.anchorStyle,this.customStyle)}}};e.default=i},"373c":function(t,e,n){var i=n("d581");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=n("967d").default;o("12d11e7c",i,!0,{sourceMap:!1,shadowMode:!1})},"4ed3":function(t,e,n){"use strict";n.r(e);var i=n("68b7"),o=n("d56e");for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("ced7");var r=n("828b"),c=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"65d54ca6",null,!1,i["a"],void 0);e["default"]=c.exports},"5a0a":function(t,e,n){"use strict";n.r(e);var i=n("c667"),o=n("8dd1");for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("a0bf");var r=n("828b"),c=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"05573061",null,!1,i["a"],void 0);e["default"]=c.exports},"61b0":function(t,e,n){"use strict";n.r(e);var i=n("2c76"),o=n("a99f");for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("9d77");var r=n("828b"),c=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"1ef8cf66",null,!1,i["a"],void 0);e["default"]=c.exports},"68b7":function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return i}));var i={uSticky:n("61b0").default,uSearch:n("5a0a").default,uIndexList:n("6a89").default,uIndexAnchor:n("1fb4").default},o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticClass:"page"},[n("u-sticky",{attrs:{"h5-nav-height":0}},[n("v-uni-view",{staticClass:"search"},[n("u-search",{attrs:{"show-action":!1,placeholder:"请输入需要搜索的品牌名称"},on:{search:function(e){arguments[0]=e=t.$handleEvent(e),t.getData.apply(void 0,arguments)}},model:{value:t.brand_name,callback:function(e){t.brand_name=e},expression:"brand_name"}})],1)],1),n("u-index-list",{attrs:{scrollTop:t.scrollTop,indexList:t.indexList}},t._l(t.indexList,(function(e,i){return n("v-uni-view",{key:i,staticClass:"ul-list"},[n("u-index-anchor",{attrs:{index:e}}),t._l(t.list[e],(function(e){return n("v-uni-view",{key:e.id,staticClass:"imgtxt",on:{click:function(n){arguments[0]=n=t.$handleEvent(n),t.handle("gotoUrl",e)}}},[n("v-uni-image",{attrs:{src:e.brand_logo}}),n("v-uni-view",{staticClass:"text"},[t._v(t._s(e.brand_name))])],1)}))],2)})),1)],1)},a=[]},"6a01":function(t,e,n){var i=n("c86c");e=i(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */[data-v-1ef8cf66] .u-form-item--right__content__slot > uni-view,[data-v-1ef8cf66] .u-form-item--right__content__slot > div,[data-v-1ef8cf66] .u-form-item--right__content__slot > span,[data-v-1ef8cf66] .u-form-item--right__content__slot > uni-text{width:100%}.u-sticky[data-v-1ef8cf66]{z-index:9999999999}',""]),t.exports=e},"6a89":function(t,e,n){"use strict";n.r(e);var i=n("b50e"),o=n("d146");for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("7be2");var r=n("828b"),c=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"7c3102b4",null,!1,i["a"],void 0);e["default"]=c.exports},"6e82":function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("64aa");var i={name:"u-search",props:{shape:{type:String,default:"round"},bgColor:{type:String,default:"#f2f2f2"},placeholder:{type:String,default:"请输入关键字"},clearabled:{type:Boolean,default:!0},focus:{type:Boolean,default:!1},showAction:{type:Boolean,default:!0},actionStyle:{type:Object,default:function(){return{}}},actionText:{type:String,default:"搜索"},inputAlign:{type:String,default:"left"},disabled:{type:Boolean,default:!1},animation:{type:Boolean,default:!1},borderColor:{type:String,default:"none"},value:{type:String,default:""},height:{type:[Number,String],default:64},inputStyle:{type:Object,default:function(){return{}}},maxlength:{type:[Number,String],default:"-1"},searchIconColor:{type:String,default:""},color:{type:String,default:"#606266"},placeholderColor:{type:String,default:"#909399"},margin:{type:String,default:"0"},searchIcon:{type:String,default:"search"}},data:function(){return{keyword:"",showClear:!1,show:!1,focused:this.focus}},watch:{keyword:function(t){this.$emit("input",t),this.$emit("change",t)},value:{immediate:!0,handler:function(t){this.keyword=t}}},computed:{showActionBtn:function(){return!(this.animation||!this.showAction)},borderStyle:function(){return this.borderColor?"1px solid ".concat(this.borderColor):"none"}},methods:{inputChange:function(t){this.keyword=t.detail.value},clear:function(){var t=this;this.keyword="",this.$nextTick((function(){t.$emit("clear")}))},search:function(t){this.$emit("search",t.detail.value);try{uni.hideKeyboard()}catch(t){}},custom:function(){this.$emit("custom",this.keyword);try{uni.hideKeyboard()}catch(t){}},getFocus:function(){this.focused=!0,this.animation&&this.showAction&&(this.show=!0),this.$emit("focus",this.keyword)},blur:function(){var t=this;setTimeout((function(){t.focused=!1}),100),this.show=!1,this.$emit("blur",this.keyword)},clickHandler:function(){this.disabled&&this.$emit("click")}}};e.default=i},"73f0":function(t,e,n){"use strict";n.r(e);var i=n("344e"),o=n.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);e["default"]=o.a},"7be2":function(t,e,n){"use strict";var i=n("0945"),o=n.n(i);o.a},"83fa2":function(t,e,n){var i=n("0281");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=n("967d").default;o("54f3a7ee",i,!0,{sourceMap:!1,shadowMode:!1})},"8d11":function(t,e,n){var i=n("6a01");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=n("967d").default;o("1c9053b7",i,!0,{sourceMap:!1,shadowMode:!1})},"8dd1":function(t,e,n){"use strict";n.r(e);var i=n("6e82"),o=n.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);e["default"]=o.a},"91fb":function(t,e,n){var i=n("c86c");e=i(!1),e.push([t.i,".page[data-v-65d54ca6]{height:100vh}.search[data-v-65d54ca6]{padding:%?20?% %?24?%;background:#fff}[data-v-65d54ca6] .u-index-anchor{background:#fff;color:#262626;font-size:%?30?%}.imgtxt[data-v-65d54ca6]{display:flex;align-items:center;padding:%?30?% 0;border-bottom:1px solid #f8f8f8;margin:0 %?80?% 0 %?24?%}.imgtxt uni-image[data-v-65d54ca6]{margin-right:%?20?%;width:%?92?%;height:%?92?%;border:1px solid #f8f8f8;border-radius:32px}.imgtxt uni-view[data-v-65d54ca6]{font-size:%?30?%;color:#262626;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}",""]),t.exports=e},"9d77":function(t,e,n){"use strict";var i=n("8d11"),o=n.n(i);o.a},a0bf:function(t,e,n){"use strict";var i=n("83fa2"),o=n.n(i);o.a},a99f:function(t,e,n){"use strict";n.r(e);var i=n("be9f"),o=n.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);e["default"]=o.a},af73:function(t,e,n){var i=n("c86c");e=i(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */[data-v-7c3102b4] .u-form-item--right__content__slot > uni-view,[data-v-7c3102b4] .u-form-item--right__content__slot > div,[data-v-7c3102b4] .u-form-item--right__content__slot > span,[data-v-7c3102b4] .u-form-item--right__content__slot > uni-text{width:100%}.u-index-bar[data-v-7c3102b4]{position:relative}.u-index-bar__sidebar[data-v-7c3102b4]{position:fixed;top:50%;right:0;display:flex;flex-direction:row;flex-direction:column;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-user-select:none;user-select:none;z-index:99}.u-index-bar__index[data-v-7c3102b4]{font-weight:500;padding:%?8?% %?18?%;font-size:%?22?%;line-height:1}.u-indexed-list-alert[data-v-7c3102b4]{position:fixed;width:%?120?%;height:%?120?%;right:%?90?%;top:50%;margin-top:%?-60?%;border-radius:%?24?%;font-size:%?50?%;color:#fff;background-color:rgba(0,0,0,.65);display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;z-index:9999999}.u-indexed-list-alert uni-text[data-v-7c3102b4]{line-height:%?50?%}',""]),t.exports=e},b392:function(t,e,n){"use strict";var i=n("373c"),o=n.n(i);o.a},b50e:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[n("v-uni-view",{staticClass:"u-index-bar"},[t._t("default"),t.showSidebar?n("v-uni-view",{staticClass:"u-index-bar__sidebar",on:{touchstart:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e),t.onTouchMove.apply(void 0,arguments)},touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e),t.onTouchMove.apply(void 0,arguments)},touchend:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e),t.onTouchStop.apply(void 0,arguments)},touchcancel:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e),t.onTouchStop.apply(void 0,arguments)}}},t._l(t.indexList,(function(e,i){return n("v-uni-view",{key:i,staticClass:"u-index-bar__index",style:{zIndex:t.zIndex+1,color:t.activeAnchorIndex===i?t.activeColor:""},attrs:{"data-index":i}},[t._v(t._s(e))])})),1):t._e(),t.touchmove&&t.indexList[t.touchmoveIndex]?n("v-uni-view",{staticClass:"u-indexed-list-alert",style:{zIndex:t.alertZIndex}},[n("v-uni-text",[t._v(t._s(t.indexList[t.touchmoveIndex]))])],1):t._e()],2)],1)},o=[]},be9f:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("64aa"),n("9c4e");var i={name:"u-sticky",props:{offsetTop:{type:[Number,String],default:0},index:{type:[Number,String],default:""},enable:{type:Boolean,default:!0},h5NavHeight:{type:[Number,String],default:44},bgColor:{type:String,default:"#ffffff"},zIndex:{type:[Number,String],default:""}},data:function(){return{fixed:!1,height:"auto",stickyTop:0,elClass:this.$u.guid(),left:0,width:"auto"}},watch:{offsetTop:function(t){this.initObserver()},enable:function(t){0==t?(this.fixed=!1,this.disconnectObserver("contentObserver")):this.initObserver()}},computed:{uZIndex:function(){return this.zIndex?this.zIndex:this.$u.zIndex.sticky}},mounted:function(){this.initObserver()},methods:{initObserver:function(){var t=this;this.enable&&(this.stickyTop=0!=this.offsetTop?uni.upx2px(this.offsetTop)+this.h5NavHeight:this.h5NavHeight,this.disconnectObserver("contentObserver"),this.$uGetRect("."+this.elClass).then((function(e){t.height=e.height,t.left=e.left,t.width=e.width,t.$nextTick((function(){t.observeContent()}))})))},observeContent:function(){var t=this;this.disconnectObserver("contentObserver");var e=this.createIntersectionObserver({thresholds:[.95,.98,1]});e.relativeToViewport({top:-this.stickyTop}),e.observe("."+this.elClass,(function(e){t.enable&&t.setFixed(e.boundingClientRect.top)})),this.contentObserver=e},setFixed:function(t){var e=t uni-view,[data-v-52449788] .u-form-item--right__content__slot > div,[data-v-52449788] .u-form-item--right__content__slot > span,[data-v-52449788] .u-form-item--right__content__slot > uni-text{width:100%}.u-index-anchor[data-v-52449788]{box-sizing:border-box;padding:%?14?% %?24?%;color:#606266;width:100%;font-weight:500;font-size:%?28?%;line-height:1.2;background-color:#f5f5f5}.u-index-anchor--active[data-v-52449788]{right:0;left:0;color:#2979ff;background-color:#fff}',""]),t.exports=e},dc4a:function(t,e,n){var i=n("91fb");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=n("967d").default;o("171609e0",i,!0,{sourceMap:!1,shadowMode:!1})},e71a:function(t,e,n){"use strict";n("6a54");var i=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("aa9c");var o=i(n("2634")),a=i(n("2fdc")),r={components:{},data:function(){return{brand_name:"",list:null,scrollTop:0,indexList:[]}},onLoad:function(){var t=this;return(0,a.default)((0,o.default)().mark((function e(){return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.getData();case 1:case"end":return e.stop()}}),e)})))()},methods:{onPageScroll:function(t){this.scrollTop=t.scrollTop},handle:function(t,e){switch(t){case"gotoUrl":this.$utils.toUrl("/other/list/list?brand_id=".concat(e.id));break}},getData:function(){var t=this;return(0,a.default)((0,o.default)().mark((function e(){var n,i,a,r,c;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.brand_name,e.next=3,t.$allrequest.goods.getBrandList({brand_name:n},!0);case 3:if(i=e.sent,!i.code){for(c in a=i.data.list||{},t.list=a,r=[],a)r.push(c);t.indexList=r}case 5:case"end":return e.stop()}}),e)})))()}}};e.default=r}}]);