账单查询
This commit is contained in:
@@ -31,10 +31,13 @@ Page({
|
||||
}
|
||||
})
|
||||
}
|
||||
if (options.isAdd == 1 && options.isAccount == 0){
|
||||
let settingType = 'EXPEND_SETTING';
|
||||
if (options.isIncome == 1){
|
||||
settingType = 'INCOME_SETTING'
|
||||
if (options.isAdd == 1){
|
||||
let settingType = 'CASH_SETTING';
|
||||
if (options.isAccount == 0){
|
||||
settingType = 'EXPEND_SETTING';
|
||||
if (options.isIncome == 1){
|
||||
settingType = 'INCOME_SETTING'
|
||||
}
|
||||
}
|
||||
this.setData({settingType})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user