提交工作台和首页的更改
This commit is contained in:
@@ -115,6 +115,12 @@ Page({
|
||||
show: false,
|
||||
})
|
||||
},
|
||||
jumpToMeterBalanceRecord(e) {
|
||||
const id = e.currentTarget.dataset.id
|
||||
wx.navigateTo({
|
||||
url: `/pages/meterBalanceRecord/index?id=${id}`,
|
||||
})
|
||||
},
|
||||
changeMoney(e) {
|
||||
const { money } = e.currentTarget.dataset;
|
||||
this.setData({
|
||||
|
Reference in New Issue
Block a user