微信小程序修改数组的值

来源:互联网 发布:js获取自定义属性 编辑:程序博客网 时间:2024/06/06 04:14

var authority = ‘buttonGroup.authority’
that.setData({
[authority]: parseInt(level)
})