|
@@ -115,6 +115,9 @@ export default {
|
|
return 10 + this.scrollTop - window.innerHeight / 2 + 'px'
|
|
return 10 + this.scrollTop - window.innerHeight / 2 + 'px'
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
+ created() {
|
|
|
|
+ document.title = '官方正品授权查询'
|
|
|
|
+ },
|
|
mounted() {
|
|
mounted() {
|
|
window.addEventListener('scroll', () => {
|
|
window.addEventListener('scroll', () => {
|
|
this.scrollTop = document.documentElement.scrollTop
|
|
this.scrollTop = document.documentElement.scrollTop
|