| 
					
				 | 
			
			
				@@ -161,10 +161,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="hander-two"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<view class="pop-btn-del" @click="showPricing=false"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						取消 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<text>取消</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<view class="pop-btn-add" @click="GoOndel()"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						继续提交 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<text>继续提交</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -193,10 +193,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="hander-two"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<view class="pop-btn-del" @click="showPricingUnder=false"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						取消 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							取消 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					<view class="pop-btn-add" @click="GoOnUnder()"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						继续提交 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<text> 继续提交</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -334,6 +336,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			closegaijia() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				this.showPricinggaijia = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.showPricing = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.newprice = ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -826,23 +829,32 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			margin: 30rpx 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			.pop-btn-del { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				width: 48%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				margin: 0 15rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				padding: 22rpx 136rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				// padding: 22rpx 136rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				font-size: 32rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				height: 88rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				line-height: 88rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				color: #111111; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				font-weight: Regular; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				background-color: #F0F2F5; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				border-radius: 50rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			.pop-btn-add { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				height: 88rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				line-height: 88rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				width: 48%; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				border-radius: 50rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				margin: 0 15rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				background-color: #1372FF; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				padding: 22rpx 100rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				// padding: 22rpx 100rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				font-size: 32rpx; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				color: #FFFFFF; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				font-weight: Regular; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				text-align: center; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |