|
@@ -226,7 +226,7 @@ export default {
|
|
|
})
|
|
})
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
this.orderId = res.id;
|
|
this.orderId = res.id;
|
|
|
- if (this.gas) {
|
|
|
|
|
|
|
+ if (Number(this.gas)) {
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
if (this.payType === 'ALIPAY') {
|
|
if (this.payType === 'ALIPAY') {
|
|
|
// document.location.replace(
|
|
// document.location.replace(
|