|
@@ -68,7 +68,6 @@ Page({
|
|
|
minute = minute < 10 ? "0" + minute : minute;
|
|
|
second = second < 10 ? "0" + second : second;
|
|
|
date = year + '-' + month + '-' + day + ' ' + hour + ':' + minute + ':' + second;
|
|
|
- console.log(date);
|
|
|
return date;
|
|
|
},
|
|
|
|
|
@@ -94,6 +93,7 @@ Page({
|
|
|
that.setData({
|
|
|
apiTotal: api.total.substring(0, api.total.length - 4)
|
|
|
})
|
|
|
+ console.log(that.data.isregiste)
|
|
|
if (that.data.isregiste) {
|
|
|
that.getVisitorCheckInfo(2);
|
|
|
} else {
|