| 
					
				 | 
			
			
				@@ -16,9 +16,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <ion-card> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <img alt="美景图" [src]="view?.get('img')" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <ion-card-header> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <ion-card-title>{{view?.get('name')}}</ion-card-title> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <ion-card-subtitle>作者:{{view?.get('user')?.get('name')||"无名"}}</ion-card-subtitle> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <ion-card-subtitle>{{view?.get('createdAt')| date: 'YYYY/MM/dd/HH:mm'||"发布时间"}}</ion-card-subtitle> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-card-title>{{recommend?.get('name')}}</ion-card-title> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-card-subtitle>作者:{{recommend?.get('user')?.get('name')||"某某某"}}</ion-card-subtitle> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-card-subtitle>{{recommend?.get('createdAt')| date: 'YYYY/MM/dd/HH:mm'||"发布时间"}}</ion-card-subtitle> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="metadata-end-wrapper"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <ion-button fill="clear" color="dark" size="small" class="see"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <ion-icon name="eye-outline" size="small"></ion-icon> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -33,7 +33,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- 评论区 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <ion-list [inset]="true"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <ion-textarea label="评论一下吧" labelPlacement="floating" rows="5" [(ngModel)]="comment"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-textarea label="留下你的想法吧" labelPlacement="floating" rows="5" [(ngModel)]="comment"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </ion-textarea> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <ion-item> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -57,8 +57,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <ion-item class="comment-list"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <p class="commentator">肖哈哈</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <ion-note class="comment-content">666!</ion-note> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <p class="commentator">啾啾啾啾~</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <ion-note class="comment-content">啊啊好漂亮好喜欢好心动!这也太可爱了吧</ion-note> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="comment-time"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <ion-note color="medium">06:11</ion-note> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -66,8 +66,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <ion-item class="comment-list"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <p class="commentator">邱依依</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <ion-note class="comment-content">精彩的旅程 ♥</ion-note> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <p class="commentator">我一直很幸福</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <ion-note class="comment-content">好可爱,看着就想撸一撸,给姨姨吸两口 ♥</ion-note> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="comment-time"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <ion-note color="medium">03:44</ion-note> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -75,8 +75,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <ion-item class="comment-list"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <p class="commentator">秦酒</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <ion-note class="comment-content">很想去!!</ion-note> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <p class="commentator">如南怀瑾</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <ion-note class="comment-content">@子熹 快看这个!</ion-note> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="comment-time"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <ion-note color="medium">Yesterday</ion-note> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -84,12 +84,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <ion-item class="comment-list"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <p class="commentator">文斯斯</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <ion-note class="comment-content">下次一定要试试!!</ion-note> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <p class="commentator">裹着心的光</p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <ion-note class="comment-content">哇好可爱啊,帮我问问它喜欢什么颜色的麻袋!!</ion-note> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div class="comment-time"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <ion-note color="medium">Yesterday</ion-note> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-</ion-content> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</ion-content> 
			 |