|
|
@@ -28,12 +28,8 @@
|
|
|
<view class="item-tpl">{{ list.first_step_time + list.second_step_time + list.third_step_time }}天</view>
|
|
|
</view>
|
|
|
<!-- <view class="tpl" v-if="list.stand_money > 0">需完成应质押的FIL后,才能开始进入50天封装期</view> -->
|
|
|
- <view class="flex num-box">
|
|
|
- <view class="num-title">有效算力</view>
|
|
|
- <view class="step">{{ list.step * 1 }}T</view>
|
|
|
- </view>
|
|
|
<view class="num-box flex">
|
|
|
- <view class="num-title">购买数量(1T)</view>
|
|
|
+ <view class="num-title">购买数量({{ list.step * 1 }}T)</view>
|
|
|
<uni-number-box class="step" :value="num" :disabled="false" @eventChange="numberChange"></uni-number-box>
|
|
|
</view>
|
|
|
<view class="flex money-box">
|