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/')