| 
					
				 | 
			
			
				@@ -198,6 +198,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view>阅读并同意<text style="color: #ff5c03;" @click.stop="goWeb(0)">《用户协议》</text>和<text 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						style="color: #ff5c03;" @click.stop="goWeb(1)">《隐私协议》</text></view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view> --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			<view class="footer-tips">重庆云联融智提供技术支持</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </template> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1274,6 +1275,14 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		align-items: $alignI; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		justify-content: $justifyC; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	.footer-tips { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		margin-top: 14rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-family: PingFang SC,PingFang SC; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-weight: 500; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		font-size: 12px; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		color: #bbb; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	.textOne { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		overflow: hidden; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		white-space: nowrap; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1881,7 +1890,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			position: fixed; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			bottom: 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			padding: 32rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			padding-bottom: calc(var(--window-bottom) + 32rpx); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			padding-bottom: calc(var(--window-bottom) + 14rpx); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			box-sizing: border-box; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			z-index: 9; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |