Commit c2ab57b8 by libai

测试

parent 5ab0c734
......@@ -233,7 +233,7 @@ $(function(){
newList+="]"
newList=JSON.parse(newList)
hotList=newList
console.log(newList)
// console.log(newList)
var html=[];
if(type==1){
if($("body").width().toString().split("p")[0]>1440&&$("body").width().toString().split("p")[0]<2400) listNum=10
......
......@@ -65,8 +65,9 @@
}
.yourclass6 .layui-layer-content {
border-radius: 0rem !important;
}
</style>
</head>
<body style="background: #d9d9d9">
......
......@@ -1120,6 +1120,9 @@ $(function () {
html += '</li>';
}
$(".rich-list-ul").html(html)
$(".rich-list-face").on("error",function(){
console.log("1212")
})
$(".name-span").unbind("click").on("click",function(){
var _self=$(this)
cardUp( _self.attr("data-type"))
......
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 sign in to comment