Commit b2b952d9 by yangyang19979

Merge branch 'yangqingjie' into '1a86cad6'

更换背景图片

See merge request !18
parents a2fd2eaa 7f56ed43
......@@ -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,10 +148,11 @@ export default {
Search () {
if (this.studentName === '顾雨辰' && this.gradeRes.name === '三年级' && this.classRes.name === '四班' && this.sexRes.name === '女') {
this.$router.push({path: '/student'})
}
} else {
this.$message('暂无数据')
}
}
}
}
</script>
......@@ -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