You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
728 B
44 lines
728 B
<template>
|
|
<view class="">
|
|
<navigation :showBack="false">
|
|
Search
|
|
</navigation>
|
|
<view class="sea_con">
|
|
<u-form-item :border-bottom="false" class="sea_item">
|
|
<image src="../../../static/home/[email protected]" mode="aspectFit" class="img"></image>
|
|
<u-input :placeholder="'Search'" :border="false" :height="80" class="item_input"/></u-form-item>
|
|
</view>
|
|
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
import api from '@/utils/api'
|
|
import utils from '@/utils'
|
|
import md5 from 'js-md5'
|
|
import store from '@/store'
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
|
|
onLoad() {
|
|
|
|
},
|
|
|
|
onReady() {
|
|
|
|
},
|
|
methods: {
|
|
|
|
},
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<style>
|
|
@import './index.css';
|
|
</style>
|
|
|