| | |
| | | <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> |
| | |
| | | |
| | | <script> |
| | | export default { |
| | | props: { |
| | | hint: { |
| | | type: String, |
| | | default: ()=> '抢单' |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | hint: '抢单', |
| | | // hint: '抢单', |
| | | sysW: uni.getSystemInfoSync().windowWidth, |
| | | xAxial: 0, |
| | | x: 0, |