Commit e09d349e by 刘海龙

111

parent 0d31d646
......@@ -94,22 +94,21 @@
</head>
<body>
<div id="app">
<van-search
v-model="keyword"
style="padding-bottom: 0 !important;"
left-icon="__THEME__/img/serch@3x.png"
@focus="onFocus"
@search="onSearch"
shape="round"
background="#ffffff"
placeholder="请输入关键词...">
</van-search>
<div class="layout_v">
<van-sticky>
<van-search
v-model="keyword"
style="padding-bottom: 0 !important;"
left-icon="__THEME__/img/serch@3x.png"
@focus="onFocus"
@search="onSearch"
shape="round"
background="#ffffff"
placeholder="请输入关键词...">
</van-search>
<div v-if="!showHistory" class="tabs_container" style="padding-top: 0.5rem; background: #fff;">
<div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx"
......@@ -117,7 +116,7 @@
<span>{{opt.title}}</span>
</div>
</div>
</van-sticky>
<template v-if="showList(0)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment