ソースを参照

fix: 搜索正文显示逻辑调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 年間 前
コミット
28e18c404b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      apps/mobile/src/ui/project-cell/index.vue

+ 1 - 1
apps/mobile/src/ui/project-cell/index.vue

@@ -315,7 +315,7 @@ export default {
         if (postion - 10 > 0) {
           return detail.substring(postion - 10)
         } else {
-          return ''
+          return detail
         }
       } else {
         return ''