Explorar o código

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

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe hai 1 ano
pai
achega
28e18c404b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 ''