{{ state.coupon.name }}
            
              满 {{ fen2yuan(state.coupon.usePrice) }} 元,
              {{
                state.coupon.discountType === 1
                  ? '减 ' + fen2yuan(state.coupon.discountPrice) + ' 元'
                  : '打 ' + state.coupon.discountPercent / 10.0 + ' 折'
              }}
            
            
            
              有效期:领取后 {{ state.coupon.fixedEndTerm }} 天内可用
            
            
              有效期: {{ sheep.$helper.timeFormat(state.coupon.validStartTime, 'yyyy-mm-dd') }} 至
              {{ sheep.$helper.timeFormat(state.coupon.validEndTime, 'yyyy-mm-dd') }}
            
            
          
          
            
              优惠券类型
              {{ state.coupon.discountType === 1 ? '满减券' : '折扣券' }}
            
            
              
                
                  {{ state.coupon.description }}
                
              
            
          
        
      
      
      
        全场通用
      
      
        
          {{ state.coupon.productScope === 2 ? '指定商品可用' : '指定分类可用' }}