mirror of
https://github.com/no1xuan/photo.git
synced 2026-08-30 16:39:45 +08:00
修复路径错误
This commit is contained in:
@@ -45,7 +45,7 @@ Page({
|
||||
if (pages && pages.length > 1) {
|
||||
wx.navigateBack({ delta: 1 });
|
||||
} else {
|
||||
wx.switchTab({ url: '/pages/index/index' });
|
||||
wx.switchTab({ url: '/pages/home/index' });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user