给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) )
原文地址:https://www.cnblogs.com/kongxc/p/9166136.html