滚动加载

cyl/dev
jscyl13849007907 1 year ago
parent 6ef277b998
commit bad88e38c0

File diff suppressed because it is too large Load Diff

@ -705,7 +705,7 @@ export default {
showfooter() { showfooter() {
const path = this.$route.fullPath; const path = this.$route.fullPath;
if (path.indexOf("main") > -1) { if (path.indexOf("main") > -1 || this.pagrTitle == 'list') {
this.isbannershow = false; this.isbannershow = false;
this.isfootershow = false; this.isfootershow = false;
} else { } else {

Loading…
Cancel
Save