fix:仪表盘无套餐有余额
This commit is contained in:
@@ -304,7 +304,7 @@ async function mockDataUpdate() {
|
||||
...baseData.value[0],
|
||||
value: numBalance,
|
||||
max: Math.max(numBalance, 100),
|
||||
displayValue: response.packageName ? formatBalance(response.balance) : '-',
|
||||
displayValue:formatBalance(response.balance),
|
||||
unit: t('page.headerbanner.money'),
|
||||
subTitle: t('page.headerbanner.deviceCount') + `: ${
|
||||
response.packageName ? (
|
||||
|
||||
Reference in New Issue
Block a user