|
|
|
|
@ -24,11 +24,13 @@
|
|
|
|
|
<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 class="ztys">{{userInfo.horoscope.summary}}</view>
|
|
|
|
|
<view class="ttpopup-box">
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<!-- 第一次登入欢迎页面 -->
|
|
|
|
|
|