账户调整
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
const app = getApp();
|
||||
Page({
|
||||
data: {
|
||||
noMoney : "****",
|
||||
@@ -5,13 +6,8 @@ Page({
|
||||
sumBalance: 0,
|
||||
cashBalance: 0,
|
||||
oweBalance: 0,
|
||||
cashAccountList : [
|
||||
{"name":"现金","money":"2000.00"},
|
||||
{"name":"银行卡","money":"30500.03"}
|
||||
],
|
||||
oweAccountList : [
|
||||
{"name":"信用卡","money":"-200.00"},
|
||||
]
|
||||
cashAccountList : [],
|
||||
oweAccountList : []
|
||||
},
|
||||
onLoad: function (options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user