绿满眶商城微信小程序-uniapp
zhanghua
2025-09-01 aea82fc6285fd37a33e0efd6cd0e5089dfa32faf
pages/passport/entry/seller/step1.vue
@@ -57,7 +57,7 @@
        <u-form-item
          :border-bottom="false"
          prop="registeredCapital"
          label="注册资金"
          label="注册资金(万)"
          required
          ><u-input
            type="number"
@@ -182,7 +182,7 @@
import '@/components/uview-components/uview-ui';
import { applyFirst } from "@/api/entry";
import city from "@/pages/subComponents/m-city/m-city.vue";
import city from "@/pages/passport/m-city/m-city.vue";
import storage from "@/utils/storage.js";
import { upload } from "@/api/common.js";
import * as RegExp from "@/utils/RegExp.js";
@@ -289,9 +289,9 @@
      },
    };
  },
  mounted() {
    this.$refs.uForm.setRules(this.rules);
  },
  // mounted() {
  //   this.$refs.uForm.setRules(this.rules);
  // },
  props: ["companyData"],
  watch: {
    companyData: {
@@ -345,6 +345,7 @@
      this.$refs.cityPicker.show();
    },
    validatorStep1Form() {
     this.$refs.uForm.setRules(this.rules);
      this.$refs.uForm.validate(async (valid) => {
        console.log(valid);
        if (valid) {