mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 00:15:54 +08:00
修改店铺样式,优化部分代码
This commit is contained in:
@@ -147,6 +147,8 @@ export default {
|
||||
this.getGoodsData();
|
||||
// 优惠券信息
|
||||
this.getCouponsData();
|
||||
// 店铺分类
|
||||
this.getCategoryData();
|
||||
},
|
||||
// 下拉加载
|
||||
onReachBottom() {
|
||||
|
||||
@@ -51,6 +51,10 @@ export default {
|
||||
this.params.pageNumber = 1;
|
||||
this.getGoodsData();
|
||||
},
|
||||
onReachBottom(){
|
||||
this.params.pageNumber ++;
|
||||
this.getGoodsData();
|
||||
},
|
||||
methods: {
|
||||
/**
|
||||
* 跳转到商品详情
|
||||
|
||||
Reference in New Issue
Block a user