From f650319d7175f764cd5286c383a72d6e6d2e8a87 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 七月 2025 14:53:18 +0800
Subject: [PATCH] 调接口
---
small-program/unpackage/dist/dev/mp-weixin/components/sunui-mverify/sunui-mverify.wxml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/components/sunui-mverify/sunui-mverify.wxml b/small-program/unpackage/dist/dev/mp-weixin/components/sunui-mverify/sunui-mverify.wxml
new file mode 100644
index 0000000..83344a7
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/components/sunui-mverify/sunui-mverify.wxml
@@ -0,0 +1 @@
+<view class="sunui-slider"><text style="color:#FFFFFF;">{{hint}}</text><view class="sunui-slider-bg" style="{{'left:'+(-(w+2)+'px')+';'+('transform:'+(cssAnimation)+';')}}"><text>{{succeedMsg}}</text><view data-event-opts="{{[['touchmove',[['moveStart',['$event']]]],['touchend',[['moveEnd',['$event']]]]]}}" class="sunui-slider-box" bindtouchmove="__e" bindtouchend="__e"><image src="/static/icon/ic_huakuai@2x.png" mode="widthFix"></image></view></view></view>
\ No newline at end of file
--
Gitblit v1.9.3