调整跳转h5链接

This commit is contained in:
2024-07-10 08:28:53 +08:00
parent 14dad0a506
commit 8e1ed62bd7
6 changed files with 15 additions and 20 deletions

View File

@@ -93,8 +93,12 @@ Page({
wx.switchTab({
url: '/pages/home/index',
})
});
});
},
jumpToQuestions() {
wx.navigateTo({
url: '/pages/questions/index',
})
},
bindTenement() {
wx.navigateTo({