小程序获取data中json格式的某个属性值

时间:2020-04-14 22:23:04   收藏:0   阅读:176
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)
        }

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!