From af06269d0709106155cc2b8531baf5553eeb72fe Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 19 九月 2024 21:22:07 +0800
Subject: [PATCH] feat(支付): 优惠券 未查询到用户时展示空列表

---
 pay/scanpay.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pay/scanpay.vue b/pay/scanpay.vue
index bf9e9cb..012df4d 100644
--- a/pay/scanpay.vue
+++ b/pay/scanpay.vue
@@ -424,6 +424,8 @@
         }
       }).then(res => {
         this.couponList = res
+      }).catch(()=>{
+        this.couponList = []
       })
     },
     //閫夋嫨浼樻儬鍒�

--
Gitblit v1.9.1