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 { // 未启用虚流量,使用真流量