| 
					
				 | 
			
			
				@@ -12,6 +12,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <Loading v-if="isError || !isLogin" :type="3" :loadStatus="2" :showText="'加载失败,请下拉重新加载'" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <view class="all-container" v-else> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <view class="noticebar-container" v-if="noticeContent"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <u-notice-bar :text="noticeContent"></u-notice-bar> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 去除商城和服务业务 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- <view class="swiper-container" v-if="bannerList.length > 0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <u-swiper 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -362,6 +366,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { getNoticeNum, getOrderNum, selectionChange, mini_env } from '@/common/utils/util.js' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import insuranceDialog from '@/components/insuranceDialog' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   components: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     insuranceDialog 
			 |