This commit is contained in:
haomingming
2023-04-26 09:57:07 +08:00
parent 9e3cb69030
commit e7be139b04
8 changed files with 132 additions and 68 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Component({
//返回到首页
_backhome() {
wx.navigateTo({
url: '/Pages/index/index',
url: '/Pages/index/index?from=navbar',
})
}
}