Explorar el Código

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

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe hace 1 año
padre
commit
28e18c404b
Se han modificado 1 ficheros con 1 adiciones y 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) {
         if (postion - 10 > 0) {
           return detail.substring(postion - 10)
           return detail.substring(postion - 10)
         } else {
         } else {
-          return ''
+          return detail
         }
         }
       } else {
       } else {
         return ''
         return ''