From de0c04bd910370c99d6903372a5215d2aceafb95 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 20 九月 2024 23:40:02 +0800
Subject: [PATCH] update 合伙人打印和订单详情刷新问题

---
 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