Commit 75781e01 by zsh

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

parents cc4c54b7 f5a8fc51
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,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: {
...@@ -150,10 +150,11 @@ export default { ...@@ -150,10 +150,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>
...@@ -187,8 +188,8 @@ export default { ...@@ -187,8 +188,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;
......
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
delay: 5000, delay: 5000,
disableOnInteraction: false disableOnInteraction: false
}, },
spaceBetween: 10, spaceBetween: 2,
loop: true, loop: true,
speed: 500 speed: 500
} }
...@@ -155,7 +155,8 @@ export default { ...@@ -155,7 +155,8 @@ export default {
display: flex; display: flex;
.gradethree{ .gradethree{
width: 120px; width: 120px;
height: 100%; height: 144px;
margin-top: 243px;
margin-left: 457px; margin-left: 457px;
cursor: pointer; cursor: pointer;
} }
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
export default { export default {
methods: { methods: {
back () { back () {
this.$router.push('/growth') this.$router.push('/growthRecord')
} }
} }
} }
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
export default { export default {
methods: { methods: {
back () { back () {
this.$router.push('/growth') this.$router.push('/growthRecord')
} }
} }
} }
......
...@@ -32,7 +32,7 @@ export default [ ...@@ -32,7 +32,7 @@ export default [
component: Index component: Index
}, },
{ {
path: '/growth', path: '/growthRecord',
component: growthRecord component: growthRecord
}, },
{ {
......
static/images/junior.png

211 KB | W: | H:

static/images/junior.png

223 KB | W: | H:

static/images/junior.png
static/images/junior.png
static/images/junior.png
static/images/junior.png
  • 2-up
  • Swipe
  • Onion skin
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