配置
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user