小程序
小游戏
企业微信
微信支付
扫描小程序码分享
我想在这个片段里连续的添加数组元素,从log打印里来看,很美丽,实现了。但在setData数据里却什么也没有,填充到数据库里就是空值。请各位大神帮忙。
https://developers.weixin.qq.com/s/N7zw1bmF7J77
log打印很美丽
但实际根本没数据
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
一个不是很复杂的功能搞的这么复杂,实在看不下去了~
懒得细看了。
addnewrelations: function(e) {
var obj = {
id: this.data.relationslist[this.data.x].id,
name: this.data.relationslist[this.data.x].name,
image: this.data.relationslist[this.data.x].image,
appellation: this.data.appellation[this.data.y]
}
var relations = this.data.relations;
relations.push(obj)
var addrelation = this.data.addrelation + "TA的" + this.data.appellation[this.data.y] + "是" + this.data.relationslist[this.data.x].name + '\n';
this.setData({
relations: relations,
addrelation: addrelation,
'newpersonrelations.relations': relations
})
},
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
多谢大神,之前我也是这么直接用,就是不知道哪里写错了,重复执行函数的时候,前面添加的参数就被后来添加的覆盖了 5555555555555
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
一个不是很复杂的功能搞的这么复杂,实在看不下去了~
懒得细看了。
addnewrelations: function(e) {
var obj = {
id: this.data.relationslist[this.data.x].id,
name: this.data.relationslist[this.data.x].name,
image: this.data.relationslist[this.data.x].image,
appellation: this.data.appellation[this.data.y]
}
var relations = this.data.relations;
relations.push(obj)
var addrelation = this.data.addrelation + "TA的" + this.data.appellation[this.data.y] + "是" + this.data.relationslist[this.data.x].name + '\n';
this.setData({
relations: relations,
addrelation: addrelation,
'newpersonrelations.relations': relations
})
},
多谢大神,之前我也是这么直接用,就是不知道哪里写错了,重复执行函数的时候,前面添加的参数就被后来添加的覆盖了 5555555555555