@@ -124,11 +124,10 @@
let routes = getCurrentPages();
let curRoute = routes[routes.length - 1].route
this.activeRouter = '/' + curRoute
- this.getAllCategory();
+ this.getAllCategory(1);
},
watch: {
isNew(newVal) {
-
this.getAllCategory(1);
}
@@ -346,7 +345,7 @@
overflow: hidden;
padding: 0 14rpx;
background-color: #fff;
- position: relative;
+ position: relative;
padding-bottom: 200rpx;