project init
This commit is contained in:
16
pages/settings/income/index.js
Normal file
16
pages/settings/income/index.js
Normal file
@@ -0,0 +1,16 @@
|
||||
Page({
|
||||
data: {
|
||||
incomeList: [
|
||||
{"name":"薪资","money":"89310.00"},
|
||||
{"name":"红包","money":"0.23"}
|
||||
]
|
||||
},
|
||||
onLoad: function (options) {
|
||||
|
||||
},
|
||||
handleClick() {
|
||||
wx.navigateTo({
|
||||
url : "../edit/index?isAccount=0&isIncome=1&isAdd=1"
|
||||
})
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user