From 1c7e239064a121dd48aafd76133c13ba5d46e51a Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Thu, 5 Sep 2024 18:23:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/templates/cmsCash/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/templates/cmsCash/index.vue b/src/views/templates/cmsCash/index.vue index de2ddec..d79acdf 100644 --- a/src/views/templates/cmsCash/index.vue +++ b/src/views/templates/cmsCash/index.vue @@ -180,7 +180,7 @@ export default { .then(() => { this.copyFn(url); }) - .catch(() => {}) + .catch(() => ({})) } else { // 唤起支付宝 location.replace(url); @@ -197,7 +197,7 @@ export default { .then(() => { this.copyFn(url); }) - .catch(() => {}) + .catch(() => ({})) } else { // 小程序 + 通用领取 // 唤起小程序 todo location.replace('https://www.baidu.com/')