From 7332db34d8927cb4e13ab2c8593c352fec48f0c4 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 21 八月 2025 10:52:57 +0800
Subject: [PATCH] 优化

---
 small-program/components/sunui-mverify/sunui-mverify.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/small-program/components/sunui-mverify/sunui-mverify.vue b/small-program/components/sunui-mverify/sunui-mverify.vue
index d27f0a2..addbb9c 100644
--- a/small-program/components/sunui-mverify/sunui-mverify.vue
+++ b/small-program/components/sunui-mverify/sunui-mverify.vue
@@ -13,9 +13,15 @@
 
 <script>
 	export default {
+		props: {
+			hint: {
+				type: String,
+				default: ()=> '鎶㈠崟'
+			}
+		},
 		data() {
 			return {
-				hint: '鎶㈠崟',
+				// hint: '鎶㈠崟',
 				sysW: uni.getSystemInfoSync().windowWidth,
 				xAxial: 0,
 				x: 0,

--
Gitblit v1.9.3