去除打印
This commit is contained in:
@@ -23,7 +23,6 @@ Component({
|
||||
},
|
||||
observers: {
|
||||
"timeProps": function(newValue) {
|
||||
// console.log("newValue", newValue)
|
||||
this.setData({
|
||||
time: newValue,
|
||||
// startTime: newValue
|
||||
@@ -87,7 +86,6 @@ Component({
|
||||
alertSuccess("录入成功")
|
||||
this.setData({ number: null, time: null, startTime: null })
|
||||
} else {
|
||||
console.log("timeProps", timeProps)
|
||||
const { code, message } = await updateReading(park, meter, new Date(timeProps).getTime() * 1000, {
|
||||
overall: `${number}`,
|
||||
flat: `${number}`,
|
||||
|
Reference in New Issue
Block a user