hwq 4 年之前
父节点
当前提交
6891b1c28c
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      pages/calculation/details.vue

+ 1 - 5
pages/calculation/details.vue

@@ -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">