From 2eb21bfe2f40630a46e675211f23b5f240e395a4 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期五, 12 九月 2025 15:01:42 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/user_action' into send_coupon --- pages/passport/entry/seller/step1.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/passport/entry/seller/step1.vue b/pages/passport/entry/seller/step1.vue index d0344b9..74500fb 100644 --- a/pages/passport/entry/seller/step1.vue +++ b/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) { -- Gitblit v1.8.0