zhengyiming
2 天以前 78a9387cb4adcc585c81804d49f9161692d8904f
apps/bMiniApp/src/subpackages/task/publishTask/InnerPage.vue
@@ -198,9 +198,9 @@
const form = reactive({
  name: '',
  billingMethod: EnumBillingMethod.Month,
  billingMethod: EnumBillingMethod.Day,
  serviceFee: '' as any as number,
  settlementCycle: EnumSettlementCycle.Month,
  settlementCycle: EnumSettlementCycle.Day,
  benefits: [] as string[],
  ageMinLimit: '' as any as number,
  ageMaxLimit: '' as any as number,