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.
40 lines
1.5 KiB
40 lines
1.5 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> |