uniapp开发聊天中怎么叠加消息

uniapp开发聊天中怎么叠加消息

let obj={
	name:'梦雨',
	msg:'你好',
}
// 叠加消息
this.xiaoxi.push(obj)

其中obj是当前数据的格式 json


评论