forked from lsl/xzjl-ui
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.
46 lines
1.9 KiB
46 lines
1.9 KiB
<!--pages/home/xy/index.wxml-->
|
|
<view class="jrys"></view>
|
|
<view class="gold111"></view>
|
|
<view class="gold" bindtap="openYs">
|
|
<view class="gold1"></view>
|
|
<view class="gold2"></view>
|
|
<view class="gold3"></view>
|
|
</view>
|
|
<view class="book"></view>
|
|
<view class="star" bindtap="openYs"></view>
|
|
<view class="xyszy">{{userInfo.horoscope.number}}</view>
|
|
|
|
<view class="xyysy">{{userInfo.horoscope.color}}</view>
|
|
<view class="text1">幸运数字</view>
|
|
<view class="text2">{{userInfo.constellation}}</view>
|
|
<view class="text3">幸运颜色</view>
|
|
|
|
<view class="showEnergy {{showEnergy ? '' : 'hide'}}">
|
|
<view class=" nlj " wx:if="{{xyNfc}}">能量 + 10%</view>
|
|
<view class="xyj ">银币 + 0.1枚</view>
|
|
</view>
|
|
|
|
|
|
<image class="xzy" src="{{xzInfo[userInfo.constellation].avatar}}"></image>
|
|
|
|
<view class="ttpopup" wx:if="{{visible}}" bindtap="closeYs">
|
|
<view class="ztys">{{userInfo.horoscope.summary}}</view>
|
|
<view class="ttpopup-img"/>
|
|
<view class="rjkzs">健康指数<t-rate value="{{userInfo.horoscope.health / 20}}" icon="{{ ['star-filled', 'star'] }}" color="#FCFC32" /></view>
|
|
<view class="raqzs">爱情指数<t-rate value="{{userInfo.horoscope.love / 20}}" icon="{{ ['star-filled', 'star'] }}" color="#FCFC32" /></view>
|
|
<view class="rcyzs">财运指数<t-rate value="{{userInfo.horoscope.money / 20}}" icon="{{ ['star-filled', 'star'] }}" color="#FCFC32" /></view>
|
|
</view>
|
|
|
|
<!-- 第一次登入欢迎页面 -->
|
|
<view class="isFirst" bindtap="closeFirst" wx:if="{{showIsFirst}}">
|
|
<view class="isFirst-img" catchtap="childTap">
|
|
<image mode="heightFix" src="{{xzInfo[userInfo.constellation].sprite[userInfo.spriteType]}}" />
|
|
</view>
|
|
<view class="isFirst-box" catchtap="childTap">
|
|
<view>Hi~</view>
|
|
<view>我是你的星座守护精灵</view>
|
|
<view>从今以后,就让我来守护你吧!</view>
|
|
<view>之后可以在精灵页面找到我</view>
|
|
<view>还可以跟我对话哦~</view>
|
|
</view>
|
|
</view> |