xukang 4 달 전
부모
커밋
dc3921b6a3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      newwisefitnessapp/src/app/tag-input/tag-input.component.html
  2. 1 1
      newwisefitnessapp/src/app/test-page/test-page.component.html

+ 1 - 1
newwisefitnessapp/src/app/tag-input/tag-input.component.html

@@ -5,7 +5,7 @@
 
   <ion-card-content>
     <div class="input-container">
-      <ion-input [(ngModel)]="tagInput" placeholder="输入标签" (keydown.enter)="addTag()"></ion-input>
+      <ion-input [(ngModel)]="tagInput" placeholder="例如:减脂,增肌..." (keydown.enter)="addTag()"></ion-input>
       <ion-button expand="full" (click)="addTag()">添加标签</ion-button>
     </div>
 

+ 1 - 1
newwisefitnessapp/src/app/test-page/test-page.component.html

@@ -11,7 +11,7 @@
       <h2>请输入您的健身目标</h2>
       <app-tag-input (tagsChanged)="onTagsChanged($event)"></app-tag-input>
       <ion-item>
-        <ion-label position="floating">详细描述(可选)</ion-label>
+        <ion-label position="floating">详细描述(可选,越详细计划越清晰哦!)</ion-label>
         <ion-textarea [value]="goalDescription" (ionInput)="onGoalDescriptionChange($event)"
           placeholder="例如:我想减脂,增强耐力..." auto-grow="true">
         </ion-textarea>