You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xzjl-ui/pages/home/me/jcjb/jcjb.wxml

29 lines
1.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--pages/home/me/jcjb/jcjb.wxml-->
<!--返回图标-->
<view class="reback" bindtap="go2Reback"></view>
<view class="title">解除羁绊</view>
<view class="main-img">
<image src="cloud://cloud1-2geqetnm309fb1b9.636c-cloud1-2geqetnm309fb1b9-1318421017/jcjcimg.png" />
</view>
<view class="timeout" wx:if="{{showTimeout}}"> {{ timeout }} </view>
<view class="text1">确定与对方解除羁绊吗?</view>
<view class="text2">解除羁绊后你们的数据将保留90天。90天内如果再次建立羁绊你们的数据将恢复。如果超过90天未再次建立羁绊所有数据将永远清除不可找回。</view>
<view class="btn-container">
<view class="btn" bindlongpress="handleLongPress" bindtouchend="handleTouchEnd">
<image src="cloud://cloud1-2geqetnm309fb1b9.636c-cloud1-2geqetnm309fb1b9-1318421017/ze-arrow.png"/>
</view>
</view>
<view class="text3">长按3秒解除羁绊</view>
<!-- 解除成功提示 -->
<view class="dialog" wx:if="{{showDialog}}">
<view class="dialog-main">
<view class="dialog-text">羁绊已解除</view>
<view class="dialog-btn" bindtap="closeDialog">好的</view>
</view>
</view>