diff --git a/pages/profile/index.js b/pages/profile/index.js index 95a117a..1b4c1d7 100644 --- a/pages/profile/index.js +++ b/pages/profile/index.js @@ -964,10 +964,10 @@ Page({ }); }, - // 跳转到订单页面 + // 跳转到商品管理页面 goToOrders() { wx.navigateTo({ - url: '/pages/order/index' + url: '/pages/goods/index' }); },