@@ -33,15 +33,15 @@ Page({
toHistorical(e) {
const url = "../historical/historical?id=" + e.currentTarget.dataset.id
- wx.redirectTo({
+ wx.navigateTo({
url
})
},
toFeedback(e) {
const url = "../feedback/feedback?id=" + e.currentTarget.dataset.id
- url
+ url: url,