Commit 4898f3bc by wdc147

Merge remote-tracking branch 'origin/1a86cad6' into wdc

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