# Conflicts:
#	pages/index/index.vue
#	pages/my/my.vue
This commit is contained in:
LuoShijie
2023-11-01 22:43:46 +08:00
7 changed files with 329 additions and 114 deletions

View File

@@ -1,5 +1,11 @@
<template>
<view class="home-base-bg">
<view class="search_box">
<view class="search_box_border">
<!-- <u-input placeholder="搜索优质产品" placeholder-style="color: #969696" prefixIcon="search"
prefixIconStyle="font-size: 22px;color: #909399;margin-left:30rpx" readonly>
</u-input> -->
</view>
<InputAndSwiper></InputAndSwiper>
<TabBar :current-page="0"></TabBar>
<view class="nav-card">
@@ -69,15 +75,7 @@
},
methods: {
// 头部区域
//获取热点搜索词、背景URL
getHeaderAreaURL() {
this.headerBgList = [];
this.hotSearchWord = ''
}
},
computed:{
}
}
</script>