小程序版本号
CI / verify (pull_request) Waiting to run

This commit is contained in:
2026-08-26 07:13:54 +08:00
parent cc0c0a6ef8
commit 1f4506f60b
6 changed files with 7 additions and 35 deletions
@@ -405,13 +405,11 @@ export default function StoreDetailPage() {
</View>
) : null}
<View className="store-detail-tags">
{store.category?.name ? (
{store.category?.name ? (
<View className="store-detail-tags">
<Text className="store-detail-tag">{store.category.name}</Text>
) : null}
<Text className="store-detail-tag"></Text>
<Text className="store-detail-tag"></Text>
</View>
</View>
) : null}
</View>
{marqueeLines.length > 0 ? (