소스 검색

报价后优惠金额值处理

@dongkboy 4 주 전
부모
커밋
b1f1423287
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>