From c843abb7bfe102fa8f606ca43f8d46e07ea3d7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Mon, 6 Jun 2022 16:05:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=88=86=E6=9C=9F=E5=BF=85?= =?UTF-8?q?=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/editFinance/index.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pages/order/editFinance/index.js b/pages/order/editFinance/index.js index d4bfe58..78c2194 100644 --- a/pages/order/editFinance/index.js +++ b/pages/order/editFinance/index.js @@ -219,12 +219,6 @@ Page({ icon: 'none' }) } - else if(!this.data.price_loan||this.data.num == ''){ - wx.showToast({ - title: '请选择分期期数', - icon: 'none' - }) - } else if(!this.data.notify_file_obj.src){ wx.showToast({ title: '请上传按揭通知函', @@ -249,6 +243,9 @@ Page({ if(that.data.lend_file_obj.value){ params['lend_file'] = that.data.lend_file_obj.value; } + if(that.data.num){ + params['num'] = that.data.num; + } _.apiQuery.putAppLoan(params).then(res => { that.setData({