|
|
@ -19,7 +19,7 @@ Page({ |
|
|
this.setData({ safeBottom: app.globalData.safeBottom, userInfo: app.globalData.userInfo }) |
|
|
this.setData({ safeBottom: app.globalData.safeBottom, userInfo: app.globalData.userInfo }) |
|
|
getMemberExpenseList().then(res => { |
|
|
getMemberExpenseList().then(res => { |
|
|
this.setData({ iconList: res.data, divIndex:res.data[0].id }) |
|
|
this.setData({ iconList: res.data, divIndex:res.data[0].id }) |
|
|
}).catch(err => { }) |
|
|
|
|
|
|
|
|
}) |
|
|
event.on('EventMessage', this, this.onEvent) |
|
|
event.on('EventMessage', this, this.onEvent) |
|
|
this.wuxDialog = this.wuxDialog || this.selectComponent('#wux-dialog') |
|
|
this.wuxDialog = this.wuxDialog || this.selectComponent('#wux-dialog') |
|
|
}, |
|
|
}, |
|
|
|