|
@@ -6,7 +6,7 @@
|
|
|
<div class="exam_img"><img :src="item.img" /></div>
|
|
|
<ul class="exam_list">
|
|
|
<li class="exam_list_data" v-for="items in item.data">
|
|
|
- <div class="exam_list_title"><a href="">{{items.title}}</a></div>
|
|
|
+ <div class="exam_list_title"><a :href="items.url" target="_blank">{{items.title}}</a></div>
|
|
|
<div class="look"><Icon type="ios-eye" size="16" />{{items.loocknum}}</div>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -22,26 +22,26 @@
|
|
|
listdata: [
|
|
|
{
|
|
|
"id": 1, "title": '中考专区', "num": '980', "img": require("../../assets/image/resource/exam_img_one.jpg"), data: [
|
|
|
- { "type": '物理', "title": '2018年成都市中考物理试卷.doc', "loocknum": '750' },
|
|
|
- { "type": '英语', "title": '2018年成都市中考英语试卷.doc', "loocknum": '920' },
|
|
|
- { "type": '数学', "title": '2018年成都市中考数学试卷.doc', "loocknum": '1006' },
|
|
|
- { "type": '化学', "title": '2018年成都市中考化学试卷.doc', "loocknum": '450' },
|
|
|
+ { "type": '物理', "title": '2018年成都市中考物理试卷.doc', "loocknum": '750',"url":'/details' },
|
|
|
+ { "type": '英语', "title": '2018年成都市中考英语试卷.doc', "loocknum": '920', "url": '/details'},
|
|
|
+ { "type": '数学', "title": '2018年成都市中考数学试卷.doc', "loocknum": '1006', "url": '/details'},
|
|
|
+ { "type": '化学', "title": '2018年成都市中考化学试卷.doc', "loocknum": '450', "url": '/details'},
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
"id": 2, "title": '高考专区', "num": '1080', "img": require("../../assets/image/resource/exam_img_two.jpg"), data: [
|
|
|
- { "type": '语文', "title": '2018年成都市高考语文试卷.doc', "loocknum": '1750' },
|
|
|
- { "type": '英语', "title": '2018年成都市高考英语试卷.doc', "loocknum": '1220' },
|
|
|
- { "type": '数学', "title": '2018年成都市高考数学试卷.doc', "loocknum": '1606' },
|
|
|
- { "type": '历史', "title": '2018年成都市高考历史试卷.doc', "loocknum": '1450' },
|
|
|
+ { "type": '语文', "title": '2018年成都市高考语文试卷.doc', "loocknum": '1750', "url": '/details' },
|
|
|
+ { "type": '英语', "title": '2018年成都市高考英语试卷.doc', "loocknum": '1220', "url": '/details' },
|
|
|
+ { "type": '数学', "title": '2018年成都市高考数学试卷.doc', "loocknum": '1606', "url": '/details' },
|
|
|
+ { "type": '历史', "title": '2018年成都市高考历史试卷.doc', "loocknum": '1450', "url": '/details' },
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
"id": 3, "title": '优课专区', "num": '900', "img": require("../../assets/image/resource/exam_img_three.jpg"), data: [
|
|
|
- { "type": '优课', "title": '等腰三角形的判定与反证法', "loocknum": '350' },
|
|
|
- { "type": '优课', "title": '一元二次方程的应用', "loocknum": '620' },
|
|
|
- { "type": '优课', "title": '万有引力定律的应用', "loocknum": '606' },
|
|
|
- { "type": '优课', "title": '化学平衡的特征', "loocknum": '535' },
|
|
|
+ { "type": '优课', "title": '古诗二首', "loocknum": '350', "url":'http://1s1k.eduyun.cn/portal/redesign/index/index.jsp?sdResIdCaseId=8aee808f62fbe7ab016300a9e6a22e65&t=2&sessionKey=3xCsBKvbaWPKVmk1Yk9Y' },
|
|
|
+ { "type": '优课', "title": '我的影子', "loocknum": '620', "url":'http://1s1k.eduyun.cn/portal/redesign/index/index.jsp?sdResIdCaseId=8aee80a562bc9be10162be0f7167109d&t=2&sessionKey=ey65FtcgEGMh4uHprmSE' },
|
|
|
+ { "type": '优课', "title": '路程、时间与速度', "loocknum": '606', "url":'http://1s1k.eduyun.cn/portal/redesign/index/index.jsp?sdResIdCaseId=ff8080815d07057f015d07443709007a&t=2&sessionKey=wj0ZhZK7YbjgxhIBJiGw' },
|
|
|
+ { "type": '优课', "title": '振兴中华,我们的责任', "loocknum": '535', "url":'http://1s1k.eduyun.cn/portal/redesign/index/index.jsp?sdResIdCaseId=ff8080815cb052d2015cbebe8a1b23fa&t=2&sessionKey=EvC9kFlYWNaWFm1tKsG0' },
|
|
|
]
|
|
|
},
|
|
|
]
|