|
|
@ -122,10 +122,20 @@ console.log('area',scrollArea.node); |
|
|
|
}, |
|
|
|
}); |
|
|
|
} |
|
|
|
const date = new Date(); |
|
|
|
const year = date.getFullYear(); |
|
|
|
const month = (date.getMonth() + 1).toString().padStart(2, '0'); |
|
|
|
const day = date.getDate().toString().padStart(2, '0'); |
|
|
|
this.setData({ |
|
|
|
statusHeight: app.globalData.deviceInfo.statusHeight, |
|
|
|
navigationHeight: app.globalData.deviceInfo.navigationHeight, |
|
|
|
checkOutDate: `${year}-${month}-${day}` |
|
|
|
}) |
|
|
|
|
|
|
|
this.setData({ |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
}, |
|
|
|
getProcessingCheckOutInfo(){ |
|
|
|
getProcessingCheckOutInfo().then(res=>{ |
|
|
|