diff --git a/pages/myApplyRoom/myApplyRoomList.vue b/pages/myApplyRoom/myApplyRoomList.vue index 3bcf6ed..c06fa4a 100644 --- a/pages/myApplyRoom/myApplyRoomList.vue +++ b/pages/myApplyRoom/myApplyRoomList.vue @@ -18,7 +18,7 @@ - 暂无装修信息 + 暂无申请信息 diff --git a/pages/roomFee/roomFee.vue b/pages/roomFee/roomFee.vue index cd9147b..7771e6c 100755 --- a/pages/roomFee/roomFee.vue +++ b/pages/roomFee/roomFee.vue @@ -264,7 +264,7 @@ this.feeMonthName = this.paymentCycle + '个月'; this.feeMonth = this.paymentCycle; let _endTime = addMonth(_lastDate, parseInt(this.feeMonth)); - this.endTime = this._getDeadlineTime(_endTime); + this.endTime = formatDate(_endTime); this.$nextTick(() => { @@ -289,7 +289,7 @@ this.showFeeMonth = false; this.feeMonthName = _feeMonthName; this.feeMonth = _feeMonth; - this.endTime = this._getDeadlineTime(_newDate); + this.endTime = formatDate(_newDate); this.receivableAmount = this.getReceivableAmount(); this.$refs.vcDiscountRef._loadFeeDiscount(this.feeId,this.communityId,this.feeMonth); },