From b3e097ffa1c83384b305cf306ff3156961e33a91 Mon Sep 17 00:00:00 2001 From: yaolonglong <yaolonglong15@163.com> Date: 星期四, 09 十月 2025 17:12:26 +0800 Subject: [PATCH] 获取验证码功能 --- policy/policyApply/policyApply.vue | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/policy/policyApply/policyApply.vue b/policy/policyApply/policyApply.vue index 7d8193d..cb692c0 100644 --- a/policy/policyApply/policyApply.vue +++ b/policy/policyApply/policyApply.vue @@ -315,6 +315,11 @@ }, setCompany(e) { this.form.companyName = e + this.form.companyCode = '' + this.form.companyId = '' + this.form.companyPhone = '' + this.form.companyUser = '' + this.form.companyAddress = '' }, confirmTime(e) { this.form.planTime = e.year + '-' + e.month+ '-' + + e.day + ' ' + e.hour + ":" + "00:00" @@ -418,7 +423,7 @@ } .back{ - /deep/ .u-textarea{ + ::v-deep .u-textarea{ background-color: #F4F4F4; border: none; .u-textarea__count{ @@ -467,7 +472,7 @@ .sui{ } -/deep/ .u-checkbox-label--right > text{ +::v-deep .u-checkbox-label--right > text{ line-height: 54rpx !important; margin-right: 15rpx; } -- Gitblit v1.9.1