Explorar el Código

fix: 修复文案问题

YuJing hace 1 semana
padre
commit
650439c694
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      features/feature/src/main/ets/pages/MsgDetailPage.ets

+ 1 - 1
features/feature/src/main/ets/pages/MsgDetailPage.ets

@@ -76,7 +76,7 @@ struct MsgDetailPage {
   @Builder
   titleComp(){
     Scroll(this.controller){
-      Text(this.item.title + '456666')
+      Text(this.item.title)
         .fontSize(18)
         .fontWeight(500)
         .fontColor(Color.Black)