From 92e1580473f7a353361ff14601101aa4843a7329 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 15 Oct 2020 14:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=B6=E4=BD=9B=E8=AF=B6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/roomFee/roomFee.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/roomFee/roomFee.vue b/pages/roomFee/roomFee.vue index 3a31e5d..ff143ce 100644 --- a/pages/roomFee/roomFee.vue +++ b/pages/roomFee/roomFee.vue @@ -217,12 +217,12 @@ let _feeMonth = _feeMonthName.replace("个月",""); let _receivableAmount = _feeMonth * this.amount; let _lastDate = new Date(this.ordEndTime); - let _newDate = util.date.addMonth(_lastDate, _feeMonth); + let _newDate = addMonth(_lastDate, _feeMonth); this.showFeeMonth = false; this.feeMonthName = _feeMonthName; this.receivableAmount = _receivableAmount; this.feeMonth = _feeMonth; - this.endTime = util.date.formatDate(_newDate); + this.endTime = formatDate(_newDate); }, onFeeMonthChange: function(e) { console.log(e);