This commit is contained in:
sexygoat
2026-04-27 14:45:03 +08:00
parent fbf5371086
commit 24b2293d71

View File

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