Browse Source

no message

linwenxin 5 tháng trước cách đây
mục cha
commit
c48e025b8d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/insuranceDialog.vue

+ 1 - 1
src/components/insuranceDialog.vue

@@ -23,7 +23,7 @@
       >
       <view class="text" v-if="[2].includes(showData.remindIn)"
         >您在{{ showData.websitName }}网点的意外险距离到期还有{{
-          calculateDaysDifference(item.endTime)
+          calculateDaysDifference(showData.endTime)
         }}天,请及时续保,以免影响接单</view
       >
       <view class="text" v-if="[3].includes(showData.remindIn)"