账户查看
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user