去除打印
This commit is contained in:
@@ -23,7 +23,6 @@ Component({
|
||||
methods: {
|
||||
jumpToHistory() {
|
||||
const { meterInfo, routeId, disabled } = this.data;
|
||||
console.log("meterInfo", meterInfo)
|
||||
wx.navigateTo({
|
||||
url: `/pages/readingHistory/index?meter=${meterInfo?.id}&park=${meterInfo?.parkId}&routeId=${routeId}&disabled=${disabled}`,
|
||||
})
|
||||
|
Reference in New Issue
Block a user