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.
55 lines
2.1 KiB
55 lines
2.1 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>
|
|
|
|
<!-- 发送绑定情侣成功 -->
|
|
<view class="openSend" wx:if="{{SendScs}}">
|
|
<view class="openSend-main">
|
|
<view class="openSend-main-img">
|
|
</view>
|
|
<view class="openSend-main-text1">发送成功</view>
|
|
<view class="openSend-main-text4">对方同意后</view>
|
|
<view class="openSend-main-text5">请刷新小程序查看</view>
|
|
</view>
|
|
<view class="openSend-btn">
|
|
<button class="btn" bindtap="closeScsBtn">好的</button>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- 已绑定情侣弹层 -->
|
|
<view class="openSend" wx:if="{{isBoundLove}}">
|
|
<view class="openSend-main">
|
|
<view class="openSend-main-img">
|
|
</view>
|
|
<view class="openSend-main-text6">您已绑定情侣</view>
|
|
<view class="openSend-main-text7">不可多次绑定</view>
|
|
<view class="openSend-main-text8">需要绑定其他人</view>
|
|
<view class="openSend-main-text9">需要先与当前用户解绑</view>
|
|
</view>
|
|
<view class="openSend-btn">
|
|
<button class="btn" bindtap="closeBoundLove">好的</button>
|
|
</view>
|
|
</view> |