自定义弹窗
This commit is contained in:
parent
c8d1d09279
commit
1c7e239064
|
@ -180,7 +180,7 @@ export default {
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.copyFn(url);
|
this.copyFn(url);
|
||||||
})
|
})
|
||||||
.catch(() => {})
|
.catch(() => ({}))
|
||||||
} else {
|
} else {
|
||||||
// 唤起支付宝
|
// 唤起支付宝
|
||||||
location.replace(url);
|
location.replace(url);
|
||||||
|
@ -197,7 +197,7 @@ export default {
|
||||||
.then(() => {
|
.then(() => {
|
||||||
this.copyFn(url);
|
this.copyFn(url);
|
||||||
})
|
})
|
||||||
.catch(() => {})
|
.catch(() => ({}))
|
||||||
} else { // 小程序 + 通用领取
|
} else { // 小程序 + 通用领取
|
||||||
// 唤起小程序 todo
|
// 唤起小程序 todo
|
||||||
location.replace('https://www.baidu.com/')
|
location.replace('https://www.baidu.com/')
|
||||||
|
|
Loading…
Reference in New Issue