From 48825ae81fe03077ac27fe839c93322ad1788ac8 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 10 九月 2024 15:21:00 +0800 Subject: [PATCH] update css --- sub_pages/customer/coupon/good-all.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/sub_pages/customer/coupon/good-all.vue b/sub_pages/customer/coupon/good-all.vue index 55bc7f4..7647cb4 100644 --- a/sub_pages/customer/coupon/good-all.vue +++ b/sub_pages/customer/coupon/good-all.vue @@ -193,6 +193,12 @@ this.listApi = '/api/customer/point/goods/list' this.getList() }, + onPullDownRefresh() { + //刷新积分和刷新商品 + this.$store.dispatch('getCurrentInfo'); + // this.list = [] + this.refreshList() + }, onReachBottom() { this.getMore() -- Gitblit v1.9.3