From 391c0cfc4ba595ef26c7a2315c555d8c75afec7d Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 22 八月 2025 11:13:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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