支付失败提示
This commit is contained in:
parent
495e2a20dc
commit
e532b9e288
@ -150,8 +150,8 @@
|
|||||||
});
|
});
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
this.$util.Tips(()=>{
|
that.$util.Tips({
|
||||||
|
title: err
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
} else if (res.cancel) {
|
} else if (res.cancel) {
|
||||||
|
@ -491,7 +491,7 @@
|
|||||||
.boundingClientRect(rect => {
|
.boundingClientRect(rect => {
|
||||||
// console.log(this.cartTagInfo, 6666)
|
// console.log(this.cartTagInfo, 6666)
|
||||||
that.cartTagInfo = rect
|
that.cartTagInfo = rect
|
||||||
console.log(rect)
|
|
||||||
})
|
})
|
||||||
.exec();
|
.exec();
|
||||||
// console.log(that.headtop)
|
// console.log(that.headtop)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user