This commit is contained in:
2023-02-06 22:01:07 +08:00
parent 40ca4223dd
commit f2261a3066
26 changed files with 103 additions and 38 deletions

View File

@@ -1,9 +1,15 @@
const app = getApp();
Page({
data: {
payList: null
payList: [
{"name":"薪资","money":"89310.00","icon":"/image/bill/0.png"},
{"name":"红包","money":"0.23","icon":"/image/bill/2.png"}
]
},
onLoad: function (options) {
},
onShow() {
app.$api.getSettings().then(setting => {
let payList = setting.data.EXPEND_SETTING;
app.$api.getSettingsExpend().then(res => {