merge
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user