Merge branch 'main' of http://122.51.230.86:3000/dianliang/school_website
This commit is contained in:
commit
9b980f9507
@ -139,7 +139,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 动画-->
|
<!-- 动画-->
|
||||||
</div>
|
</div>
|
||||||
<div style=" width: 156px;height: 42px;margin: 50px auto;" @click="golist(indexList[2].id)" >
|
<div style=" width: 156px;height: 42px;margin: 50px auto;cursor: pointer" @click="godx()" >
|
||||||
<img src="../assets/gw/anniu.png" style=" width: 156px;height: 42px">
|
<img src="../assets/gw/anniu.png" style=" width: 156px;height: 42px">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -289,6 +289,12 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
godx(){
|
||||||
|
this.$router.push({
|
||||||
|
name: 'xufang',
|
||||||
|
query:{ id: '1813829868593483776' }
|
||||||
|
});
|
||||||
|
},
|
||||||
golist(id){
|
golist(id){
|
||||||
console.log('跳转',id)
|
console.log('跳转',id)
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
|
@ -7,6 +7,8 @@
|
|||||||
<img src="../../assets/gw/ny-banner.jpg" alt="">
|
<img src="../../assets/gw/ny-banner.jpg" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="back" @click="goback"> <i class="el-icon-d-arrow-left"></i> 返回</div>
|
||||||
<!-- new -->
|
<!-- new -->
|
||||||
<div class="content-box" >
|
<div class="content-box" >
|
||||||
<div class="title_">{{info.contentTitle}}</div>
|
<div class="title_">{{info.contentTitle}}</div>
|
||||||
@ -75,6 +77,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
goback(){
|
||||||
|
this.$router.go(-1)
|
||||||
|
},
|
||||||
// 触发导航
|
// 触发导航
|
||||||
getCurrentActive(value) {
|
getCurrentActive(value) {
|
||||||
if (this.currentActive == value) {
|
if (this.currentActive == value) {
|
||||||
@ -545,4 +550,12 @@ export default {
|
|||||||
min-height:400px;
|
min-height:400px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.back{
|
||||||
|
width: 80%;
|
||||||
|
margin: 15px auto;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
cursor: pointer;
|
||||||
|
color: #00A0E8;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user