账户查看

This commit is contained in:
2023-02-08 21:21:36 +08:00
parent eb071d6546
commit b138bc5d77
4 changed files with 18 additions and 23 deletions

View File

@@ -1,13 +1,8 @@
const app = getApp();
Page({
data: {
cashAccountList : [
{"name":"现金","money":"2000.00"},
{"name":"银行卡","money":"30500.03"}
],
oweAccountList : [
{"name":"信用卡","money":"-200.00"},
],
cashAccountList : [],
oweAccountList : [],
},
onShow: function () {
app.$api.getSettings().then(setting => {