api/m/js/Category.b617b409.js
2021-01-04 13:45:02 +08:00

2 lines
1.7 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["Category"],{4886:function(t,e,n){"use strict";n.r(e);var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"category",staticStyle:{display:"flex","flex-direction":"column",height:"calc(100vh - 50px)"}},[n("van-nav-bar",{attrs:{title:"标题","left-text":"返回","left-arrow":""},on:{"click-left":function(e){return t.$router.back()}},scopedSlots:t._u([{key:"title",fn:function(){return[n("van-search",{attrs:{placeholder:"请输入搜索关键词"},model:{value:t.searchValue,callback:function(e){t.searchValue=e},expression:"searchValue"}})]},proxy:!0}])}),n("van-tree-select",{staticStyle:{flex:"1"},attrs:{items:t.items,"active-id":t.activeId,"main-active-index":t.activeIndex},on:{"update:activeId":function(e){t.activeId=e},"update:active-id":function(e){t.activeId=e},"update:mainActiveIndex":function(e){t.activeIndex=e},"update:main-active-index":function(e){t.activeIndex=e},"click-item":t.onSelect}})],1)},c=[],i={name:"Category",data:function(){return{searchValue:"",items:[{text:"手机数码",children:[{text:"手机"},{text:"数据线"},{text:"充电宝"},{text:"耳机"}]},{text:"女装",children:[{text:"针织衫"},{text:"连衣裙"}]},{text:"电脑",children:[{text:"笔记本"},{text:"显卡"},{text:"硬盘"},{text:"SSD"}]},{text:"家用电器",children:[{text:"电视"},{text:"冰箱"},{text:"洗衣机"}]}],activeId:1,activeIndex:0}},mounted:function(){document.title="分类"},methods:{onSelect:function(t){this.$router.push("/goods-list?cate="+t.text)}}},l=i,r=n("2877"),o=Object(r["a"])(l,a,c,!1,null,null,null);e["default"]=o.exports}}]);
//# sourceMappingURL=Category.b617b409.js.map