@@ -12,16 +12,16 @@ Page({ | |||
}, | |||
sendAvatar: 'http://wx.qlogo.cn/mmopen/ajNVdqHZLLAIliaZvz5B1ibTzTehYzXdfBZ9hXTL7yuhuCUQGyzbuHeYS2yr8rO5PkbUBbHuWb5h9SibpRQkj3GTw/0', | |||
newsList: [ | |||
{ | |||
date: "2020.10.19", | |||
message: '哈喽,好久不见', | |||
type: 0 | |||
}, | |||
{ | |||
date: "2020.10.20", | |||
message: '是呀,好久不见', | |||
type: 1 | |||
}, | |||
// { | |||
// date: "2020.10.19", | |||
// message: '哈喽,好久不见', | |||
// type: 0 | |||
// }, | |||
// { | |||
// date: "2020.10.20", | |||
// message: '是呀,好久不见', | |||
// type: 1 | |||
// }, | |||
],//消息列表 | |||
historyList: [], | |||
input: null, |