|  | @@ -2,7 +2,7 @@
 | 
	
		
			
				|  |  |      <div class="activepay" :class="[priceList.branchId == 1012 ? 'sh' : '']">
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          <div class="coupon-section" v-if="priceList.branchId == 1012" key='branchId'>
 | 
	
		
			
				|  |  | -            <img src="../assets/couponsh.png" alt="">
 | 
	
		
			
				|  |  | +            <img src="../assets/couponsh2.png" alt="">
 | 
	
		
			
				|  |  |          </div>
 | 
	
		
			
				|  |  |          <div class="coupon-section" v-else key='branchId'>
 | 
	
		
			
				|  |  |              <img v-if="activePrice == 777 || priceList.activePrice" src="../assets/coupon.png" alt="">
 | 
	
	
		
			
				|  | @@ -141,7 +141,8 @@ export default {
 | 
	
		
			
				|  |  |  .btn {
 | 
	
		
			
				|  |  |      padding: .05rem 0 .08rem;
 | 
	
		
			
				|  |  |      border-radius: 1rem;
 | 
	
		
			
				|  |  | -    background:linear-gradient(270deg,rgba(242,209,163,1) 0%,rgba(188,130,76,1) 100%);
 | 
	
		
			
				|  |  | +    // background:linear-gradient(270deg,rgba(242,209,163,1) 0%,rgba(188,130,76,1) 100%);
 | 
	
		
			
				|  |  | +    background: #f85043;
 | 
	
		
			
				|  |  |      border: 0;
 | 
	
		
			
				|  |  |      color: #fff;
 | 
	
		
			
				|  |  |      font-size: .14rem;
 |