diff --git a/src/views/ebiz/cardList/cardDetail.vue b/src/views/ebiz/cardList/cardDetail.vue index 0a19d87c0..408eaa656 100644 --- a/src/views/ebiz/cardList/cardDetail.vue +++ b/src/views/ebiz/cardList/cardDetail.vue @@ -127,7 +127,8 @@ export default { productDate = new Date(parseInt(hoDate) * 1000) insuYearM = productDate.getMonth() + 1 < 10 ? '0' + (productDate.getMonth() + 1) : productDate.getMonth() + 1 insuYearD = productDate.getDate() < 10 ? '0' + productDate.getDate() : productDate.getDate() - productDateTime = productDate.getFullYear() + '年' + insuYearM + '月' + insuYearD + '日' + // productDateTime = productDate.getFullYear() + '年' + insuYearM + '月' + insuYearD + '日' + productDateTime = afterDate.getAfterDateTime(insuYear.cvaliDate,1) this.productDate = currentData + '0时至' + productDateTime + '24时止' this.orderAmount = this.orderDTO.orderInfoDTO.orderAmount },