iview动态加载有徽标数的radioGroup

html:


js:( 中count为0则不显示小红点,其余都显示)

 

 this.radioList=[
          {
            'num':1,
            'item':'Total'
          },
          {
            'num':0,
            'item':'ggds'
          },
          {
            'num':0,
            'item':'fftert'
          },
          {
            'num':0,
            'item':'tthgfg'
          },
          {
            'num':1,
            'item':'rewewqeqw'
          },
          {
            'num':0,
            'item':'opds'
          },
        ]
      },

css

.ivu-radio-group-button .ivu-radio-wrapper-checked{
    background: #00a2ff;
    color: #fdfdfd;
}

你可能感兴趣的:(iview动态加载有徽标数的radioGroup)