k94314517
2025-05-19 16e8c7adbee6c9ee9bac09a80d44d3bfd3fe2f0c
wx/pages/policyDetails/policyDetails.vue
@@ -52,7 +52,7 @@
            <view class="box_people_label">被保人员</view>
            <view class="box_people_list">
               <view class="box_people_list_item" v-for="(item, index) in list" :key="index">
                  <template v-if="info.statusCollect !== 2">
                  <template v-if="info.statusCollect !== 2 && info.statusCollect !== 27">
                     <view class="item_status des">不在保</view>
                  </template>
                  <template v-else>
@@ -66,6 +66,9 @@
                     </view>
                     <view class="item_head_bottom">
                        身份证号:{{item.idcardNo}}
                     </view>
                     <view class="item_head_bottom">
                        备注:{{item.remark || ''}}
                     </view>
                  </view>
                  <view class="item_x"></view>
@@ -116,7 +119,7 @@
         </view>
         <!-- 已退回 -->
         <view class="details_footer" v-if="info.statusCollect === 4">
            <u-button type="primary" shape="circle" color="#437CB3" @click="show2 = true" :plain="true" text="关闭订单"></u-button>
            <u-button type="primary" shape="circle" color="#437CB3" @click="show2 = true" :plain="true" text="关闭申请"></u-button>
         </view>
      </template>
      <!-- 委托投保 -->
@@ -153,7 +156,7 @@
      </u-modal>
      <!-- 关闭确认弹窗 -->
      <u-modal :show="show2" title="温馨提示" :showCancelButton="true" cancelText="我再想想" confirmColor="#437CB3" @cancel="cancel2" @confirm="confirm2">
         确认关闭订单?
         确认关闭申请?
      </u-modal>
      <!-- 签署投保单验证码弹窗 -->
      <u-modal :show="show1" title="获取验证码" :showCancelButton="true" confirmColor="#437CB3" @cancel="cancel1" @confirm="confirm1">