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/xx/index.wxml

26 lines
1.0 KiB

<!--pages/home/xx/index.wxml-->
<view class="bkg" wx:if="{{!hasLover}}">
<view class="xzt"></view>
<view class="fgx"></view>
<view class="xzbtn" bindtap="toSend"></view>
<view class="jbt" ></view>
<view class="jbbtn" bindtap="openSend"></view>
</view>
<!-- 绑定情侣 -->
<view class="openSend" wx:if="{{Send}}">
<view class="openSend-main">
<view class="openSend-main-img">
</view>
<view class="openSend-main-text1">羁绊</view>
<view class="openSend-main-text2">要进行情侣绑定吗?</view>
<view class="openSend-main-text3">需要对方也唤醒了精灵</view>
<view class="openSend-main-text3">才能成功绑定哦~</view>
<view class="openSend-main-text3">点击确认发送邀请绑定链接</view>
<view class="openSend-main-text3">绑定链接有效期24小时</view>
</view>
<view class="openSend-btn">
<view class="btn" bindtap="closeSend">取消</view>
<button open-type="share" class="btn">发送</button>
</view>
</view>