| 
					
				 | 
			
			
				@@ -134,10 +134,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <van-collapse-item 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             v-show="areaId === item.areaId" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             v-for="item in checks" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            :title="item.itemName + '(' + item.points.length + ')'" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            :title="item.itemName" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             :name="item.itemName" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             :key="item.areaId" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <template #right-icon> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <div>{{item.points.length}}项<van-icon name="arrow" /></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </template> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div v-for="(point, index) in item.points"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <van-cell> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <template #title> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -301,7 +304,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ...mapGetters(['id']) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   mounted() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    this.getResumptionData() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    this.getResumptionData(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     window.openNFCScanCallBack = this.openNFCScanCallBack; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   created() { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -469,9 +472,10 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.areasMap = obj; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.activeArea(this.areas[0], 0) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        if (!this.enable) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        /*if (!this.enable) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.openCollapseItems() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.openCollapseItems() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.updateNFC(0); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 |