From b3e097ffa1c83384b305cf306ff3156961e33a91 Mon Sep 17 00:00:00 2001
From: yaolonglong <yaolonglong15@163.com>
Date: 星期四, 09 十月 2025 17:12:26 +0800
Subject: [PATCH] 获取验证码功能

---
 policy/reportDetails/reportDetails.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/policy/reportDetails/reportDetails.vue b/policy/reportDetails/reportDetails.vue
index 2115ae8..b7090eb 100644
--- a/policy/reportDetails/reportDetails.vue
+++ b/policy/reportDetails/reportDetails.vue
@@ -47,7 +47,7 @@
 				<view class="form-input-item">
 					<view class="form-label require">鎵ф硶鐓х墖</view>
 					<view>
-						<view class="show-hint">鍙笂浼�9寮犲浘锛屽崟寮犱笉寰楄秴杩�10m</view>
+						<view class="show-hint">鍙笂浼�9寮犲浘锛屽崟寮犱笉寰楄秴杩�10M</view>
 					</view>
 					<view>
 						<uploadImage ref="uploadImage"></uploadImage>
@@ -143,7 +143,7 @@
 </style>
 <style lang="scss" scoped>
 	@import "./reportDetails.scss";
-	/deep/ .u-radio{
+	::v-deep .u-radio{
 		margin-right: 80rpx;
 	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1