|
|
|
@ -1,111 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<swiper class="call" bindtap="closeEnergy">
|
|
|
|
<swiper class="call" bindtap="closeEnergy" current="{{swiperIndex}}" circular bindchange="swiperChange">
|
|
|
|
<t-toast id="t-toast" />
|
|
|
|
<t-toast id="t-toast" />
|
|
|
|
<!--单人页面-->
|
|
|
|
|
|
|
|
<swiper-item class="call1">
|
|
|
|
|
|
|
|
<!--头像名字-->
|
|
|
|
|
|
|
|
<view class="call1-header">
|
|
|
|
|
|
|
|
<image class="tx" src="{{userInfo.avatar ? userInfo.avatar : elfAvatar}}"></image>
|
|
|
|
|
|
|
|
<view class="txtext">{{userInfo.nick ? userInfo.nick : userInfo.constellation}}</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 精灵图片 -->
|
|
|
|
|
|
|
|
<view class="bkg1">
|
|
|
|
|
|
|
|
<view class="bkg2">
|
|
|
|
|
|
|
|
<view class="bkg3">
|
|
|
|
|
|
|
|
<view class="bkg4">
|
|
|
|
|
|
|
|
<view class="bkg5">
|
|
|
|
|
|
|
|
<view class="xxt" bindtap="ShowOrNotLogo">
|
|
|
|
|
|
|
|
<image mode="heightFix" src="{{xingxiangtu[userInfo.spriteType]}}"></image>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="gh"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 底部图标 -->
|
|
|
|
|
|
|
|
<view class="call1-btn">
|
|
|
|
|
|
|
|
<!--下方左侧块-->
|
|
|
|
|
|
|
|
<view class="dcleft">
|
|
|
|
|
|
|
|
<t-progress
|
|
|
|
|
|
|
|
class="dcleft1"
|
|
|
|
|
|
|
|
theme="circle"
|
|
|
|
|
|
|
|
percentage="{{userInfo.crystallineEnergy}}"
|
|
|
|
|
|
|
|
color="#f76229" label=""
|
|
|
|
|
|
|
|
t-class-bar="dcleft1"
|
|
|
|
|
|
|
|
stroke-width="10rpx"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<view class="dcbs"></view>
|
|
|
|
|
|
|
|
<view class="dclefttxt">水晶能量</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!--中间进度条-->
|
|
|
|
|
|
|
|
<view class="dcleft-middle">
|
|
|
|
|
|
|
|
<t-progress
|
|
|
|
|
|
|
|
class="dchx"
|
|
|
|
|
|
|
|
percentage="{{userInfo.crystallineEnergy}}"
|
|
|
|
|
|
|
|
trackColor="#E0E3EA"
|
|
|
|
|
|
|
|
color="#f76229"
|
|
|
|
|
|
|
|
label=""
|
|
|
|
|
|
|
|
stroke-width="16rpx"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<view class="dchx-box">
|
|
|
|
|
|
|
|
<view class="dchx-box-cantainer" wx:if="{{showInjectBkc}}">
|
|
|
|
|
|
|
|
<view class="box" wx:for="{{20}}" wx:key="index"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="dchxtxt">{{userInfo.crystallineEnergy}}%</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!--下方左侧块-->
|
|
|
|
|
|
|
|
<view class="dcleft-right">
|
|
|
|
|
|
|
|
<view class="dcright-bgc">
|
|
|
|
|
|
|
|
<view class="dcright-bg" wx:if="{{showInjectBkc}}"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="dcright" bind:touchstart="openInject" bind:touchend="closeInject"><view class="dcrightwjx"></view></view>
|
|
|
|
|
|
|
|
<view class="dcrighttxt">能量注入</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 形象按钮 -->
|
|
|
|
|
|
|
|
<view class="call1-vivid" wx:if="{{showSexLogo}}" >
|
|
|
|
|
|
|
|
<!--男性形象-->
|
|
|
|
|
|
|
|
<view
|
|
|
|
|
|
|
|
class="yan2"
|
|
|
|
|
|
|
|
data-yan="male"
|
|
|
|
|
|
|
|
bindtap="doSetXxtMale"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<view class="yan12"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!--动物形象-->
|
|
|
|
|
|
|
|
<view class="yan1"
|
|
|
|
|
|
|
|
data-yan="animal"
|
|
|
|
|
|
|
|
bindtap="doSetXxtAnimal"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<view class="yan11"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!--女性形象-->
|
|
|
|
|
|
|
|
<view
|
|
|
|
|
|
|
|
class="yan3"
|
|
|
|
|
|
|
|
data-yan="female"
|
|
|
|
|
|
|
|
bindtap="doSetXxtFemale"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<view class="yan13"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 能量已满提示 -->
|
|
|
|
|
|
|
|
<view class="energy-full-box" wx:if="{{ jmEnergy }}" bindtap="closeJmEnergy">
|
|
|
|
|
|
|
|
<view class="energy-full">
|
|
|
|
|
|
|
|
<view>能量已经集满啦!</view>
|
|
|
|
|
|
|
|
<view>可以注入到水晶中</view>
|
|
|
|
|
|
|
|
<view>增强运势哦!</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 能量注入成功提示 -->
|
|
|
|
|
|
|
|
<view class="energy-complete" wx:if="{{showScsEnergy}}">
|
|
|
|
|
|
|
|
<view>能量已注入{{crystallineEnergy}}%</view>
|
|
|
|
|
|
|
|
<view>守护时间为{{guarTime}}</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</swiper-item>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--情侣页面-->
|
|
|
|
<!--情侣页面-->
|
|
|
|
<swiper-item class="call1" wx:if='{{userInfo.loverId}}'>
|
|
|
|
<swiper-item class="call1" wx:if='{{userInfo.loverId}}'>
|
|
|
|
<!--未祈祷头像名字-->
|
|
|
|
<!--未祈祷头像名字-->
|
|
|
|
@ -194,7 +89,7 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!--中间祈祷-->
|
|
|
|
<!--中间祈祷-->
|
|
|
|
<view class="call1-btn-qd">
|
|
|
|
<view class="call1-btn-qd">
|
|
|
|
<view class="lovepic"></view>
|
|
|
|
<view class="lovepic" bindtap="openPray"></view>
|
|
|
|
<view class="dchxtxtql" bindtap="openPray" wx:if="{{ !userInfo.prayerEndTime }}">祈祷</view>
|
|
|
|
<view class="dchxtxtql" bindtap="openPray" wx:if="{{ !userInfo.prayerEndTime }}">祈祷</view>
|
|
|
|
<view class="dchxtxtql" bindtap="openPray" wx:else>结束祈祷</view>
|
|
|
|
<view class="dchxtxtql" bindtap="openPray" wx:else>结束祈祷</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -208,6 +103,7 @@
|
|
|
|
color="#00A7FF"
|
|
|
|
color="#00A7FF"
|
|
|
|
label=""
|
|
|
|
label=""
|
|
|
|
t-class-bar="dcleft1"
|
|
|
|
t-class-bar="dcleft1"
|
|
|
|
|
|
|
|
stroke-width="10rpx"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<view class="dcrbs" bindtap="openEnergy"></view>
|
|
|
|
<view class="dcrbs" bindtap="openEnergy"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -216,12 +112,12 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</swiper-item>
|
|
|
|
</swiper-item>
|
|
|
|
|
|
|
|
|
|
|
|
<!--对方个人页面-->
|
|
|
|
<!--单人页面-->
|
|
|
|
<swiper-item class="call1" wx:if='{{userInfo.loverId}}'>
|
|
|
|
<swiper-item class="call1">
|
|
|
|
<!--头像名字-->
|
|
|
|
<!--头像名字-->
|
|
|
|
<view class="call1-header">
|
|
|
|
<view class="call1-header">
|
|
|
|
<image class="tx" src="{{loverInfo.avatar}}"></image>
|
|
|
|
<image class="tx" src="{{userInfo.avatar ? userInfo.avatar : elfAvatar}}"></image>
|
|
|
|
<view class="txtext">{{loverInfo.nick ? loverInfo.nick : userInfo.constellation}}</view>
|
|
|
|
<view class="txtext">{{userInfo.nick ? userInfo.nick : userInfo.constellation}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 精灵图片 -->
|
|
|
|
<!-- 精灵图片 -->
|
|
|
|
<view class="bkg1">
|
|
|
|
<view class="bkg1">
|
|
|
|
@ -230,7 +126,7 @@
|
|
|
|
<view class="bkg4">
|
|
|
|
<view class="bkg4">
|
|
|
|
<view class="bkg5">
|
|
|
|
<view class="bkg5">
|
|
|
|
<view class="xxt" bindtap="ShowOrNotLogo">
|
|
|
|
<view class="xxt" bindtap="ShowOrNotLogo">
|
|
|
|
<image mode="heightFix" src="{{xingxiangtu[loverInfo.spriteType]}}"></image>
|
|
|
|
<image mode="heightFix" src="{{xingxiangtu[userInfo.spriteType]}}"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -238,51 +134,141 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="gh"></view>
|
|
|
|
<view class="gh"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 底部图标 -->
|
|
|
|
<view class="call1-btn">
|
|
|
|
<view class="call1-btn">
|
|
|
|
<!--幸运数字-->
|
|
|
|
<!--下方左侧块-->
|
|
|
|
<view class="call1-btn-left">
|
|
|
|
<view class="dcleft">
|
|
|
|
<view class="k1">{{loverInfo.horoscope.number}}</view>
|
|
|
|
<t-progress
|
|
|
|
<view class="ktext1">幸运数字</view>
|
|
|
|
class="dcleft1"
|
|
|
|
|
|
|
|
theme="circle"
|
|
|
|
|
|
|
|
percentage="{{userInfo.crystallineEnergy}}"
|
|
|
|
|
|
|
|
color="#f76229" label=""
|
|
|
|
|
|
|
|
t-class-bar="dcleft1"
|
|
|
|
|
|
|
|
stroke-width="10rpx"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<view class="dcbs"></view>
|
|
|
|
|
|
|
|
<view class="dclefttxt">水晶能量</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 运势 -->
|
|
|
|
<!--中间进度条-->
|
|
|
|
<view class="call1-btn-middle">
|
|
|
|
<view class="dcleft-middle">
|
|
|
|
<view class="k2" bindtap="ToastDialog"><view class="k11"></view></view>
|
|
|
|
<t-progress
|
|
|
|
<div class="ktext2">Ta的运势</div>
|
|
|
|
class="dchx"
|
|
|
|
|
|
|
|
percentage="{{userInfo.crystallineEnergy}}"
|
|
|
|
|
|
|
|
trackColor="#E0E3EA"
|
|
|
|
|
|
|
|
color="#f76229"
|
|
|
|
|
|
|
|
label=""
|
|
|
|
|
|
|
|
stroke-width="16rpx"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<view class="dchx-box">
|
|
|
|
|
|
|
|
<view class="dchx-box-cantainer" wx:if="{{showInjectBkc}}">
|
|
|
|
|
|
|
|
<view class="box" wx:for="{{20}}" wx:key="index"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="dchxtxt">{{userInfo.crystallineEnergy}}%</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 幸运颜色 -->
|
|
|
|
<!--下方左侧块-->
|
|
|
|
<view class="call1-btn-right">
|
|
|
|
<view class="dcleft-right">
|
|
|
|
<view class="k3">{{loverInfo.horoscope.color}}</view>
|
|
|
|
<view class="dcright-bgc">
|
|
|
|
<view class="ktext3">幸运颜色</view>
|
|
|
|
<view class="dcright-bg" wx:if="{{showInjectBkc}}"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="dcright" bind:touchstart="openInject" bind:touchend="closeInject"><view class="dcrightwjx"></view></view>
|
|
|
|
|
|
|
|
<view class="dcrighttxt">能量注入</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 形象按钮 -->
|
|
|
|
|
|
|
|
<view class="call1-vivid" wx:if="{{showSexLogo}}" >
|
|
|
|
|
|
|
|
<!--男性形象-->
|
|
|
|
|
|
|
|
<view
|
|
|
|
|
|
|
|
class="yan2"
|
|
|
|
|
|
|
|
data-yan="male"
|
|
|
|
|
|
|
|
bindtap="doSetXxtMale"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<view class="yan12"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!--动物形象-->
|
|
|
|
|
|
|
|
<view class="yan1"
|
|
|
|
|
|
|
|
data-yan="animal"
|
|
|
|
|
|
|
|
bindtap="doSetXxtAnimal"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<view class="yan11"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!--女性形象-->
|
|
|
|
|
|
|
|
<view
|
|
|
|
|
|
|
|
class="yan3"
|
|
|
|
|
|
|
|
data-yan="female"
|
|
|
|
|
|
|
|
bindtap="doSetXxtFemale"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
<view class="yan13"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<t-popup class="ttpopup" visible="{{visible}}" bind:visible-change="onVisibleChange" placement="{{'center'}}">
|
|
|
|
<!-- 能量已满提示 -->
|
|
|
|
<view class="ttpopup">
|
|
|
|
<view class="energy-full-box" wx:if="{{ jmEnergy }}" bindtap="closeJmEnergy">
|
|
|
|
<view class="tips">Tips:记得提醒ta哦~</view>
|
|
|
|
<view class="energy-full">
|
|
|
|
<view class="ztys">{{loverInfo.horoscope.summary}}</view>
|
|
|
|
<view>能量已经集满啦!</view>
|
|
|
|
<view class="rjkzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" /></view>
|
|
|
|
<view>可以注入到水晶中</view>
|
|
|
|
<view class="jkzs"></view>
|
|
|
|
<view>增强运势哦!</view>
|
|
|
|
<view class="aqzs"></view>
|
|
|
|
</view>
|
|
|
|
<view class="raqzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" /></view>
|
|
|
|
</view>
|
|
|
|
<view class="cyzs"></view>
|
|
|
|
<!-- 能量注入成功提示 -->
|
|
|
|
<view class="rcyzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" /></view>
|
|
|
|
<view class="energy-complete" wx:if="{{showScsEnergy}}">
|
|
|
|
<view class="ysfgx"></view>
|
|
|
|
<view>能量已注入{{crystallineEnergy}}%</view>
|
|
|
|
|
|
|
|
<view>守护时间为{{guarTime}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</t-popup>
|
|
|
|
</swiper-item>
|
|
|
|
</swiper-item>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--对方个人页面-->
|
|
|
|
|
|
|
|
<swiper-item class="call1" wx:if='{{userInfo.loverId}}'>
|
|
|
|
|
|
|
|
<!--头像名字-->
|
|
|
|
|
|
|
|
<view class="call1-header">
|
|
|
|
|
|
|
|
<image class="tx" src="{{loverInfo.avatar}}"></image>
|
|
|
|
|
|
|
|
<view class="txtext">{{loverInfo.nick ? loverInfo.nick : userInfo.constellation}}</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 精灵图片 -->
|
|
|
|
|
|
|
|
<view class="bkg1">
|
|
|
|
|
|
|
|
<view class="bkg2">
|
|
|
|
|
|
|
|
<view class="bkg3">
|
|
|
|
|
|
|
|
<view class="bkg4">
|
|
|
|
|
|
|
|
<view class="bkg5">
|
|
|
|
|
|
|
|
<view class="xxt" bindtap="ShowOrNotLogo">
|
|
|
|
|
|
|
|
<image mode="heightFix" src="{{xingxiangtu[loverInfo.spriteType]}}"></image>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="gh"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="call1-btn">
|
|
|
|
|
|
|
|
<!--幸运数字-->
|
|
|
|
|
|
|
|
<view class="call1-btn-left">
|
|
|
|
|
|
|
|
<view class="k1">{{loverInfo.horoscope.number}}</view>
|
|
|
|
|
|
|
|
<view class="ktext1">幸运数字</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 运势 -->
|
|
|
|
|
|
|
|
<view class="call1-btn-middle">
|
|
|
|
|
|
|
|
<view class="k2" bindtap="ToastDialog"><view class="k11"></view></view>
|
|
|
|
|
|
|
|
<div class="ktext2">Ta的运势</div>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 幸运颜色 -->
|
|
|
|
|
|
|
|
<view class="call1-btn-right">
|
|
|
|
|
|
|
|
<view class="k3">{{loverInfo.horoscope.color}}</view>
|
|
|
|
|
|
|
|
<view class="ktext3">幸运颜色</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</swiper-item>
|
|
|
|
</swiper>
|
|
|
|
</swiper>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 未祈祷弹层 -->
|
|
|
|
<!-- 未祈祷弹层 -->
|
|
|
|
<view class="pray" wx:if="{{showPray}}">
|
|
|
|
<view class="pray" wx:if="{{showPray}}">
|
|
|
|
<view class="dialog">
|
|
|
|
<view class="dialog">
|
|
|
|
<view class="dialog-item">
|
|
|
|
<view class="dialog-item">
|
|
|
|
<text>祈祷内容</text>
|
|
|
|
<text class="dialog-item-text">祈祷内容</text>
|
|
|
|
<textarea model:value="{{prayerContent}}" placeholder="请写下你要祈祷的内容" bindblur="getTextValue"></textarea>
|
|
|
|
<textarea model:value="{{prayerContent}}" placeholder="请写下你要祈祷的内容" bindblur="getTextValue"></textarea>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="dialog-item">
|
|
|
|
<view class="dialog-item">
|
|
|
|
<text>祈祷时长</text>
|
|
|
|
<text class="dialog-item-text">祈祷时长</text>
|
|
|
|
<view class="duration" bindtap="showTiming">{{prayTimeStr}}<t-icon name="chevron-down" size="48rpx"/></view>
|
|
|
|
<view class="duration" bindtap="showTiming">{{prayTimeStr}}<t-icon name="chevron-down" size="48rpx"/></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="dialog-btn">
|
|
|
|
<view class="dialog-btn">
|
|
|
|
@ -314,7 +300,7 @@
|
|
|
|
<view class="pray" wx:if="{{showIsPray}}">
|
|
|
|
<view class="pray" wx:if="{{showIsPray}}">
|
|
|
|
<view class="dialog">
|
|
|
|
<view class="dialog">
|
|
|
|
<t-toast id="t-toast" />
|
|
|
|
<t-toast id="t-toast" />
|
|
|
|
<view class="dialog-text">
|
|
|
|
<view class="dialog-text-end-pray">
|
|
|
|
<view>要结束祈祷吗?</view>
|
|
|
|
<view>要结束祈祷吗?</view>
|
|
|
|
<view>将返还{{energy}}%星座能量</view>
|
|
|
|
<view>将返还{{energy}}%星座能量</view>
|
|
|
|
<view>溢出能量将消失</view>
|
|
|
|
<view>溢出能量将消失</view>
|
|
|
|
@ -340,7 +326,7 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- 赠送能量提示 -->
|
|
|
|
<!-- 能量已满提示 -->
|
|
|
|
<view class="pray" wx:if="{{showEnergyToast}}">
|
|
|
|
<view class="pray" wx:if="{{showEnergyToast}}">
|
|
|
|
<view class="dialog">
|
|
|
|
<view class="dialog">
|
|
|
|
<t-toast id="t-toast" />
|
|
|
|
<t-toast id="t-toast" />
|
|
|
|
@ -391,7 +377,32 @@
|
|
|
|
<view>能量注入中……</view>
|
|
|
|
<view>能量注入中……</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="popup" wx:if="{{visible}}" catchtap="ToastDialog">
|
|
|
|
|
|
|
|
<view class="ttpopup">
|
|
|
|
|
|
|
|
<view class="tips">Tips:记得提醒ta哦~</view>
|
|
|
|
|
|
|
|
<view class="ztys">{{loverInfo.horoscope.summary}}</view>
|
|
|
|
|
|
|
|
<view class="ysfgx"><image src="https://wish-assets.windymuse.com.cn/xy/ysfgx.png" /></view>
|
|
|
|
|
|
|
|
<view class="ttpopup-item">
|
|
|
|
|
|
|
|
<view class="jkzs"></view>
|
|
|
|
|
|
|
|
<view class="rjkzs">
|
|
|
|
|
|
|
|
<t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00"/>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="ttpopup-item">
|
|
|
|
|
|
|
|
<view class="aqzs"></view>
|
|
|
|
|
|
|
|
<view class="raqzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" /></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view class="ttpopup-item">
|
|
|
|
|
|
|
|
<view class="cyzs"></view>
|
|
|
|
|
|
|
|
<view class="rcyzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" /></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="jltxt" bindtap="go2Jlai">精灵 AI</div>
|
|
|
|
<div class="jltxt" bindtap="go2Jlai">精灵 AI</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 轮播图滑块按钮 -->
|
|
|
|
|
|
|
|
<view class="swiper-btn-left" bindtap="goLeftSwiper" wx:if='{{userInfo.loverId}}'></view>
|
|
|
|
|
|
|
|
<view class="swiper-btn-right" bindtap="goRightSwiper" wx:if='{{userInfo.loverId}}'></view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|