Ver código fonte

布局优化

@dongkboy 3 semanas atrás
pai
commit
529f4d3579
1 arquivos alterados com 5 adições e 4 exclusões
  1. 5 4
      pages/quote/premiumCalc1.vue

+ 5 - 4
pages/quote/premiumCalc1.vue

@@ -133,12 +133,13 @@
 								<text>¥</text>
 								<text>{{companyItem.result.costs.sumPremium}}</text>
 							</view>
-							<view v-if="companyItem.isReSelect" class="quoteBtn dis a-c j-c"
-							@click.stop="individualQuote(companyItem)">
-							立即报价
-						</view>
+
 							<text class="discountedPrice" v-if="companyItem.result.insFeeOrders">优惠
 								{{ companyItem.result.insFeeOrders.totalPayablePremium }}</text>
+							<view v-if="companyItem.isReSelect" class="quoteBtn dis a-c j-c mt-2"
+								@click.stop="individualQuote(companyItem)">
+								立即报价
+							</view>
 						</view>
 						<!-- 右侧loading加载组件 -->
 						<lsLoading v-if="companyItem.quoteCode=='1'"></lsLoading>