Vue.component('consultation-list', {
template: '
\
- \
\
\
文章标题:哈哈哈哈
\
发送时间:2018-1-10 12:12:12
\
\
\
',
data: function() {
return {
chatList: ""
}
},
methods: {
viewDetail: function(id) {
top.layer.open({
type: 2,
maxmin: true,
area: ['600px', '360px'],
shadeClose: true,
content: 'ddd'
});
}
},
mounted: function() {
var Request = GetRequest(),
vm = this;
}
})