预算配置

This commit is contained in:
limqhz
2023-02-09 17:38:28 +08:00
parent b138bc5d77
commit 7a7884abf5
7 changed files with 59 additions and 44 deletions

View File

@@ -2,10 +2,7 @@ const app = getApp()
Page({
data: {
progress: 89,
todayList: [
{"moneyName":"电脑","billType":"INCOME","date":"01-06","accountName":"银行卡","money":"4500.00"},
{"moneyName":"狗粮","billType":"EXPEND","date":"01-06","accountName":"支付宝","money":"35.00"},
]
todayList: []
},
onLoad: function (options) {
},