From 907ec8bf7687f8feaf4efbad3c98c585c31fc0e8 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 21 八月 2025 10:53:23 +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