소스 검색

新增评价

warrior 1 개월 전
부모
커밋
6433f3e5d1
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      projects/live-app/src/modules/live/chat/chat.component.html
  2. 2 0
      projects/live-app/src/modules/live/chat/chat.component.ts

+ 1 - 0
projects/live-app/src/modules/live/chat/chat.component.html

@@ -204,3 +204,4 @@
 @if(profile?.id){
 <app-call-modal #call [profile]="profile"></app-call-modal>
 }
+<app-appraise></app-appraise>

+ 2 - 0
projects/live-app/src/modules/live/chat/chat.component.ts

@@ -21,6 +21,7 @@ import {
 import { AiChatService } from '../../../services/aichart.service';
 import { AccountService } from '../../../services/account.service';
 import { CallModalComponent } from '../../../app/components/call-modal/call-modal.component';
+import { AppraiseComponent } from '../../../app/components/appraise/appraise.component';
 
 @Component({
   selector: 'app-chat',
@@ -35,6 +36,7 @@ import { CallModalComponent } from '../../../app/components/call-modal/call-moda
     CommonModule,
     SharedModule,
     CallModalComponent,
+    AppraiseComponent
   ],
   // providers: [DatePipe],
 })