From 9b1a32a3df7d54d19373551a3df34970d1a6a34f Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期六, 19 七月 2025 10:29:47 +0800
Subject: [PATCH] 调接口

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

diff --git a/small-program/components/sunui-mverify/sunui-mverify.vue b/small-program/components/sunui-mverify/sunui-mverify.vue
index 3ddbbcd..d27f0a2 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>

--
Gitblit v1.9.3