From bd6229ebd9cb543a22944ecb1142fad92b675dce Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 13 十月 2025 14:26:25 +0800
Subject: [PATCH] bug 修复
---
small-program/components/sunui-mverify/sunui-mverify.vue | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/small-program/components/sunui-mverify/sunui-mverify.vue b/small-program/components/sunui-mverify/sunui-mverify.vue
index 3ddbbcd..addbb9c 100644
--- a/small-program/components/sunui-mverify/sunui-mverify.vue
+++ b/small-program/components/sunui-mverify/sunui-mverify.vue
@@ -1,7 +1,7 @@
<template name='sunui-mverify'>
<view class="sunui-slider">
<text style="color: #FFFFFF;">{{ hint }}</text>
- <view class='sunui-slider-bg' :style="{left:-(w + 2)+'px',transform:cssAnimation}">
+ <view class='sunui-slider-bg' :style="{left:-(w + 5)+'px',transform:cssAnimation}">
<text>{{ succeedMsg }}</text>
<view class='sunui-slider-box' @touchmove='moveStart' @touchend='moveEnd'>
<image src="/static/icon/ic_huakuai@2x.png" mode="widthFix"></image>
@@ -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