From de1ef43c565e1666484d7d71203afd7526f4e3de Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 七月 2025 08:53:43 +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