1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-index-components-searchSelect-searchSelect"],{1220:function(t,e,n){"use strict";n.r(e);var a=n("ae06"),i=n.n(a);for(var c in a)"default"!==c&&function(t){n.d(e,t,(function(){return a[t]}))}(c);e["default"]=i.a},"745b":function(t,e,n){"use strict";var a;n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return a}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[t.flag?n("v-uni-view",{staticClass:"searchSelect shadow"},[n("v-uni-view",{staticClass:"cu-bar search bg-white"},[n("v-uni-view",{staticClass:"search-form round",staticStyle:{"margin-top":"0"}},[n("v-uni-input",{staticStyle:{border:"none"},attrs:{"adjust-position":!1,type:"text",placeholder:"","confirm-type":"search"},on:{focus:function(e){arguments[0]=e=t.$handleEvent(e),t.InputFocus.apply(void 0,arguments)},blur:function(e){arguments[0]=e=t.$handleEvent(e),t.InputBlur.apply(void 0,arguments)},input:function(e){arguments[0]=e=t.$handleEvent(e),t.handleInput()}},model:{value:t.searchInput,callback:function(e){t.searchInput=e},expression:"searchInput"}}),n("v-uni-text",{staticClass:"cuIcon-search "})],1)],1),n("v-uni-view",{staticClass:"select-items"},t._l(t.searchList,(function(e,a){return n("v-uni-view",{key:a,staticClass:"select-item",on:{click:function(n){arguments[0]=n=t.$handleEvent(n),t.clickSelectItem(e,a)}}},[t._v(t._s(e))])})),1)],1):t._e()],1)},c=[]},ae06:function(t,e,n){"use strict";var a=n("4ea4");n("4de4"),n("4160"),n("c975"),n("159b"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("96cf");var i=a(n("1da1")),c={name:"searchSelect",props:{flag:{type:Boolean,default:!1},searchList:{type:Array},searchList2:{type:Array}},data:function(){return{searchInput:""}},onload:function(){this.getSearchList()},methods:{getSearchList:function(){var t=arguments,e=this;return(0,i.default)(regeneratorRuntime.mark((function n(){var a,i;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:return a=t.length>0&&void 0!==t[0]?t[0]:{},n.next=3,e.$myRequest({url:"Index/getSiteDropDownBox",data:a});case 3:i=n.sent,i.data.data.forEach((function(t){e.searchList.push(t.siteName),e.searchList2.push(t.siteName)}));case 5:case"end":return n.stop()}}),n)})))()},clickSelectItem:function(t,e){this.getSearchList({siteName:t}),this.flag=!1},handleInput:function(){var t=this,e=this.searchList2.filter((function(e){return e.indexOf(t.searchInput)>-1}));this.searchList=e},InputFocus:function(t){this.InputBottom=t.detail.height},InputBlur:function(t){this.InputBottom=0},changeTab:function(t){that.navIdx=t}}};e.default=c},b357:function(t,e,n){"use strict";n.r(e);var a=n("745b"),i=n("1220");for(var c in i)"default"!==c&&function(t){n.d(e,t,(function(){return i[t]}))}(c);var r,s=n("f0c5"),u=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,"db86c0ba",null,!1,a["a"],r);e["default"]=u.exports}}]);
|