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

29 lines
1.4 KiB

<!--pages/home/xy/index.wxml-->
<view class="jrys"></view>
<view class="gold111"></view>
<view class="gold" bindtap="closeYs">
<view class="gold1"></view>
<view class="gold2"></view>
<view class="gold3" bindtap="ToastDialog"></view>
</view>
<view class="book"></view>
<view class="star"></view>
<view class="xyszy">{{userInfo.horoscope.number}}</view>
<view class="xyysy">{{userInfo.horoscope.color}}</view>
<view class="text1">幸运数字</view>
<view class="text2">{{userInfo.horoscope.name}}</view>
<view class="text3">幸运颜色</view>
<view class="nlj" wx:if="{{xyNfc}}">能量 +{{userInfo.pendantEnergy}}%</view>
<view class="xyj">银币 +{{userInfo.silverCoin}}枚</view>
<image class="xzy" src="{{xzInfo[userInfo.horoscope.name].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>