赞
踩
Component({
data: {
deltaPropArray: [0,0,0,0]
},
ready() {
let propValueArray = this.data.deltaPropArray
for(let i = 0; i < equipInfo.deltaPropArray.length; i++){
propValueArray[i] = equipInfo.deltaPropArray[i]
}
this.setData({
propValueArray
})
}
...
})
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。