Commit e09d349e by 刘海龙

111

parent 0d31d646
...@@ -94,22 +94,21 @@ ...@@ -94,22 +94,21 @@
</head> </head>
<body> <body>
<div id="app"> <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"> <div class="layout_v">
<van-sticky> <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 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" <div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx"
...@@ -117,7 +116,7 @@ ...@@ -117,7 +116,7 @@
<span>{{opt.title}}</span> <span>{{opt.title}}</span>
</div> </div>
</div> </div>
</van-sticky> </van-sticky>
<template v-if="showList(0)"> <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