修改店铺样式,优化部分代码
parent
209060fd76
commit
1141923407
|
@ -147,6 +147,8 @@ export default {
|
||||||
this.getGoodsData();
|
this.getGoodsData();
|
||||||
// 优惠券信息
|
// 优惠券信息
|
||||||
this.getCouponsData();
|
this.getCouponsData();
|
||||||
|
// 店铺分类
|
||||||
|
this.getCategoryData();
|
||||||
},
|
},
|
||||||
// 下拉加载
|
// 下拉加载
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
|
|
|
@ -51,6 +51,10 @@ export default {
|
||||||
this.params.pageNumber = 1;
|
this.params.pageNumber = 1;
|
||||||
this.getGoodsData();
|
this.getGoodsData();
|
||||||
},
|
},
|
||||||
|
onReachBottom(){
|
||||||
|
this.params.pageNumber ++;
|
||||||
|
this.getGoodsData();
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
/**
|
/**
|
||||||
* 跳转到商品详情
|
* 跳转到商品详情
|
||||||
|
|
Loading…
Reference in New Issue