8 changed files with 87 additions and 74 deletions
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
@ -1,21 +1,31 @@ |
|||||
<template> |
<template> |
||||
<div id="ty"></div> |
<div id="ty"></div> |
||||
</template> |
</template> |
||||
<script> |
<script> |
||||
export default{ |
export default { |
||||
data(){ |
data() { |
||||
return{ |
return {}; |
||||
|
}, |
||||
|
|
||||
} |
mounted() { |
||||
}, |
// console.log("ty vue"); |
||||
mounted(){ |
// console.log(this.$route.meta); |
||||
console.log("ty vue") |
// let bgurl = this.$route.meta; |
||||
console.log(this.$route.meta) |
// this.$emit("bgimg", bgurl); |
||||
let bgurl = this.$route.meta |
}, |
||||
this.$emit("bgimg",bgurl) |
beforeDestroy(){ |
||||
}, |
// console.log("des index"); |
||||
methods:{ |
}, |
||||
|
methods: {}, |
||||
} |
}; |
||||
} |
|
||||
</script> |
</script> |
||||
|
<style> |
||||
|
div.btgym::before{ |
||||
|
background-image: none !important; |
||||
|
content: ""; |
||||
|
} |
||||
|
div.btgym{ |
||||
|
clear: both; |
||||
|
background-image:url('../../assets/ty/tybg.jpg') !important; |
||||
|
} |
||||
|
</style> |
||||
|
|||||
Loading…
Reference in new issue