|
|
@@ -63,7 +63,8 @@
|
|
|
<view class="tui-title">重量(公斤)</view>
|
|
|
<text style="color: #3385FF">
|
|
|
{{ currentWeight }}
|
|
|
- <text v-if="currentWeight < miniKilo" style="margin-left:15upx;color:#CCCCCC;font-size:24upx;">不足{{miniKilo}}KG按{{miniKilo}}KG算</text>
|
|
|
+ <text v-if="currentWeight < miniKilo" style="margin-left:16upx;color:#CCCCCC;font-size:24upx;">不足{{miniKilo}}KG按{{miniKilo}}KG算</text>
|
|
|
+ <text style="margin-left:16upx;color:#CCCCCC;font-size:24upx;">{{parseFloat(kiloFee)}}元/公斤</text>
|
|
|
</text>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
@@ -71,7 +72,6 @@
|
|
|
<view class="tui-title">服务费</view>
|
|
|
<text style="color: #3385FF">
|
|
|
¥{{ totalFee }}
|
|
|
- <text style="margin-left:15upx;color:#CCCCCC;font-size:24upx;">{{parseFloat(kiloFee)}}元/公斤</text>
|
|
|
</text>
|
|
|
</tui-list-cell>
|
|
|
|