预算配置

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

@@ -1,10 +1,7 @@
const app = getApp();
Page({
data: {
payList: [
{"name":"薪资","money":"89310.00","icon":"/image/bill/0.png"},
{"name":"红包","money":"0.23","icon":"/image/bill/2.png"}
]
payList: []
},
onLoad: function (options) {