...
|
...
|
@@ -143,7 +143,6 @@ export default { |
|
|
|
|
|
if (this.navTop) {
|
|
|
let scrollY = -y;
|
|
|
|
|
|
if (scrollY >= this.navTop) {
|
|
|
this.isShow = true;
|
|
|
} else {
|
...
|
...
|
@@ -229,28 +228,6 @@ export default { |
|
|
this.reportParams = params;
|
|
|
console.log(this.reportParams);
|
|
|
}
|
|
|
|
|
|
// getReportParams(item, index) {
|
|
|
// let { template_id, template_name } = item;
|
|
|
// let PAGE_URL = window.location.href;
|
|
|
|
|
|
// this.searchParams = {
|
|
|
// F_ID: template_id,
|
|
|
// PAGE_URL,
|
|
|
// F_INDEX: index + 1,
|
|
|
// F_NAME: template_name,
|
|
|
// I_INDEX: '',
|
|
|
// F_URL: '',
|
|
|
// }
|
|
|
// console.log(item);
|
|
|
// console.log(this.searchParams);
|
|
|
// }
|
|
|
// onPullingDown() {
|
|
|
// let params = this.searchParams;
|
|
|
|
|
|
// params.isReset = true;
|
|
|
// this.fetchList(params);
|
|
|
// },
|
|
|
},
|
|
|
components: {
|
|
|
Swiper,
|
...
|
...
|
@@ -283,6 +260,7 @@ export default { |
|
|
width: 100%;
|
|
|
height: 100px;
|
|
|
box-shadow: 0 0 120px 100px #f2f2f2 !important;
|
|
|
z-index: -1;
|
|
|
}
|
|
|
|
|
|
&.fixed-nav {
|
...
|
...
|
|