| 
					
				 | 
			
			
				@@ -5,6 +5,7 @@ import { ExploreContainerComponent } from '../explore-container/explore-containe 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { FmChatModalInput } from 'fmode-ng'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { IonRow, IonItem } from '@ionic/angular/standalone'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { CommonModule } from '@angular/common'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { SaleCardComponent } from '../component/sale-card/sale-card.component'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // import { ModalAudioMessageComponent } from 'fmode-ng/lib/aigc/chat/chat-modal-input/modal-audio-message/modal-audio-message.component'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -16,7 +17,7 @@ import { CommonModule } from '@angular/common'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   imports: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     IonHeader, IonToolbar, IonTitle, IonContent, ExploreContainerComponent, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     IonButton, IonGrid, IonRow, IonCol,IonCardHeader, IonItem, IonLabel,IonThumbnail,IonCardContent, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    IonCardTitle, IonCard, IonIcon, IonSearchbar, CommonModule, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    IonCardTitle, IonCard, IonIcon, IonSearchbar, CommonModule,SaleCardComponent, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // ASR语音输入模块 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     FmChatModalInput, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // ModalAudioMessageComponent 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -39,7 +40,7 @@ export class Tab3Page { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { name: '耳鼻咽喉', image: '../../assets/image/doctor7.png' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { name: '男科用药', image: '../../assets/image/doctor7.png' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ]; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   products = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { name: '清宫长春胶囊', price: '¥120', image: '../../assets/image/doctor7.png' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { name: '知柏地黄丸', price: '¥200', image: '../../assets/image/doctor7.png' }, 
			 |