Authored by Tao

modify 500

... ... @@ -203,6 +203,8 @@ export default {
if (this.navTop) {
let scrollY = -y;
// console.log(parseInt(scrollY));
// console.log(this.navTop);
if (scrollY >= this.navTop) {
this.isShow = true;
} else {
... ... @@ -259,7 +261,7 @@ export default {
page,
pageSize
});
let {data} = result;
if (result.code === 200) {
... ...