1.支付
parent
eeb8a1121f
commit
a639fc621e
|
|
@ -177,7 +177,6 @@
|
|||
is_show_payment_popup: newVal,
|
||||
submit_disabled_status: bool,
|
||||
});
|
||||
console.log('payment_id:' + this.payment_id);
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -282,7 +282,6 @@
|
|||
pay_price: e.currentTarget.dataset.price,
|
||||
payment_id: e.currentTarget.dataset.payment || 0,
|
||||
});
|
||||
console.log(this.payment_id);
|
||||
},
|
||||
|
||||
// 支付弹窗关闭
|
||||
|
|
|
|||
Loading…
Reference in New Issue