修复已知问题

This commit is contained in:
2025-07-18 18:23:58 +08:00
parent cf1c69b6d6
commit c6d8cac29e
43 changed files with 332 additions and 2061 deletions

View File

@@ -1,5 +1,4 @@
import Header from './Header';
import MySearch from "./MySearch";
import BestSellers from './BestSellers';
import Taro from '@tarojs/taro';
import {useShareAppMessage, useShareTimeline} from "@tarojs/taro"
@@ -103,10 +102,9 @@ function Home() {
return (
<>
<Header/>
<MySearch done={reload}/>
<div className={'flex flex-col mt-3'}>
<Banner />
<div className={'flex flex-col mt-12'}>
<Menu />
<Banner />
<BestSellers/>
</div>
</>