配置
This commit is contained in:
@@ -2,11 +2,11 @@ const app = getApp();
|
||||
Page({
|
||||
data: {
|
||||
incomeList: [
|
||||
{"name":"薪资","money":"89310.00"},
|
||||
{"name":"红包","money":"0.23"}
|
||||
{"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 incomeList = setting.data.INCOME_SETTING;
|
||||
app.$api.getSettingsIncome().then(res => {
|
||||
|
||||
Reference in New Issue
Block a user