2
0

fix:套餐金额不显示默认金额

This commit is contained in:
zhongzm
2025-03-12 15:10:48 +08:00
parent a342cfc64e
commit 04c076272a

View File

@@ -351,7 +351,7 @@ const formState = ref<PackageForm>({
packageName: '',
periodNum: 1,
periodType: 2,
price: '0.01',
price: '',
trafficEnable: false,
traffic: 0,
trafficUnit: 'GB',
@@ -464,7 +464,7 @@ const handleCancel = () => {
packageName: '',
periodNum: 1,
periodType: 2,
price: '0.01',
price: '',
trafficEnable: false,
traffic: 0,
trafficUnit: 'GB',