This commit is contained in:
唐明明
2021-09-30 18:32:33 +08:00
parent 91912c622f
commit 38c4be92f6
6 changed files with 9 additions and 8 deletions

View File

@@ -59,8 +59,8 @@
<view class="number nowrap">{{chains.balance}}</view>
</view>
<view class="header-item">
<view class="title">上期发放能量球<uni-icons class="help-icon" @click="showHelp('up')" type="help-filled" size="15" color="rgba(255,255,255,.3)" /></view>
<view class="number nowrap">{{chains.up}}</view>
<view class="title">上期发放能量球<uni-icons class="help-icon" @click="showHelp('stone')" type="help-filled" size="15" color="rgba(255,255,255,.3)" /></view>
<view class="number nowrap">{{chains.stone}}</view>
</view>
<view class="header-item">
<view class="title">当前能量球价值<uni-icons class="help-icon" @click="showHelp('up')" type="help-filled" size="15" color="rgba(255,255,255,.3)" /></view>
@@ -108,7 +108,8 @@
height : 0,
number : 0,
score : 0,
up : 0
up : 0,
stone : 0
},
account : { // 账户
coin : 0,