Переглянути джерело

🤢 按要求修改文字

快乐的梦鱼 1 місяць тому
батько
коміт
e58e39a650

+ 1 - 1
src/pages/article/common/CommonListPage.vue

@@ -51,7 +51,7 @@
       </view>
     </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>

+ 1 - 1
src/pages/inhert/old/list.vue

@@ -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;