From ca3e194f9b5078207db5c7c4692f66daf54608f6 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Tue, 16 Jul 2024 17:12:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=99=AF=E7=82=B9=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=9B=A2=E8=B4=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/scene/index.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pages/order/scene/index.js b/pages/order/scene/index.js index ede777c..c4440a9 100644 --- a/pages/order/scene/index.js +++ b/pages/order/scene/index.js @@ -407,15 +407,15 @@ Page({ console.log(this.data) let linkmanList = this.data.linkmanList, productNum = this.data.productNum, date = this.data.date, time = this.data.time, remark = this.data.remark, product = this.data.product; let linkmanIds = []; - if (this.data.is_need_idcard == 1) { - if (linkmanList.length < productNum && app.globalData.product.isGroup != 1) { - wx.showToast({ - title: '请添加出行人', - icon: "none" - }) - return; - } - } + // if (this.data.is_need_idcard == 1) { + // if (linkmanList.length < productNum && app.globalData.product.isGroup != 1) { + // wx.showToast({ + // title: '请添加出行人', + // icon: "none" + // }) + // return; + // } + // } if (!date && this.data.ticket_type == 1) { wx.showToast({ title: '请选择使用日期', From f0d900b22786fba727c3eae3087e22c3dd5cd17b Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Tue, 16 Jul 2024 17:34:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index e64d02e..501454a 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest130? true : false; + data.isTest = data.isTest131? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件