Commit 7f56ed43 by 杨青杰

update

parent a2fd2eaa
......@@ -69,7 +69,7 @@ export default {
pics: [
require('../../static/images/class3/health.png'),
require('../../static/images/class3/ronghe.png'),
require('../../static/images/class3/ronghe.png')
require('../../static/images/class3/shuiping.png')
],
// 选择年级
gradeRes: {
......@@ -148,8 +148,9 @@ export default {
Search () {
if (this.studentName === '顾雨辰' && this.gradeRes.name === '三年级' && this.classRes.name === '四班' && this.sexRes.name === '女') {
this.$router.push({path: '/student'})
} else {
this.$message('暂无数据')
}
this.$message('暂无数据')
}
}
......@@ -185,8 +186,8 @@ export default {
}
.img3{
position: absolute;
top:860px;
right:25px;
top:790px;
left:410px;
width: 96px;
height: 22px;
cursor: pointer;
......
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