mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 17:46:44 +08:00
重新投保支付判断
This commit is contained in:
@@ -29,15 +29,15 @@
|
||||
<template #btns>
|
||||
<div v-if="active === 'uncommit'">
|
||||
<van-button size="small" round type="danger" @click="uncommitInsureDetail(order)" plain>查看详情</van-button>
|
||||
<van-button class="ml10" size="small" round type="danger" @click="insureAgain(order)">重新投保</van-button>
|
||||
<van-button v-if="order.newOrderStatus === '19'" class="ml10" size="small" round type="danger" @click="buyAgain(order)">待支付</van-button>
|
||||
<van-button v-else class="ml10" size="small" round type="danger" @click="insureAgain(order)">重新投保</van-button>
|
||||
</div>
|
||||
<div v-if="active === 'commit'">
|
||||
<van-button class="ml10" size="small" round type="danger" @click="commitInsureDetail(order)">查看投保单</van-button>
|
||||
</div>
|
||||
</template>
|
||||
</Order>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</van-pull-refresh>
|
||||
<van-popup v-model="isAgreementShow" position="right" :style="{ height: '100vh', width: '100vw' }">
|
||||
<ReadingAgreement :needTime="false">
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
<div >
|
||||
<div>
|
||||
<div class="h40 bg-red absolute bottom0 footer text-center fs13 fw500 white" v-if="mask1" @click="checkTeam(obj)">
|
||||
{{footerText}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user