|
|
@@ -13,6 +13,7 @@ import { useCart } from '@/contexts/CartContext'
|
|
|
import { Navbar } from '@/components/ui/navbar'
|
|
|
import { Carousel } from '@/components/ui/carousel'
|
|
|
import Taro, { usePullDownRefresh, useReachBottom } from '@tarojs/taro'
|
|
|
+import { TabBar } from '@/components/ui/tab-bar'
|
|
|
|
|
|
type GoodsResponse = InferResponseType<typeof goodsClient.$get, 200>
|
|
|
type Goods = GoodsResponse['data'][0]
|
|
|
@@ -255,7 +256,9 @@ const HomePage: React.FC = () => {
|
|
|
)}
|
|
|
</>
|
|
|
)}
|
|
|
+ <View className="height130"></View>
|
|
|
</View>
|
|
|
+
|
|
|
</ScrollView>
|
|
|
</TabBarLayout>
|
|
|
)
|