From 9548481877db1d0016e96c89df926c57f05f021c Mon Sep 17 00:00:00 2001 From: xiaogang <905166056@qq.com> Date: Wed, 10 Mar 2021 08:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=BF=E9=97=AE=E8=A3=85?= =?UTF-8?q?=E4=BF=AE=E5=92=8C=E6=97=B6=E9=97=B4=E6=8F=92=E4=BB=B6=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../addRoomRenovation/addRoomRenovation.js | 2 - .../components/property/editFee/editFee.html | 4 +- public/components/property/editFee/editFee.js | 16 +- .../property/editRoom/editRoom.html | 33 ++-- .../roomCreateFeeAdd/roomCreateFeeAdd.html | 84 +++++----- .../roomCreateFeeAdd/roomCreateFeeAdd.js | 52 +++--- .../roomDecorationRecord.js | 6 +- public/img/icon-bigimg.png | Bin 0 -> 2050 bytes .../listRoomRenovationRecordDetails.html | 13 +- .../listRoomRenovationRecordDetails.js | 11 +- .../property/roomCreateFee/roomCreateFee.html | 149 +++++++++--------- .../property/roomCreateFee/roomCreateFee.js | 18 +-- .../roomRenovationManage.js | 1 + 13 files changed, 198 insertions(+), 191 deletions(-) create mode 100644 public/img/icon-bigimg.png diff --git a/public/components/property/addRoomRenovation/addRoomRenovation.js b/public/components/property/addRoomRenovation/addRoomRenovation.js index 3fb3ee532..3732a6bf8 100644 --- a/public/components/property/addRoomRenovation/addRoomRenovation.js +++ b/public/components/property/addRoomRenovation/addRoomRenovation.js @@ -22,8 +22,6 @@ }, _initEvent: function () { vc.on('addRoomRenovation', 'openAddRoomRenovationModal', function (_param) { - console.log("look here") - console.log(_param[0].userId) vc.component.addRoomRenovationInfo.userId = _param[0].userId $('#addRoomRenovationModel').modal('show'); }); diff --git a/public/components/property/editFee/editFee.html b/public/components/property/editFee/editFee.html index bd9e72428..a99bb6704 100644 --- a/public/components/property/editFee/editFee.html +++ b/public/components/property/editFee/editFee.html @@ -10,14 +10,14 @@