forked from gxwebsoft/mp-10550
修复已知问题
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user