From db9133d89d8cbb4f34789b37e5a82cbc172353a9 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Fri, 17 Jan 2020 23:57:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E4=B8=9A=E8=B4=B9=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/roomFee/roomFee.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/roomFee/roomFee.js b/pages/roomFee/roomFee.js index bdd8cfd..4fda6db 100644 --- a/pages/roomFee/roomFee.js +++ b/pages/roomFee/roomFee.js @@ -128,7 +128,7 @@ Page({ return; } - let _receivableAmount = _feeMonth * this.data.additionalAmount * 100; + let _receivableAmount = _feeMonth * this.data.amount * 100; let _lastDate = new Date(this.data.ordEndTime); let _newDate = util.date.addMonth(_lastDate, _feeMonth);