From d23c25ffba52e073fbf120c45b511fc8ab683b0f Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期一, 23 九月 2024 14:45:37 +0800
Subject: [PATCH] 1.合伙人-个人资料修改

---
 sub_pages/customer/coupon/good-all.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sub_pages/customer/coupon/good-all.vue b/sub_pages/customer/coupon/good-all.vue
index 54bdd00..cd9f6eb 100644
--- a/sub_pages/customer/coupon/good-all.vue
+++ b/sub_pages/customer/coupon/good-all.vue
@@ -220,11 +220,12 @@
 			this.listApi = '/api/customer/point/goods/list'
 			this.getList()
 		},
-		onPullDownRefresh() {
+		async onPullDownRefresh() {
 			//刷新积分和刷新商品
 			this.$store.dispatch('getCurrentInfo');
 			// this.list = []
-			this.refreshList()
+			await this.refreshList()
+			uni.stopPullDownRefresh()
 		},
 
 		onReachBottom() {

--
Gitblit v1.9.3