From d59bfd0e892e09f22e758e665fe08c7c41a8158a Mon Sep 17 00:00:00 2001 From: shaojing <2901156235@qq.com> Date: Thu, 1 Aug 2024 15:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=AF=E7=82=B9=E8=A7=84=E6=A0=BC=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E4=BF=A1=E6=81=AF=E5=BB=B6=E8=BF=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/info/sceneProductInfo/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/info/sceneProductInfo/index.js b/pages/info/sceneProductInfo/index.js index bb97dae..047dcba 100644 --- a/pages/info/sceneProductInfo/index.js +++ b/pages/info/sceneProductInfo/index.js @@ -761,9 +761,6 @@ Page({ }, // 选择日期 selectDate(e) { - this.setData({ - showDate: true, - }) console.log(e.currentTarget.dataset); let sku = { sku: e.currentTarget.dataset.sku @@ -778,6 +775,9 @@ Page({ ...product } console.log(app.globalData.product); + this.setData({ + showDate: true, + }) this.setData({ product: product, showDate2: true,