From cf8a461d56dbb7402bb7fbddb1a132acdd372518 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 05 九月 2024 10:28:27 +0800
Subject: [PATCH] feat(支付): 正式环境配置

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

diff --git a/pay/scanpay.vue b/pay/scanpay.vue
index 25a4926..c90f8f0 100644
--- a/pay/scanpay.vue
+++ b/pay/scanpay.vue
@@ -359,10 +359,10 @@
           res.logoImage = config.baseURL + res.logoImage
         }
         this.shopInfo = res
-      }).catch(() => {
+      }).catch((err) => {
         clearTimeout(timer)
         this.shopInfo.scanFlag = 0
-        this.tips = '褰撳墠鐢ㄦ埛杩囧锛岃绋嶅悗閲嶈瘯锝瀇锝�'
+        this.tips = err.description||'褰撳墠鐢ㄦ埛杩囧锛岃绋嶅悗閲嶈瘯锝瀇锝�'
         this.loading = false
       })
 

--
Gitblit v1.9.1