Commit 19ee0f77 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 5856a20b
......@@ -98,6 +98,11 @@
color:#666666;
font-size: 12px;
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{
margin-right: 5px;
......
......@@ -155,7 +155,6 @@ export default {
},null)
},
loadModuleData(sno){
console.log(this.recoItems.line)
if(sno < this.recoItems.line.length){
let msg={
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