Commit 409b2051 by 陈超

T

parent f56a6191
...@@ -88,6 +88,27 @@ ...@@ -88,6 +88,27 @@
</script> </script>
</head> </head>
<body> <body>
<div id="app">
<div class="layout_v">
<van-sticky>
<van-search
v-model="keyword"
style="padding-bottom: 0 !important;"
left-icon="__THEME__/img/serch@3x.png"
shape="round"
background="#ffffff"
placeholder="请输入关键词...">
</van-search>
</van-sticky>
</div>
</div>
<div class="search-bodyer"> <div class="search-bodyer">
<!-- 搜索 --> <!-- 搜索 -->
<div class="goods-eac-box"> <div class="goods-eac-box">
...@@ -165,4 +186,17 @@ ...@@ -165,4 +186,17 @@
</div> </div>
</div> </div>
</body> </body>
<script type="text/javascript">
new Vue({
el: '#app',
data: function() {
return {
keyword: ""
}
},
methods: {
}
})
</script>
</html> </html>
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