this.setData 在 Object 中,怎么用?
菜单小程序使用云开发的功能
参数通道配置
let countMsg = "menu[" + groupindex + "].items[" + index + "].count";let countly = this.data.menu[groupindex].items[index].count;
let foodCount = this.data.menu[groupindex].foodCount; |
this.setData 功能
this.setData({this.data.menu[groupindex].items[index].count, [countMsg]: countly +1, [foodCountMsg]: foodCount +1, }); |
结果,foodCountMsg 没有问题。但是 countMsg 在 item Object 数据被删除
