main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit c06a893edc - Show all commits

View File

@ -337,7 +337,6 @@ export default {
url: 'jcloud.api.billing.process_balance_payment_for_renew_order',
params: {},
validate() {
console.log('验证订单信息:', this.order);
if (!this.order || !this.order.order_id) {
throw new DashboardError('缺少订单信息');
}
@ -363,9 +362,6 @@ export default {
// UItoast
this.isProcessingPayment = false;
this.paymentSuccess = true;
console.log('余额支付成功,更新状态:', {
paymentSuccess: this.paymentSuccess
});
},
onError(error) {
this.error = error.message || '余额支付处理失败';