| 
					
				 | 
			
			
				@@ -100,7 +100,6 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               border={true} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               center 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               onClick={() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                // wx_lite 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 state.payType = 'wx'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               v-slots={{ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -114,19 +113,17 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                   </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }}></Cell> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <Cell 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {/* <Cell 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               title="支付宝支付" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               border={true} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              // class="van-hairline--bottom" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               center 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               onClick={() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                // alipay 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 state.payType = 'zfb'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               v-slots={{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 icon: () => <Icon name="alipay" color="#009fe9" size={22} />, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 'right-icon': () => <Radio name="zfb" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              }}></Cell> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              }}></Cell> */} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </CellGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </RadioGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |