|
|
|
@ -104,6 +104,15 @@ Page({ |
|
|
|
this.couponCom = this.selectAllComponents("#coupon")[0]; |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
initPage () { |
|
|
|
this.setData({ |
|
|
|
is_need_idcard:app.globalData.product.sku.sku_model.is_need_idcard, |
|
|
|
is_authentication:app.globalData.product.sku.sku_model.is_authentication, |
|
|
|
is_real_name:app.globalData.product.sku.sku_model.is_real_name, |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
// next: function () {
|
|
|
|
// this.setData({
|
|
|
|
// showMask:true
|
|
|
|
@ -419,6 +428,9 @@ Page({ |
|
|
|
app.globalData.product.time = this.data.time |
|
|
|
app.globalData.product.changeFlag = true |
|
|
|
this.hideDate() |
|
|
|
|
|
|
|
// this.initPage()
|
|
|
|
|
|
|
|
}, |
|
|
|
order:function() { |
|
|
|
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; |
|
|
|
|