[.当前贡献值交易总额,eb记录页面高度处理]
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
|
||||
.Record {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
padding-top: 30rpx;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@@ -42,11 +42,11 @@
|
||||
</view>
|
||||
<view class="item" @click="showToast">
|
||||
<view class="item-num">{{base.account.contribution}}</view>
|
||||
<view class="item-title">贡献值</view>
|
||||
<view class="item-title">当前贡献值</view>
|
||||
</view>
|
||||
<view class="item" @click="$Router.push({name:'Eb'})">
|
||||
<view class="item-num">{{base.account.eb}}</view>
|
||||
<view class="item-title">易币</view>
|
||||
<view class="item-title">当前易币</view>
|
||||
</view>
|
||||
<view class="item" @click="showToast">
|
||||
<view class="item-num">{{base.account.money}}</view>
|
||||
|
||||
Reference in New Issue
Block a user