@@ -51,7 +51,7 @@
</view>
<view
- v-if="(dropDownVisibleCount >= 3 || dropDownVisibleCount == 0)"
+ v-if="showTotal && (dropDownVisibleCount >= 3 || dropDownVisibleCount == 0)"
class="d-flex flex-row justify-center align-center mt-3 size-s color-primary text-bold"
>
<text>总共有 {{ listLoader.total }} 个</text>
@@ -35,7 +35,7 @@ async function loadData(
})
, page, pageSize));
res.list.forEach((p) => {
- p.titlePrefix = `字号名称: ${p.fontName || ''}`;
+ p.titlePrefix = `${p.fontName || ''}`;
p.bottomTags = p.brandType;
return res;