给data设置数据

console.log(JSON.stringify(that.data.navigator[0].content) + "--____+" + JSON.stringify(that.data.tt))
that.setData({

'that.data.navigator[0].content': that.data.tt,
});
console.log(JSON.stringify(that.data.navigator[0].content) )

猜你喜欢

转载自www.cnblogs.com/kongxc/p/9166136.html