Commit 19ee0f77 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 5856a20b
...@@ -98,6 +98,11 @@ ...@@ -98,6 +98,11 @@
color:#666666; color:#666666;
font-size: 12px; font-size: 12px;
margin-top:8px; margin-top:8px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
} }
.GroupTour .GroupTour_top_bg .typeLi>li .typeAdress span{ .GroupTour .GroupTour_top_bg .typeLi>li .typeAdress span{
margin-right: 5px; margin-right: 5px;
......
...@@ -155,7 +155,6 @@ export default { ...@@ -155,7 +155,6 @@ export default {
},null) },null)
}, },
loadModuleData(sno){ loadModuleData(sno){
console.log(this.recoItems.line)
if(sno < this.recoItems.line.length){ if(sno < this.recoItems.line.length){
let msg={ let msg={
pageIndex: 1, pageIndex: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment