去除打印

This commit is contained in:
2025-09-28 16:29:08 +08:00
parent 87bb23a9a4
commit 612dd4eac1
10 changed files with 0 additions and 16 deletions

View File

@@ -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}`,