自定义弹窗
This commit is contained in:
parent
c8d1d09279
commit
1c7e239064
|
@ -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/')
|
||||
|
|
Loading…
Reference in New Issue