signlist: [{
        id: 0,
        title: '星期一',
        active: ""
      },
      {
        id: 1,
        title: '星期二',
        active: ""
      },
      {
        id: 2,
        title: '星期三',
        active: ""
      },
      {
        id: 3,
        title: '星期四',
        active: ""
      },
      {
        id: 4,
        title: '星期五',
        active: ""
      },
      {
        id: 5,
        title: '星期六',
        active: ""
      },
      {
        id: 6,
        title: '星期日',
        active: ""
      },
    ],

 

 let arr = that.data.signlist;
        for (var i = 0, len = arr.length; i < len; i++) {
          console.log(arr[i].active)
        }

 

相关文章:

  • 2021-12-06
  • 2021-12-28
  • 2021-09-29
  • 2021-12-17
  • 2021-11-20
  • 2021-08-04
  • 2021-11-05
猜你喜欢
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2021-11-20
相关资源
相似解决方案