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;
}
})