{{ data.discountType === 1 ? '满减券' : '折扣券' }}
      
      
        
          
            {{ data.name }}
          
          
            
              ¥
              
                {{
                  data.discountType === 1
                    ? fen2yuan(data.discountPrice)
                    : data.discountPercent / 10.0
                }}
              
              折
            
          
        
        
          
            有效期:领取后 {{ data.fixedEndTerm }} 天内可用
          
          
            有效期: {{ sheep.$helper.timeFormat(data.validStartTime, 'yyyy-mm-dd') }} 至
            {{ sheep.$helper.timeFormat(data.validEndTime, 'yyyy-mm-dd') }}
          
          
            满 {{ fen2yuan(data.usePrice) }} 可用
          
        
      
    
    
    
      
        {{ data.description }}