feat: Add Scoreboard and Date Calc pages, update Calculator with scientific mode and new UI
This commit is contained in:
@@ -68,6 +68,18 @@ Component({
|
||||
wx.navigateTo({
|
||||
url: '/pages/random-draw/random-draw'
|
||||
});
|
||||
},
|
||||
|
||||
goToScoreboard() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/scoreboard/scoreboard'
|
||||
});
|
||||
},
|
||||
|
||||
goToDateCalc() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/date-calc/date-calc'
|
||||
});
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user