From 24b2293d71ecbbce498ab082bcbe85e83462b3dc Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Mon, 27 Apr 2026 14:45:03 +0800 Subject: [PATCH] fix: ll --- components/TrafficCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TrafficCard.vue b/components/TrafficCard.vue index 81bd815..53ea746 100644 --- a/components/TrafficCard.vue +++ b/components/TrafficCard.vue @@ -111,7 +111,7 @@ if (activePackage.enable_virtual_data) { // 启用虚流量 usedMB.value = activePackage.virtual_used_mb || 0; - totalMB.value = activePackage.virtual_limit_mb || 0; + totalMB.value = activePackage.data_limit_mb || 0; remainMB.value = activePackage.virtual_remain_mb || 0; } else { // 未启用虚流量,使用真流量