|
|
|
@ -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, |
|
|
|
|