|
@ -20,6 +20,30 @@
|
|
|
this.getServiceItemList();
|
|
|
},
|
|
|
methods:{
|
|
|
viewDetial:function(type,code){
|
|
|
var vm=this;
|
|
|
if(type==4){
|
|
|
top.layer.msg('客户端暂不支持查询随访记录');
|
|
|
}else{
|
|
|
top.layer.open({
|
|
|
type: 2,
|
|
|
// offset: ['100px'], //右下角弹出
|
|
|
area: ['80%', '600px'],
|
|
|
shade: 0.5,
|
|
|
title: '指导留言',
|
|
|
fixed: true, //不固定
|
|
|
maxmin: true,
|
|
|
closeBtn: 1,
|
|
|
shift: 5,
|
|
|
shadeClose: false, //点击遮罩关闭层
|
|
|
content: '../../article/html/article-info.html?articleId=' + code,
|
|
|
end: function() { // 未点击确定按钮,点击关闭按钮
|
|
|
vm.getServiceItem();
|
|
|
}
|
|
|
});
|
|
|
|
|
|
}
|
|
|
},
|
|
|
chakan:function(){
|
|
|
this.isCollapse=!this.isCollapse;
|
|
|
},
|