From 8fbb2c72179870117ee1e7b3cbfd8d53cbd157a1 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 18 七月 2025 19:08:02 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/jinkuai

---
 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