Browse Source

景点规格弹框信息延迟

master
shaojing 2 years ago
parent
commit
d59bfd0e89
  1. 6
      pages/info/sceneProductInfo/index.js

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

Loading…
Cancel
Save