| 
					
				 | 
			
			
				@@ -279,7 +279,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               Your browser does not support the video tag. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </video> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <ion-card-header> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <ion-card-title>{{video.title}}</ion-card-title> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-card-title class="title0">{{video.title}}</ion-card-title> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </ion-card-header> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <ion-card-content> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               {{video.description}} 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -428,15 +428,115 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedCompanyCategory === 'chain-brand'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 连锁品牌内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedCompanyCategory === 'alliance'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 联盟商家内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedCompanyCategory === 'top-listed'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 上榜商家内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedCompanyCategory === '10-year-warranty'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 水电质保10年以上内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -470,24 +570,199 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <!-- 设计师内容部分 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedDesignerCategory === 'full-design'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 全案设计内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedDesignerCategory === '100-300'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 100-300/m内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedDesignerCategory === 'retro-modern-simple'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 复古现代简约内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedDesignerCategory === 'preferred-designer'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 优选设计师内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedDesignerCategory === 'top-listed-designer'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 上榜设计师内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedDesignerCategory === 'video-call'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 可面聊内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedDesignerCategory === 'construction'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 可施工内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -512,15 +787,115 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <!-- 装修套餐内容部分 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedPackageCategory === 'top-listed-package'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 上榜套餐内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedPackageCategory === '1000-1200'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 1000-1200元/m内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedPackageCategory === 'nordic-style'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 北欧风内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedPackageCategory === 'modern-simple-style'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 现代简约风内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -548,18 +923,143 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <!-- 家居建材内容部分 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedMaterialsCategory === 'decoration-materials'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 装修建材内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedMaterialsCategory === 'whole-house-customization'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 全屋定制内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedMaterialsCategory === 'finished-furniture'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 成品家私内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedMaterialsCategory === 'kitchen-bathroom-appliances'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 厨卫电器内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <div *ngIf="selectedMaterialsCategory === 'home-appliances'"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 家用电器内容 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <ion-list style="margin-top: 10px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <ion-item *ngFor="let item of onestopList"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-thumbnail slot="start" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <img [src]="item.image"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-thumbnail> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.title}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p style="color: red;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.score}}分 {{item.price}}万元/套 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.locate}} 近期服务{{item.people}}人 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </p> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag1}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {{item.tag2}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </ion-chip> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ion-label> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </ion-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </ion-list> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </div> 
			 |