From 6d63e8dba170dc7fef6bae1b1650e9948bd19f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=8F=B6?= Date: Mon, 1 Nov 2021 09:19:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=98=E6=AC=BE=E6=96=B9=E5=BC=8F-=E4=BB=A3?= =?UTF-8?q?=E5=8A=9E=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/edit/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/edit/index.js b/pages/order/edit/index.js index 26b5d66..ee00093 100644 --- a/pages/order/edit/index.js +++ b/pages/order/edit/index.js @@ -751,7 +751,7 @@ Page({ //获取代办服务列表 getAppServices(){ - if(this.data.paymentIndex != -1&&this.data.customerIndex != -1&&this.data.car_id != ''&&this.data.v_id != ''){ + if(this.data.paymentIndex != -1&&this.data.car_id != ''&&this.data.v_id != ''){ let params = {}; params['payway'] = this.data.paymentIndex==0?'1':'0'; params['cus_id'] = this.data.info.cus_id;