|
|
@@ -129,7 +129,7 @@ export default function GoodsListPage() {
|
|
|
</View>
|
|
|
|
|
|
{/* 分类筛选 */}
|
|
|
- <View className="flex space-x-2 mb-4 overflow-x-auto">
|
|
|
+ {/* <View className="flex space-x-2 mb-4 overflow-x-auto">
|
|
|
{categories.map((category) => (
|
|
|
<View
|
|
|
key={category.id}
|
|
|
@@ -146,7 +146,7 @@ export default function GoodsListPage() {
|
|
|
{category.name}
|
|
|
</View>
|
|
|
))}
|
|
|
- </View>
|
|
|
+ </View> */}
|
|
|
|
|
|
{/* 商品列表 */}
|
|
|
{isLoading ? (
|