wupengfei
5 天以前 850f3870a622a83d0e5e4b6b84f1c21079cffaec
apps/bMiniApp/src/subpackages/task/publishTask/InnerPage.vue
@@ -329,7 +329,7 @@
        prop="totalServiceFee"
        label-width="110px"
      >
        {{ form.totalServiceFee }}
        {{ `${toThousand(form.totalServiceFee)}元` }}
      </nut-form-item>
    </nut-form>
  </ContentScrollView>
@@ -367,7 +367,7 @@
  ChooseInputWithAreaPicker,
  ChooseInputWithCheckbox,
} from '@12333/components';
import { FormValidator, Message } from '@12333/utils';
import { FormValidator, Message, toThousand } from '@12333/utils';
import * as taskServices from '@12333/services/apiV2/task';
import { FormRules } from '@nutui/nutui-taro/dist/types/__VUE/form/types';
import Taro from '@tarojs/taro';