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,