From 15a0e50e48ef7c165140f3bf315a0a7f9ee742c3 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Fri, 17 Oct 2025 18:26:06 +0800
Subject: [PATCH] 1
---
src/views/modules/c2c/c2c_pay_order.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/c2c/c2c_pay_order.vue b/src/views/modules/c2c/c2c_pay_order.vue
index 133e97a..10af444 100644
--- a/src/views/modules/c2c/c2c_pay_order.vue
+++ b/src/views/modules/c2c/c2c_pay_order.vue
@@ -142,8 +142,8 @@
),
}).then(({ data }) => {
console.log(data.total);
- this.dataList = data.data;
- this.page.total = data.total;
+ this.dataList = data.data.records;
+ this.page.total = data.data.total;
this.dataListLoading = false;
if (done) {
done();
--
Gitblit v1.9.3