Files
ClassContent/历届学生/front-end-team-11/项目开发/学生项目/贡婉宝/得到/page/MyCollection.html
2024-09-27 02:06:13 +08:00

39 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="../js/utils/rem.js"></script>
<link rel="stylesheet" href="https://at.alicdn.com/t/c/font_2124975_ogwnuct6mbe.css">
<link rel="stylesheet" href="../css/public/hea.css">
<link rel="stylesheet" href="../css/page/Institutiondetails.css">
</head>
<!-- 我的收藏 -->
<body>
<div class="swiper-wrapper ">
<ul class="swiper-slide1" style="margin-top: 1.1rem;">
</ul>
</div>
</body>
<script src="../js/config/index.js"></script>
<script src="../js/http/index.js"></script>
<script src="../js/serve/index.js"></script>
<script src="../js/utils/index.js"></script>
<script>
class MyCollection{
constructor(){
header("我的收藏")
this.MyCollection()
}
MyCollection(){
item($(".swiper-slide1"), getItem("like"),3)
clicka(".swiper-slide1 li a",getItem("like"),"detail.html")
}
}
new MyCollection()
</script>
</html>