2
0

fix:限制价格最低0.01元

This commit is contained in:
zhongzm
2025-03-11 16:19:38 +08:00
parent ccccfd347c
commit 946ae91d99

View File

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