fix: ll
This commit is contained in:
@@ -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 {
|
||||
// 未启用虚流量,使用真流量
|
||||
|
||||
Reference in New Issue
Block a user