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.
33 lines
1.4 KiB
33 lines
1.4 KiB
<!--pages/home/xy/index.wxml-->
|
|
<view class="jrys"></view>
|
|
<view class="gold111"></view>
|
|
<view class="gold">
|
|
<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>
|
|
|
|
<t-image class="xzy" src="{{xzInfo[userInfo.horoscope.name].avatar}}"></t-image>
|
|
|
|
<t-popup class="ttpopup" visible="{{visible}}" bind:visible-change="onVisibleChange" placement="{{'center'}}">
|
|
<view class="ttpopup">
|
|
<view class="ztys">{{userInfo.horoscope.summary}}</view>
|
|
<view class="rjkzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FCFC32" /></view>
|
|
<view class="jkzs"></view>
|
|
<view class="aqzs"></view>
|
|
<view class="raqzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" /></view>
|
|
<view class="cyzs"></view>
|
|
<view class="rcyzs"><t-rate value="3" icon="{{ ['star-filled', 'star'] }}" color="#FFFF00" /></view>
|
|
</view>
|
|
</t-popup>
|