Quellcode durchsuchen

报价后优惠金额值处理

@dongkboy vor 4 Wochen
Ursprung
Commit
b1f1423287
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pages/quote/premiumCalc1.vue

+ 1 - 1
pages/quote/premiumCalc1.vue

@@ -133,7 +133,7 @@
 								<text>¥</text>
 								<text>{{companyItem.result.costs.sumPremium}}</text>
 							</view>
-							<text class="discountedPrice">优惠 521.87</text>
+							<text class="discountedPrice">优惠 {{ companyItem.result.insFeeOrders.totalPayablePremium }}</text>
 						</view>
 						<!-- 右侧loading加载组件 -->
 						<lsLoading v-if="companyItem.quoteCode=='1'"></lsLoading>