project init

This commit is contained in:
2023-01-28 14:37:45 +08:00
parent fa1176f658
commit 3a134326e7
83 changed files with 1482 additions and 140 deletions

View File

@@ -22,9 +22,19 @@ Page({
}
let isRun = wx.getStorageSync("isRun");
if (!isRun) {
this.startInter();
// this.startInter();
}
},
modifyBudget (){
wx.navigateTo({
url : '/pages/budget/index'
})
},
addBill() {
wx.navigateTo({
url : '/pages/bill/add/index'
})
},
/**
* 启动定时器
*/