修改店铺样式,优化部分代码

master
lemon橪 2021-08-09 18:44:03 +08:00
parent 209060fd76
commit 1141923407
2 changed files with 6 additions and 0 deletions

View File

@ -147,6 +147,8 @@ export default {
this.getGoodsData();
//
this.getCouponsData();
//
this.getCategoryData();
},
//
onReachBottom() {

View File

@ -51,6 +51,10 @@ export default {
this.params.pageNumber = 1;
this.getGoodsData();
},
onReachBottom(){
this.params.pageNumber ++;
this.getGoodsData();
},
methods: {
/**
* 跳转到商品详情