small-program/pages/luggage-storage/luggage-storage.vue
@@ -334,7 +334,7 @@ </view> <view v-if="amountData.insuranceFee" class="amount-row amount-row-extra"> <view class="amount-row-left"> <text class="amount-row-label">行李保价</text> <text class="amount-row-label">物品保费</text> </view> <text class="amount-row-value">{{ '¥' + amountData.insuranceFee }}</text> </view>