zhengyiming
2 天以前 b805013e18b1d76f35b89f5e8696bb17834aa6af
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,